* { margin:0; padding:0 }

body { background: url(img/fond.jpg) repeat-x #bcb0d7; font-family: Arial, Helvetica, sans-serif; text-align: center; }

/* Conteneur de la page */
#conteneur { background:white;width:765px; margin:0 auto; }

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

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

#menu ul li a {
	text-decoration:none;
	border-right:1px solid #645497;
	border-left:1px solid #bcb0d7;
	padding:6px 15px 5px 15px;
	display:block;
	font-weight:bold;
	color:white;
}

#menu ul li a:hover,#menu ul li a.active{
	color:white;
	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:#0e2576;
	font-size:10pt;
	position:relative;
	padding:0 10px 10px 10px;
	min-height:381px;
}

#corpshaut h1 {
	color:#fe5c33;
	padding:20px 0 0 0;
	margin:0 0 8px 0;
	font-variant:small-caps;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
}

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

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

#corpshaut a.lien {	text-decoration:none; color:#0e2576;border-bottom:1px dotted #0e2576; }
#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 #333366; }
#corpshaut img.image { padding:2px;background:#bcb0d7 }

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

#corpshaut input, textarea { color:white; background:#7262a1; border:1px solid #10287b; }
#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:25px; font-size:11pt; line-height:25px; color:#8f4a77; background:url(img/footer.jpg);font-weight:bold;border:3px double #8f4a77 }

/* 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; }