body {
	background-image: 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; }

hr {
	border:1px #283e7a dashed;width:75%;
	text-align:left
}

img { border:1px solid white; }

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

a.lien {	text-decoration:underline;	color:#710606; }
a.lien:hover { text-decoration: underline;color:#cc1818; }


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

#minheight { height:340px;float:right; }

#corpshaut {
	background:url(img/corpshaut.jpg) no-repeat top;
	text-align:justify;
	color:white;
	font-size:10pt;
	padding:20px 180px 50px 20px;
}

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

#footer {
	background:url(img/footer.jpg);
	height:29px;
	color:#075624;
	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:765px;
	height:23px;
}

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

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

#menu ul li a:hover,#menu ul li a.active{
	color:white;
	background:#4d5a12;
}


#menu a.noBorder{
	border-right-width:0px;
	padding-right:7px;
	background:url();
}

#titre {
	color:white;
	font-size:12pt;
	font-weight:bold;
	padding-left:25px;
	border-bottom:1px dotted white;
	margin-bottom:10px;
}