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 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:#3c4f9e; }
a.lien:hover { text-decoration:underline; color:#1f64ab; }

input, textarea { color:white; background:#3c4f9e; border:1px solid #3c4f9e; }

h1 {
	color:#3c4f9e;
	padding:20px 0 4px 0;
	margin:0;
	font-size:14pt;
	font-weight:bold;
}

h2 { background:#f4f5fa; border:1px dotted #9cafda; padding:3px;font-size:11pt;text-align:center; }

h3 { font-size:10pt;border-bottom:1px solid #3c4f9e;margin-bottom:4px;font-style:italic;}

hr { border:1px dashed #3c4f9e; width:300px; margin:8px auto;}
/*************** PAGE ***************/
#header {
	background:url(img/header.jpg) no-repeat;
	height:191px;
}

#corpshaut {
	background:url(img/corpshaut.jpg) white no-repeat top;
	text-align:justify;
	color:#3c4f9e;
	font-size:8pt;
	position:relative;
	min-height:354px;
	padding:0 10px 10px 10px;
}

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

#footer {
	background:url(img/footer.jpg);
	height:25px;
	color:white;
	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:20px;
}

#menu ul {margin:0 0 0 30px; 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:3px 4px 2px 4px;
	display:block;
	color:black;
	border-right:1px solid #3c4f9e;
}

#menu ul li a:hover,#menu ul li a.active{
	color:white;
	background:#3c4f9e;
}
/***************************************/


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

#encart {
	padding:8px 18px 30px 8px;
}

#encart a {
	color:white;
	text-decoration:underline;
}

#encart a:hover {
	text-decoration:none;
}