body {
	background-image: 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 #6b0404; }

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

input, textarea {
	color:white;
	background:#ae5951;
	border:1px solid #6b0404;
}


h1 {
	color:#ae5951;
	border-bottom:1px solid #ae5951;
	padding-left:10px;
	margin:0 0 10px 0;
	font-size:14pt;
	font-weight:normal;
}


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

#langue {
	background:url(img/langue.jpg) no-repeat;
	height:23px;
	text-align:left;
	vertical-align:top;
	padding-left:50px;
}

#corpshaut {
	text-align:justify;
	color:#ae5951;
	font-size:10pt;
    position:relative;
	width:540px;
	padding:10px 0 15px 0 ;
	margin-left:210px;
	min-height:315px;
}

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

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

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

#menu ul li a:hover,#menu ul li a.active{
	color:white;
	background:#6b0403;
}


#menu a.noBorder{
	border-right-width:0px;
	padding-right:4px;
	background:url();
}