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
}

h1 {
	font-weight:bold;
	color:#636b6e;
	font-size:12pt;
	border-bottom:1px #f7eb01 solid;
}

img { border:1px solid #f7eb01; }

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

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


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

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

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

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

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

/*************** MENU ***************/
#menu {
	margin:0;
	padding:0;
	font-size:9pt;
	float:left;
	position:relative;
	width:180px;
	height:270px;
	text-align:right;
	background:url(img/menu.jpg) top left no-repeat;
}

#menu dl {margin:18px 0 0 0; padding:0;list-style-type: none;}
	
#menu dl dt {
	list-style-type:none;
	display:block;
	position:relative;
	margin:0;
	padding:0;
	text-align:right;
}

#menu dl dt a{
	text-decoration:none;
	display:block;
	font-weight:bold;
	color:#636b6e;
	position:relative;
	padding:5px 15px 5px 0;
	margin:0 11px 0 0;
}

#menu dl dt a:hover,#menu dl dt a.active{
	color:white;
	position:relative;
	background:url(img/rollfondmenu.jpg) top right no-repeat;
	text-align:right;
}

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

#texte {
	width:515px;
	margin:0 0 0 205px;
	padding-top:60px;
	padding-bottom:20px;
	font-size:10pt;
}