body { background: url(img/fond.jpg); 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 #896a3b; }

.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:#3b2c04; }
a.lien:hover { text-decoration:underline; color:#5cb911; }

input, textarea { color:#d58309; background:#896a3b; border:1px solid #535250; }

h1 {
	color:black;
	padding:100px 0 16px 0;
	margin: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:166px;
}

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

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

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

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

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

#menu dl dt a{
	text-decoration:none;
	padding:3px;
	height:13px;
	display:block;
	color:#462409;
	font-weight:bold;
	background:url(img/fondmenu.gif) no-repeat;
}

#menu dl dt a:hover,#menu dl dt a.active {
	color:white;
	background:url(img/fondmenu.gif) no-repeat 0px -19px;
}
/***************************************/


#entete {
	color:#3b2c04;
	font-weight:bold;
}

#contenu {
	float:left;
	width:465px;
	padding-bottom:18px;
	margin-left:40px;
}