/* ZAP : Zcode � Plusieurs
Copyright � 2006  Gabriel "bluestorm" Scherer
Du code a �t� propos� par Phisto.

Ce programme est plac� sous double licence CeCILL et GNU GPL
Pour plus d'informations : ../licence-notice.txt */

body { width : 80%; margin: auto; font-family: Verdana; background-color: white; }
.zcode { text-align: justify; font-size: smaller; }
body, .zcode { min-width: 700px; }

.zcode a img { border : none; }

/* code propos� par Phisto */
div.entete_1 {
	margin-top:1%;
	margin-bottom: 2%;
	background: #489CDA;
	color:#F4F4F4;
	padding:1%;
}

/* code propos� par Phisto */
div.entete_2 {
	background-color: #fff;
	margin-left : -3%;
	margin-right:10px;
	border-top:10px;
}

/* code propos� par Phisto */
hr {
	color: grey;
	background-color: grey;
	height: 1px;
	border: 0;
	width:50%;

	/* rajout de bluestorm */
	margin-top: 3%;
	margin-bottom: 3%;
}


.entete_1 h1, .entete_2 h2, .intro h2, .intro h3, .concl h2, .concl h3 { display: inline; }

h3 + h4 { margin-top : -1%; }

.nav + .zcode { margin-top: 1%; }
.entete_2 + .zcode  { margin-top: 2% }

div.place_2 { margin-left: 6%; }

.place_2 .up { display: none; }

/* Am�lioration d'index.php, � partir des ajouts de KinderSurpriz puis de Phisto */
h1
{
	text-align: center;

	/* Phisto */
	font-family:Arial;
	margin-top:1%;
	margin-bottom: 2%;
	background: #489CDA;
	color:#Ffffff;
	padding:1%;
}
h2, h3 { border-bottom: 1px solid black; }

#categories > div
{
	border: 1px solid #999;
	background-color: #F3F3F3;
	margin: 1%;
	padding: 1%;
}

#categories > div > h3 { margin: 0%; }


#categories h3 { border: none; margin: 0%;}

ul { list-style-type: square; }