* { 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:168px; background:url(img/header.jpg) no-repeat;text-align:right;vertical-align:top;position:relative; }
#header a#index { height:168px; display:block; }

#header #version {
	position:absolute;
	top:144px;
	left:26px;
	text-align:left;
	line-height:17px;
}

#header #version a {
	color:black;
	font-size:9pt;
	text-decoration:none;
}

#header #version a:hover, #header #version 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:3px; }
#menu ul li { list-style-type:none; display:block; float:left; }

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

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

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

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

#corpshaut h1 {
	color:#0c64bb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	padding:12px 0 0 36px;
	margin:0 0 10px 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:#07380c;border-bottom:1px dotted #07380c; }
#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 #112984; }
#corpshaut img.image { padding:2px;background:white }

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

#corpshaut input, textarea { color:#07380c; background:white; border:1px solid #07380c; }
#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:10pt; line-height:25px; color:#f6e5b2; 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; }

/************************************************
				IMAGES
************************************************/
img { border:none;text-decoration:none; }
div.bloc_image { text-align:center; width:80%; margin:10px auto; }
div.bloc_image img {
	border:1px solid #2a4806;
	margin:2px;
	padding:1px;
}
div.bloc_image a { text-decoration:none; }
div#contenu_modifiable div.bloc_image p.zoomer { text-align:center;font-size:9px; }
div#contenu_modifiable div.bloc_image p.legende { margin:0 0 5px 0;font-weight:bold; }
