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

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

.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:#0180c3; }
a.lien:hover { text-decoration: underline;color:#cc1818; }

input, textarea {
	color:black;
	background:#ffda51;
	border:1px solid #2391cb;
}


h1 {
	color:#0180c3;
	padding:0;
	margin:0;
	font-size:14pt;
	font-weight:bold;
	margin-left:60px;
	margin-bottom:30px;
}


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

#corpshaut {
	background:url(img/corpshaut.jpg) no-repeat top;
	text-align:justify;
	color:#0180c3;
	font-size:10pt;
    position:relative;
	min-height:329px;
	padding:30px 28px 15px 205px; 
}

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

#footer {
	background:url(img/footer.jpg);
	height:23px;
	color:#614308;
	font-size:9pt;
	text-align:right;
	padding-right:10px;
	line-height:10px;
}

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

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

#menu ul li a{
	text-decoration:none;
	padding:6px 4px 5px 4px;
	display:block;
	color:#614308;
}

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