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

.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:#333333; }

input, textarea { color:black; background:#ffd9d7; border:1px solid #e7817c; }

h1 {
	padding:60px 0 0 0;
	margin:0 0 10px 0;
	color:#ac0902;
	border-bottom:1px dashed #ac0902;
	font-size:12pt;
	font-weight:bold;
}

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

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#AC0902;
	padding:0;
	margin:0;
}
.cadre3{ border:1px dotted #AC0902;}
/*************** PAGE ***************/
#header {
	background:url(img/header.jpg) no-repeat;
	height:153px;
}

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

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

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

/*************** MENU ***************/
#menu {
	margin:0;
	padding:0;
	font-size:8pt;
	width:197px;
	color:white;
	text-align:center;
	float:left;
}

#menu ul {margin:0; padding:0;list-style-type:square;}
	
#menu ul li {
	list-style-type:square;
}

#menu ul li a{
	text-decoration:none;
	color:white;
	display:inline-block;
	padding-bottom:2px;
}

#menu ul li a:hover,#menu ul li a.active{
	color:white;
	text-decoration:underline;
}
/***************************************/


#entete {
	color:#0066FF;
	font-weight:bold;
}

#encart {
	font-size:9pt;
	font-weight:bold;
	color:#ac0902;
	width:197px;
	position:absolute;	
	bottom:0px;
	left:0px;
	text-align:center;
}

#contenu {
	padding:0 0 30px 20px;
	width:530px;
	margin-left:198px;
}

#adr {
	background:#ffd9d7;
	padding:5px;
	margin:0 auto 0 auto;
	text-align:center;
	width:250px;
	font-weight:bold;
	border:dashed 1px #e7817c;
}