* { 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:white repeat-y;width:765px; margin:0 auto; }

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

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

#menuhaut ul li a {
	text-decoration:none;
	padding:14px 18px 14px 18px;
	display:block;
	color:white;
}

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

#menuhaut ul li.separateur1 { background:url(img/separateur1.jpg) no-repeat;height:43px;width:2px; }


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

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

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

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

#menu ul li.separateur2 { height:25px;width:2px;background:url(img/separateur2.jpg) no-repeat; }

/* Corps */
#corpshaut {
	background:url(img/corpshaut.jpg) no-repeat top;
	text-align:justify;
	color:black;
	font-size:10pt;
	position:relative;
	min-height:300px;
	padding:0 16px 10px 16px;
}

#corpshaut h1 {
	color:#215e8e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	padding:24px 0 0 54px;
	margin:0 0 14px 0;
	font-variant:small-caps;
}

#corpshaut h2 {
	background:#f1f9ff;
	text-align:left;
	padding:3px;
	font-size:12pt;
	color:#378eae;
	border-bottom:1px solid #d6ebfc;
	margin:5px 0 3px 0;
}

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

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

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

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

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

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

#corpshaut input, textarea { color:#215e8e; background:white; border:1px solid #215e8e; }
#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:42px; font-size:10pt; line-height:34px; 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; }