body { background: 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; }

img { border:1px solid #fce337; }

.image { padding:1px;background:#fce337; }

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

input, textarea { color:#ff006d; background:#fce337; border:1px solid #ff006d; }

h1 {
	color:#fe438c;
	border-bottom:1px solid #fce337;
	padding:50px 0 0 0;
	margin:0 0 10px 0;
	font-size:12pt;
	letter-spacing:2px;
	font-weight:bold;
	text-align:right;
}

h2 { background:#8fc200; border:1px dotted #8fc200; padding:3px; }

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

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

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

#footer {
	background:url(img/footer.jpg);
	height:25px;
	color:#f91850;
	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:147px;
	text-align:center;
	padding-left:40px;
	padding-top:30px;
	float:left;
}

#menu dl {margin:0; padding:0;list-style-type: none;}
	
#menu dl dt {
	list-style-type:none;
	display:block;
}

#menu dl dt a{
	text-decoration:none;
	padding:2px 0px 2px 0px;
	display:block;
	font-weight:bold;
	color:#f90952;
}

#menu dl dt a:hover,#menu dl dt a.active{
	color:#fce337;
	background:url(img/rollfondmenu.gif) no-repeat;
}
/***************************************/


#entete {
	color:#ff006d;
	font-weight:bold;
}

#contenu {
	float:left;
	width:500px;
	padding:0 0 45px 40px;
}