* { margin:0; padding:0; }

body { background: url(img/fond.jpg) repeat-x white; 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:220px; background:url(img/header.jpg) no-repeat;position:relative; }
#header a#index { height:220px; display:block; }

/* Menu */
#header #menu {
	background:url(img/menu.jpg) no-repeat top left;
	font-size:8pt;
	width:171px;
	text-align:left;
	position:absolute;
	top:40px;
	left:9px;
	float:left;
}

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

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

#header #menu dl dt a:hover, #header #menu dl dt a.active{	color:#49488c; background:url(img/puce.jpg) no-repeat 3px 4px; }
#header #menu dl dt.separateur { padding:1px 0; background:url(img/separateur.jpg) no-repeat; }

#header #conseiller {
	position:absolute;
	top:2px;
	right:3px;
	color:white;
	font-size:8pt;
	text-decoration:none;
}

#header #conseiller:hover, #header #conseiller.active {
	text-decoration:underline;
}

/* Corps */
#corpshaut { 
	min-height:348px;
	background:url(img/corpshaut.jpg) no-repeat top;
	text-align:justify;
	color:#4f4e96;
	font-size:10pt;
	padding:0 20px 20px 180px;
}

#corpshaut h1 {
	color:#4f4e96;
	text-transform:uppercase;
	font-size:10pt;
	letter-spacing:2px;
	font-weight:bold;
	padding:0 0 0 30px;
	margin:0 0 30px 0;

}

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

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

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

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

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

#corpshaut a img {border: 1px solid #4f4e96; filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
#corpshaut a:hover img {border: 1px solid #1e6b09;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; }

#corpshaut input, textarea { color:#4f4e96; background:white; border:1px solid #4f4e96; }
#corpshaut .bouton { padding:0px 5px; }
#corpshaut .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:32px; font-size:10pt; line-height:32px; color:#ffcf98; 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; }