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

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

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

.button {
	color:#dd969e;
	background:#660005;
	border:1px solid black;
}

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

#minheight { height:427px;float:right;position:relative; }

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

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

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

#menu ul {margin:0 0 0 5px; 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 black;
	padding:0px 3px 0px 3px;
	display:block;
	color:#2a0000;
}

#menu ul li a:hover,#menu ul li a.active{
	color:#2a0000;
	text-decoration:underline;
}


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

.titre {
	color:#600202;
	font-size:12pt;
	font-weight:bold;
	padding-top:10px;
	padding-left:15px;
}



h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#600202;
	margin: 0px;
}
.cadre3 {border : 1px solid #600202; }

