* { 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:245px; position:relative; }

#header #menuhaut {
	position:absolute;
	top:50px;
	right:150px;
	font-size:8pt;
}

#header #menuhaut ul { list-style-type:none;}
#header #menuhaut ul li { float:left;display:block; }
#header #menuhaut ul li a { color:#a11706;text-decoration:none;border-right:1px solid #a11706;padding:0 3px;}
#header #menuhaut ul li a:hover, #header #menuhaut ul li a.active { text-decoration:underline; }

#header #menuhaut #noBorderRight { border-right:none; }
/* Menu */
#menu { height:21px; font-size:9pt; width:765px; background:url(img/menu.jpg) no-repeat top left; }
#menu ul { list-style-type:none;display:table;float:left;padding-left:14px }
#menu ul li { list-style-type:none; display:table-cell; }

#menu ul li a {
	line-height:21px;
	text-decoration:none;
	padding:0px 8px;
	display:block;
	color:black;
	border-right:#d7d7d6 1px solid;
}

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

#menu #noBorderRight { border-right:none; }
#menu #noBorderLeft { border-left:none; }

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

/* Corps */

#corpshaut, #corpshaut h1, #corpshaut a.lien, #corpshaut input, textarea {
	color:black;
}

#corpshaut {
	background:url(img/corpshaut.jpg) no-repeat top;
	text-align:justify;
	font-size:10pt;
	position:relative;
	min-height:304px;
	padding:0 160px 10px 20px;
}

#corpshaut h1 {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:#1e4d7c;
	padding:10px 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;border-bottom:1px dotted black; }
#corpshaut a.lien:hover { text-decoration:none; color:#1e4d7c;border-bottom:1px solid #1e4d7c; }

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

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

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

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

#corpshaut input, textarea { color:black; background:white; border:1px solid #1e4d7c; }
#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:30px; font-size:10pt; line-height:30px; color:#a11706; background:url(img/footer.jpg);text-align:left;padding-left:50px;}
#footer b { color:#1e4d7c; }
/* 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; }