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

/* Menu */
#menu { height:21px; 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:3px 3px 3px 3px;
	display:block;
	color:#028b46;
}

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

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

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

#corpshaut h1 {
	color:#028b46;
	padding:15px 0 0 0;
	margin:0 0 5px 0;
	border-bottom:1px solid #028b46;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
}

#corpshaut #txt {
	text-align:center;
	font-size:12pt;
	background:#d5ebff;
	padding:2px 0;
}

#corpshaut #coordonnee {
	border-left:4px solid #028b46;
	border-bottom:4px solid #028b46;
	background:#f9fff9;
	padding:4px;
	width:670px;
	line-height:16px;
	margin:0 auto;
	font-size:10pt;
	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:#00365b;border-bottom:1px dotted #00365b; }
#corpshaut a.lien:hover { text-decoration:none; color:#028b46;border-bottom:1px solid #028b46; }

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

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

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

#corpshaut input, textarea { color:#028b46; background:#fdf790; border:1px solid #028b46; }
#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:23px; font-size:9pt; line-height:23px; 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; }

h2{
	color:#008D47;
	font-size:15px;
	padding:0;
	margin:0;
}

.cadre3{ border:1px solid #008D47;}