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

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

input, textarea {
	color:black;
	background:#a3be44;
	border:1px solid black;
}


h1 {
	color:white;
	font-size:14pt;
	font-weight:bold;
	border-bottom:1px solid white;
	margin:10px 0 10px 0;
}


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

#corpshaut {
	text-align:justify;
	color:white;
	font-size:10pt;
       position:relative;
	min-height:347px;
}

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

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

/*************** MENU ***************/
#menu {
	margin:0;
	padding:0;
	font-size:9pt;
	width:159px;
	float:left;
}

#menu dl {margin:0 0 0 0; padding:10px 0 0 0;list-style-type: none;}
	
#menu dl dt {
	list-style-type:none;
	display:block;
}

#menu dl dt a{
	display:block;
	text-decoration:none;
	padding:3px 0 4px 25px;
	color:white;
	font-weight:bold;
	background:url(img/pucemenu.jpg) no-repeat 10px;
}

#menu dl dt a:hover,#menu dl dt a.active{
	display:block;
	background:url(img/rollfondmenu.jpg) no-repeat;
}

#contenu {
	width:580px;
	padding-bottom:40px;
	margin-left:10px;
	float:left;
}