* { margin:0; padding:0; }

body { background:#72ADE9; 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:235px; background:url(img/header.jpg) no-repeat;position:relative; }
#header a#index { height:235px; display:block; }

/* Menu */
#header #menu {
	background:url(img/menu.jpg) no-repeat top left;
	font-size:9pt;
	width:165px;
	text-align:left;
	position:absolute;
	top:20px;
	left:0;
}

#header #menu dl { list-style-type: none; }
#header #menu dl dt { list-style-type:none; display:block; }

#header #menu dl dt a {
	text-decoration:none;
	padding:1px 0px 1px 5px;
	display:block;
	font-weight:bold;
	color:#a6101b;
}

#header #menu dl dt a:hover,#header #menu dl dt a.active{	color:white; background:url(img/rollfondmenu.jpg); }
#header #menu dl dt.separateur { padding:1px 0; background:url(img/separateur.jpg) no-repeat; }

/* Corps */
#corpshaut { min-height:332px; background:url(img/corpshaut.jpg) no-repeat top;
	text-align:justify;
	color:#00365b;
	font-size:10pt;
	padding:0 20px 10px 180px;
}

#corpshaut h1 {
	color:#00365b;
	font-size:12pt;
	letter-spacing:2px;
	font-weight:bold;
	padding:10px 0 0 0;
	margin:0 0 5px 0;

}

#corpshaut #coordonnee {
	width:95%;
	margin:0 auto;
	border-bottom:5px solid #a6101b;
	border-left:5px solid #a6101b;
	background:#c6e0fc;
	font-style:italic;
	letter-spacing:2px;
	padding:5px;
}

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

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

#corpshaut a.lien {	text-decoration:none; color:#00365b;border-bottom:1px dotted #00365b; }
#corpshaut a.lien:hover { text-decoration:none; color:#a6101b;border-bottom:1px solid #a6101b; }

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

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

#corpshaut img, a img {border: 1px solid #a6101b; filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
#corpshaut a:hover img {border: 1px dashed #a6101b;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
#corpshaut img.image { padding:0px;background:white }

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

#corpshaut input, textarea { color:#00365b; background:white; border:1px solid #a6101b; }
#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:23px; font-size:10pt; line-height:23px; color:white; 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; }
div.bloc_image img {	
	margin:4px;
	padding:2px;
	border: 1px solid #bc2f35;
}
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; }