* { 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:223px; background:url(img/header.jpg) no-repeat;text-align:right;vertical-align:top; }
#header a { height:223px; 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:20px; }
#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;
	font-weight:bold;
	color:white;
}

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

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

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

#corpshaut h1 {
	color:#215e8e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	letter-spacing:2px;
	font-variant:small-caps;
	font-weight:bold;
	padding:30px 0 0 50px;
	margin:0 0 10px 0;
}

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

#corpshaut #coordonnee {
	border-bottom:5px solid #94bfe5;
	border-left:5px solid #94bfe5;
	width:95%;
	background:#f1f8fe;
	margin:0 auto;
	padding:5px;
}

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

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

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

#corpshaut img { border:1px solid #215e8e; }
#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:37px; font-size:10pt; line-height:20px; 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; }

div.bloc_image { text-align:center; margin:8px 0; }
div.bloc_image img {	
	margin:4px;
	padding:2px;
}
div.bloc_image a { text-decoration:none; }
div.bloc_image a img {
	background:#FFF;
	}
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; }
