body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: #A51008;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	}
/* liens generik */
a:link { color: #A51000; }
a:active { color: #A51000; }
a:visited { color: #A51000; }
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 		*/
	text-align: left;
	background-color: #E991A2;	/* remise a zero					*/
	}

#header {
	margin: 0px;
	padding: 35px 0px 15px 30px;
	background-image: url(http://www.prowiki2.org/upload/VincentMercier/exe5_3_fond_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#header h1 { margin: 0px; padding: 0px; width: 311px; height: 113px; background-image: url(http://www.prowiki2.org/upload/VincentMercier/exe5_3_logo.gif); background-position: top left; background-repeat: no-repeat; }
#header h1 span { display: none; }
#header h2 { 
	color: #FFFFFF; 
	font-size: 14px; 
	margin: 0px; 
	padding-top: 8px;
	}
#header h2 span {}

#content { 
	margin: 0px; 
	padding: 10px; 
	list-style: none; 
	font-size: 10px;
	color: #660000;
	background-image: url(http://www.prowiki2.org/upload/VincentMercier/exe5_3_fond_content.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
#content ul { list-style: none; margin-left: 30px; padding: 0px; }
#content li { padding-left: 18px; background: url(http://www.prowiki2.org/upload/VincentMercier/exe5_3_puce.gif) no-repeat 0px; height: 16px; }
#content li.vert { padding-left: 18px; background: url(http://www.prowiki2.org/upload/VincentMercier/exe5_3_pucevert.gif) no-repeat 0px; height: 16px; }
#content p { text-align: center; margin: 0px; padding: 0px; }
#content h3 { margin: 0px; padding: 0px; height: 24px; background-image: url(http://www.prowiki2.org/upload/VincentMercier/exe5_3_bouton.gif); background-position: top right; background-repeat: no-repeat; }
#content h3 span { display: none; }
.nav { text-align: center; clear: both; color: #660000; margin: 0px; padding: 0px; }

#contact {
	margin: 10px;
	padding: 0px;
	clear: both;
	font-size: 10px;
	}
.floatl{
	float: left;
	text-align: center;
	font-style: normal;
	background-color: #FFD1BD;
	padding: 5px;
	margin: 0px;
	border-top: 1px solid #D62452;
	border-left: 1px solid #D62452;
	border-right: 2px solid #9F1B3D;
	border-bottom: 2px solid #9F1B3D;
	}
.floatr{
	float: right;
	text-align: center;
	font-style: normal;
	background-color: #FFD1BD;
	padding: 5px;
	margin: 0px;
	border-top: 1px solid #D62452;
	border-left: 1px solid #D62452;
	border-right: 2px solid #9F1B3D;
	border-bottom: 2px solid #9F1B3D;
	}
#contact span.clearb { display: block; margin: 0px; padding: 0px; } /* obligatoire avec span			*/

#footer { 
	margin: 0px; 
	padding: 0px; 
	background-color: #E4124B;
	background-image: url(http://www.prowiki2.org/upload/VincentMercier/exe5_3_fdBottomContent.gif); 
	background-position: top; 
	background-repeat: repeat-x;
	}
#footer img { color: #FF9999; vertical-align: middle; }
#footer p { font-size: 10px; text-align: center; padding: 20px 0px 0px 0px; margin: 0px; }
.copyright { font-size: 9px; text-align: right; color: #841010; padding: 0px 5px 5px 0px;  }

/*** 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; 
	}