* { 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;position:relative; }
#header a#index { height:205px; display:block; }

#menuhaut { font-size:8pt;position:absolute;top:188px;right:2px; }
#menuhaut ul { list-style-type:none;margin-left:2px; }
#menuhaut ul li { list-style-type:none; display:block; float:left; }

#menuhaut ul li a {
	text-decoration:none;
	border-right:1px solid #0a3252;
	padding:1px 3px 1px 3px;
	display:block;
	color:#0a3252;
}

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

/* 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:14px; }
#menu ul li { list-style-type:none; display:block; float:left; }

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

#menu ul li a:hover,#menu ul li a.active{
	color:white;
	background:#0a3252;
}

#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;
	min-height:336px;
	padding:0 10px 10px 10px;
}

#corpshaut h1 {
	color:#0a3252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	text-transform:uppercase;
	padding:16px 0 0 0;
	margin:0 0 5px 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:#411d11;border-bottom:1px dotted #411d11; }
#corpshaut a.lien:hover { text-decoration:none; color:#0a3252;border-bottom:1px solid #0a3252; }

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

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

#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:#411d11; background:white; border:1px solid #411d11; }
#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:25px; font-size:10pt; line-height:25px; color:#0a3252; 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; }