* { margin:0; padding:0; }

body { background:black; font-family: Arial, Helvetica, sans-serif; text-align: center; }

/* Conteneur de la page */
#conteneur { background:black;width:765px; margin:0 auto; }

/* Header */
#header { height:238px; background:url(img/header.jpg) no-repeat;text-align:right;vertical-align:top; }
#header a { height:238px; display:block; }

/* Menu */
#menu {
	background:url(img/menu.jpg) no-repeat top left;
	font-size:9pt;
	width:137px;
	text-align:center;
	padding-left:70px;
	padding-top:20px;
	float:left;
}

#menu dl { list-style-type: none; }
#menu dl dt { list-style-type:none; display:block; }

#menu dl dt a {
	text-decoration:none;
	padding:1px 0px 1px 0px;
	display:block;
	font-weight:bold;
	color:#4f3e1d;
}

#menu dl dt a:hover,#menu dl dt a.active{	color:#8f1b0c; }
#menu dl dt.separateur { padding:2px 0; background:url(img/separateur.jpg) no-repeat; }

/* Corps */
#corpshaut { min-height:331px; background:url(img/corpshaut.jpg) no-repeat top; }

#contenu {
	text-align:justify;
	color:#067691;
	font-size:10pt;
	padding:0 50px 30px 330px;
}

#contenu h1 {
	color:#b26500;
	font-size:12pt;
	letter-spacing:2px;
	padding:10px 0 0 0;
	margin:0 0 12px 0;
	border-bottom:1px #067691 solid;
	text-align:center;
}

#contenu h2 {
	color:#b26500;
	font-size:11pt;
	border-bottom:1px dashed #b26500;
	margin-bottom:2px;
}

#contenu .chapeau { color:#555555; font-weight:bold; }

#corpshaut #coordonnee {
	width:95%;
	margin:0 auto;
	border-bottom:5px solid #58a4b7;
	border-left:5px solid #58a4b7;
	background:#001318;
	font-style:italic;
	color:#58a4b7;
	letter-spacing:2px;
	padding:5px;
}

#contenu ul { list-style-type: square; list-style-position:inside; }

#corpshaut a.lien {	text-decoration:none; color:#067691;border-bottom:1px dotted #067691; }
#corpshaut a.lien:hover { text-decoration:none; color:white;border-bottom:1px solid white; }

#corpshaut .lettrine:first-letter { font-size:2em; float:left;display:block; }

#corpshaut table tr td img { border:none;}

#corpshaut img, a img {border: 1px solid #043440; filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
#corpshaut a:hover img {border: 1px dashed #043440;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
#corpshaut img.image { padding:0px;background:white }

#contenu #carte { text-align:center; font-style:italic; }

#contenu input, textarea { color:white; background:black; border:1px solid #067691; }
#corpshaut .bouton { padding:0px 5px; }
#contenu .obligatoire { color:#ff0000; }

#corpshaut .cadre {
	padding:10px;
	border:1px dashed #871814;
}

#corpsbas {	background:url(img/corpsbas.jpg) no-repeat bottom;	vertical-align:top; }

/* Bas de page */
#footer { height:31px; font-size:10pt; line-height:31px; color:#e43618; background:url(img/footer.jpg); }

/* Pied de page */
.kmn {	font-family: Arial, Helvetica, sans-serif;font-size: 11px; color:white; }
.kmn a { font-size: 11px; text-decoration:underline;color:white; }