body { background: #fefbd2; 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 #804b0e; }

.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:#804b0e; }

input, textarea { color:white; background:#804b0e; border:1px solid black; }

h1 {
	color:#fba202;
	border-bottom:1px solid #9a3403;
	padding:15px 0 0 0;
	margin:0 0 8px 0;
	font-size:14pt;
	font-weight:bold;
}

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

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

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

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

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

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

#menu dl {margin:0; padding:0;list-style-type: none;}
	
#menu dl dt {
	list-style-type:none;
	display:block;
}

#menu dl dt a{
	text-decoration:none;
	background:#804b0e;
	padding:1px 0 1px 22px;
	margin-bottom:2px;
	border:1px solid black;
	display:block;
	color:white;
}

#menu dl dt a:hover,#menu dl dt a.active{
	color:white;
	background:url(img/pucemenu.jpg) #804b0e no-repeat 1px 0;
}
/***************************************/


#entete {
	color:#300f0d;
	font-weight:bold;
}

#contenu {
	margin-left:20px;
	width:570px;
	padding-bottom:15px;
	float:left;
}