* { margin:0; padding:0 }

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

/* Conteneur de la page */
#conteneur { background:url(img/fondtableau.jpg) repeat-y;width:765px; margin:0 auto; }

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

/* Menu */
#menu { height:32px; font-size:9pt; width:765px; background:url(img/menu.jpg) no-repeat top left; }
#menu ul { list-style-type:none;margin-left:10px; }
#menu ul li { list-style-type:none; display:block; float:left; }

#menu ul li a {
	text-decoration:none;
	border-right:2px solid #c47831;
	padding:8px 9px 8px 9px;
	display:block;
	font-weight:bold;
	color:white;
}

#menu ul li a:hover,#menu ul li a.active{
	color:black;
}

#menu ul li.separateur { padding:0 1px; background:url(img/separateur.jpg) no-repeat; }

/* Corps */
#corpshaut {
	background:url(img/corpshaut.jpg) no-repeat top;
	text-align:justify;
	color:#9a141f;
	font-size:10pt;
	position:relative;
	min-height:329px;
	padding:0 46px 20px 180px;
}

#corpshaut h1 {
	color:#9a141f;
	border-bottom:1px solid #fea779;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	padding:36px 0 0 0;
	margin:0 0 5px 0;
	font-weight:bold;
}

#corpshaut a#conseiller {
	color:#9a141f;
	text-decoration:none;
	position:absolute;
	top:44px;
	right:46px;
}

#corpshaut a#conseiller:hover {
	text-decoration:underline;
}

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

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

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

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

#corpshaut img { border:1px solid #9a141f; }
#corpshaut img.image { padding:2px;background:white;filter:alpha(opacity=100);-moz-opacity: 1;opacity:1; }

#corpshaut a img.image:hover { filter:alpha(opacity=80);-moz-opacity:0.8;opacity: 0.8 }

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

#corpshaut input, textarea { color:9a141f; background:white; border:1px solid #9a141f; }
#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:24px; font-size:10pt; line-height:24px; color:black; 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; }