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

ul { list-style-image:url(img/puce.gif);padding:0;margin:0;list-style-position:inside; }

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

img { border:1px solid #ffdd00; }

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

.kmn {	font-family: Arial, Helvetica, sans-serif;font-size: 11px; color:#ffdd00; }
.kmn a { font-size: 11px;	text-decoration:underline;	color:#ffdd00; }

a.lien {	text-decoration:underline;	color:white; }
a.lien:hover { text-decoration: underline;color:#8fe433; }

input, textarea {
	color:white;
	background:#4d9e41;
	border:1px solid #ffdd00;
}

b { color:#ffdd00; }

h1 {
	color:#004000;
	padding:0;
	margin:0;
	font-size:14pt;
	font-weight:bold;
	text-align:right;
	width:190px;
	padding-top:44px;
	font-family:"Times New Roman", Times, serif;
}


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

#corpshaut {
	background:url(img/corpshaut.jpg) no-repeat top;
	text-align:justify;
	color:white;
	font-size:9pt;
    position:relative;
	min-height:304px;
}

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

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

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

#menuhaut ul {margin:0; padding:4px 0 0 0;list-style-type: none;}

#menuhaut ul li {
	list-style-type:none;
	display:block;
	float:left;
}

#menuhaut ul li a {
	list-style-type:none;
	display:block;
	float:left;
	text-decoration:none;
	color:white;
	
}

#menuhaut ul li a:hover,#menuhaut ul li a.active{
	color:#8fe433;
	text-decoration:underline;
}

#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 65px; 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;
	display:block;
	padding:2px 12px 3px 12px;
	color:white;
}

#menu ul li a:hover,#menu ul li a.active{
	color:#107e02;
	background:#ffdd00;
}