* { margin:0; padding:0 }

body { background: url(img/fond.jpg); 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:205px; background:url(img/header.jpg) no-repeat;text-align:right;vertical-align:top; }
#header a { height:205px; display:block; }

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

#menu ul li a {
	text-decoration:none;
	border-right:1px solid #4092d4;
	padding:5px 9px 4px 9px;
	display:block;
	color:#4092d4;
}

#menu ul li a:hover,#menu ul li a.active{
	color:#fbe8b4;
	background:url(img/rollfondmenu.jpg) repeat-x;
}

#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:#411d11;
	font-size:10pt;
	position:relative;
	padding:0 105px 30px 25px;
	min-height:307px;
}

#corpshaut h1 {
	color:#4092d4;
	border-bottom:1px solid #4092d4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	padding:10px 0 0 0;
	margin:0 0 8px 0;
}

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

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

#corpshaut a.lien {	text-decoration:none; color:#411d11;border-bottom:1px dotted #411d11; }
#corpshaut a.lien:hover { text-decoration:none; color:#ac2f05;border-bottom:1px dotted #ac2f05; }

#corpshaut a#conseiller {
	float:right;
	color:#4092d4;
	padding-top:5px;
	font-size:10pt;
	text-decoration:underline;
}

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

#corpshaut .encart {
	background:#c9d7c8;
	font-weight:bold;
	border:2px dashed #95b294;
	width:300px;
	margin:0 auto;
	padding:5px;
	color:#385738;
	text-align:center;
}

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

#corpshaut img { border:1px solid #206b28; }
#corpshaut img.image { padding:2px;background:white }

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

#corpshaut input, textarea { color:white; background:#4092d4; border:1px solid black; }

#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:white; background:url(img/footer.jpg); }

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