body {
	background: #fffacf;
	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;color:#0099ff;}

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


img { border:1px solid #0c95f0; }

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

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

a.lien {	text-decoration:underline;	color:#06142b; }
a.lien:hover { text-decoration: underline;color:#0f3575; }

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

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

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

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

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

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

/*************** MENU ***************/
#menu {
	margin:0;
	padding:0;
	width:201px;	
	font-size:9pt;
	margin:0;
	float:left;
	position:relative;
	background:url(img/fondmenu.jpg) repeat-y;	
}

#menu dl {margin:0 0 0 0px; padding:0;list-style-type: square;}
	
#menu dl dt {
	list-style-type:square;
	display:block;
	position:relative;
	margin:0;
	padding:0 9px 0 0;
}

#menu dl dt a{
	text-decoration:none;
	display:block;
	color:#006699;
	position:relative;
	padding:1px 9px 1px 16px;
	font-weight:bold;
	background:url(img/pucemenu.jpg) no-repeat;
	background-position:5px;
}

#menu dl dt a:hover,#menu dl dt a.active{
	color:white;
	background:#0099ff;
	position:relative;
}

#texte {
	width:545px;
	padding:5px 0px 18px 0;
	font-size:10pt;
	vertical-align:top;
	margin-left:205px;
	
}

#titre {
	color:#06142b;
	font-size:13pt;
	font-weight:bold;
	margin-bottom:8px;
}

