body {
	margin: 0px;
	padding: 0px;
	/* couleur du fond de la page */
	background-color: #736D29;
	/* police de la page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFC731;
	/* pour centrer le bloc container dans IE */
	text-align: center;
	}
/* liens generik */
a:link { color: #FFC731; }
a:active { color: #FFC731; }
a:visited { color: #FFC731; }
a:hover { color: #ff0000; text-decoration: none; }
/* positionnement generik */
.floatl {float: left;}
.floatr {float: right;}
.clearb {clear: both;}

/* Les containers */
#container {
	width: 560px;				/* dimensions du bloc 				*/
	margin: 0px auto;			/* utliliser padding ou margin..	*/
	padding: 0px;				/* ..sur les autres container 		*/
	border: 0px solid #736D29;	/* !!! calcul de taille IE5x 		*/
	text-align: left;			/* remise a zero					*/
	}

#header {
	margin: 10px;
	border: 1px solid #736D29;
	}
	
#header h1 { width: 311px; height: 113px; background-image: url(http://www.prowiki2.org/upload/VincentMercier/exe5_2_logo.gif); background-position: top left; background-repeat: no-repeat; }
#header h1 span { display: none; }
#header h2 { color: #FFFFFF; font-size: 13px; }
#header h2 span {}

#content { margin: 10px; border: 1px solid #736D29; list-style: none; font-size: 10px; }
#content ul { list-style: none; margin: 0px; padding: 0px; }
#content li { padding-left: 18px; background: url(http://www.prowiki2.org/upload/VincentMercier/exe5_2_puce.gif) no-repeat 0px; }
#content p { text-align: center; }
#content h3 { height: 18px; background-image: url(http://www.prowiki2.org/upload/VincentMercier/exe5_2_bouton.gif); background-position: top right; background-repeat: no-repeat; }
#content h3 span { display: none; }
.nav { text-align: center; clear: both; color: #FFFFFF; }

#contact {
	margin: 10px;
	border: 1px solid #736D29;
	clear: both;
	font-size: 10px;
	}
.floatl{
	float: left;
	text-align: center;
	font-style: normal;
	border: 1px solid #E7E363;
	padding: 5px;
	background-color: #258C00;
	}
.floatr{
	float: right;
	text-align: center;
	font-style: normal;
	border: 1px solid #E7E363;
	padding: 5px;
	background-color: #9AC67B;
	color: #6C5300;
	}
#contact span.clearb { display: block; } /* obligatoire avec span			*/

#footer { margin: 10px; border: 1px solid #736D29; }
#footer img { color: #FFFFFF; vertical-align: middle; }
#footer p { font-size: 10px; text-align: center; }
.copyright { font-size: 9px; text-align: right; color: #FFC731; }

/*** switcher ***/

#switcher {
	position: absolute; display: block;
	top: 5px; left: 5px; margin-left: 0px; padding: 0;
	text-align: left; height: 15px; width: 50px;
	}
#switcher ul {
	margin: 0; padding: 0;
	display: block;
	list-style: none;
	}
#switcher li {
	margin-right: 0; padding: 2px;
	float: left; display: block;
	}
#switcher span {
	visibility: hidden;
	}
#switcher a {
	display: block;
	width: 8px; height: 12px;
}
#switcher h4 {
	display: none;
	}
#switcher a:link {color: #fff; text-decoration: none; }
#switcher a:visited {color: #fff; text-decoration: none; }
#switcher a:hover {color: #444; text-decoration: none; }
#switcher a:active {color: #fff; text-decoration: none; }

#switcher li {
	background: url("http://www.prowiki2.org/upload/VincentMercier/exe5_1_sheet.png") center center no-repeat; 
	}