body { background: #ebdeb3; font-family: Arial, Helvetica, sans-serif; text-align: center; padding:0; margin:0; }

ul { list-style-type: square; padding:0; margin:0; list-style-position:inside; }

img { border:1px solid #fbad03; }

.image { padding:2px;background:white; }

.kmn {	font-family: Arial, Helvetica, sans-serif;font-size: 11px; color:black; }
.kmn a { font-size: 11px;	text-decoration:underline;color:black; }

a.lien {	text-decoration:underline; color:black; }
a.lien:hover { text-decoration:underline; color:#fbad03; }

input, textarea { color:white; background:#a4856d; border:1px solid #794c29; }

h1 {
	color:white;
	background:#fbad03;
	padding:2px 0 2px 5px;
	margin:0 0 8px 0;
	font-size:12pt;
	font-weight:bold;
}

h2 { background:#8fc200; border:1px dotted #8fc200; padding:3px; }

/*************** PAGE ***************/
#header {
	background:url(img/header.jpg) no-repeat;
	height:189px;
}

#corpshaut {
	background:url(img/corpshaut.jpg) no-repeat top;
	text-align:justify;
	color:black;
	font-size:10pt;
	position:relative;
	min-height:285px;
	padding:35px 50px 45px 60px;
}

#corpsbas {
	background:url(img/corpsbas.jpg) no-repeat bottom;
	vertical-align:top;
}

#footer {
	background:url(img/footer.jpg);
	height:24px;
	color:#794c29;
	font-size:10pt;
	line-height:10px;
}

/*************** MENU ***************/
#menu {
	margin:0;
	padding:0;
	background:url(img/menu.jpg) no-repeat top left;
	font-size:8pt;
	width:765px;
	height:22px;
}

#menu ul {margin:0 0 0 7px; padding:0;list-style-type: none;}
	
#menu ul li {
	list-style-type:none;
	display:block;
	float:left;
}

#menu ul li a{
	text-decoration:none;
	padding:4px 5px 4px 5px;
	display:block;
	border-right:1px solid #d0bc85;
	color:white;
}

#menu ul li a:hover,#menu ul li a.active{
	color:white;
	background:#eba931;
	text-decoration:underline;
}
/***************************************/


#entete {
	color:#0066FF;
	font-weight:bold;
}