body {
	background: url(img/fond.jpg);
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding:0;
	margin:0;
}

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

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

img { border:1px solid black; }

h1 {
	color:#5e320e;
	font-size:14pt;
	margin-bottom:10px;
	border-bottom:1px dashed #5e320e;
	padding-left:20px;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#5e320e;
	margin: 0px;
}
.cadre3 {border : 1px solid #5e320e; }


.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:#5e320e; }
a.lien:hover { text-decoration: underline;color:#6a733e; }

.lien a {text-decoration:underline;	color:#402209;}

a.conseiller {	text-decoration:underline;	color:#6a733e;margin:4px 3px 0 0;font-size:10pt; }
a.conseiller:hover { text-decoration: underline;color:#9bad48;margin:4px 3px 0 0; }

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

#corpshaut {
	background:url(img/corpshaut.jpg) no-repeat top;
	text-align:justify;
	padding:10px 18px 18px 25px;
	color:#5e320e;
	font-size:10pt;
	_height:313px;
	_padding:20px 18px 18px 25px;
	min-height:350px;
}

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

#footer {
	background:url(img/footer.jpg) no-repeat top;
	height:24px;
	color:white;
	font-size:9pt;

}

/*************** MENU ***************/
#menu {
	background:url(img/menu.jpg) no-repeat top left;
	height:84px;
	text-align:center;
	vertical-align:bottom;
	font-size:8pt;
}	
	
#menu a.noBorder{
	border-right-width:0px;
}
	
	
#menu  a{
	text-decoration:none;
	color:#c6995a;
	border-right:1px #c6995a solid;
	display:block;
	height:14px;
	padding:4px 2px 3px 2px;
}
	
	
#menu  a:hover,#menu a.active{
	color:white;
	background:#6a733e; 
	display:block;
	padding:4px 2px 3px 2px;
}