* { margin:0; padding:0 }

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

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

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

/* Menu */
#menu { height:27px; font-size:9pt; width:765px; background:url(img/menu.jpg) no-repeat top left; }
#menu ul { list-style-type:none;margin-left:12px; }
#menu ul li { list-style-type:none; display:block; float:left;font-family:"Times New Roman", Times, serif;font-size:12pt; }

#menu ul li a {
	text-decoration:none;
	padding:4px 6px 4px 6px;
	display:block;
	color:#e6b150;
}

#menu ul li a:hover,#menu ul li a.active{
	color:#e6b150;
	text-decoration:underline;
}

#menu ul li.separateur { width:7px;height:25px;margin-top:1px; background:url(img/separateur.jpg) no-repeat; }

/* Corps */
#corpshaut {
	background:black;
	text-align:justify;
	color:#9d6c2a;
	font-size:10pt;
	position:relative;
	min-height:344px;
	padding:0 20px 10px 20px;
}

#corpshaut h1 {
	color:#9d6c2a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	padding:10px 0 0 0;
	margin: 0 0 3px 0;
	font-family:"Times New Roman", Times, serif;
}

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

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

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

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

#corpshaut img { border:1px solid #9d6c2a; }
#corpshaut img.image { padding:0px;background:white }

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

#corpshaut input, textarea { color:#9d6c2a; background:black; border:1px solid #e6b150; }
#corpshaut .bouton { padding:0px 5px; }
#corpshaut .obligatoire { color:#ff0000; }

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

/* Bas de page */
#footer { height:32px; font-size:12pt; line-height:26px; color:#e6b150; background:url(img/footer.jpg);font-family:"Times New Roman", Times, serif; }

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