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; }

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

img { border:1px solid #0a4a7a; }

.bordure { background:white;border:1px solid black;}

.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:black; }
a.lien:hover { text-decoration: underline;color:#0a4a7a; }

input, textarea {
	color:white;
	background:#0a4a7a;
	border:1px solid #e66b29;
}


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

span {
	color:#205d8c;
	font-weight:bold;
}

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

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

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

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

#conseiller {
	color:#0a4a7a;
	text-decoration:none;
	font-size:9pt;
}

#conseiller:hover,#conseille.active {
	text-decoration:underline;
}

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

#menu ul {margin:0 0 0 38px; 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 4px 5px 4px;
	display:block;
	color:white;
}

#menu ul li a:hover,#menu ul li a.active{
	color:#0a4a7a;
	background:url(img/rollfondmenu.jpg) repeat-x;
}