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

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

input, textarea { color:white; background:#ab0214; border:1px solid #fa0f28; }

h1 {
	color:#5b010b;
	padding:20px 0 8px 0;
	margin:0;
	font-size:12pt;
	font-weight:bold;
}

h2 { background:#ffc9a8; border:1px dotted #ff6000;color:#ff6000;font-size:12pt;padding:1px;text-align:center; }

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

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

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

#footer {
	background:url(img/footer.jpg);
	height:26px;
	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:9pt;
	width:765px;
	height:22px;
}

#menu ul {margin:0 0 0 60px; padding:0;list-style-type: none;}
	
#menu ul li {
	list-style-type:none;
	display:block;
	float:left;
}

#menu ul li a{
	text-decoration:none;
	padding:3px 25px 4px 25px;
	border-right:1px solid white;
	display:block;
	font-weight:bold;
	color:white;
}

#menu ul li a:hover,#menu ul li a.active{
	color:white;
	background:#fa0f28;
}


#menuhaut {
	margin:0;
	padding:0;
	background:url(img/menuhaut.jpg) no-repeat top left;
	font-size:9pt;
	width:765px;
	height:23px;
}

#menuhaut ul {margin:0 1px 0 0; padding:1px 0 0 0;list-style-type: none;}
	
#menuhaut ul li {
	list-style-type:none;
	display:block;
	float:right;
}

#menuhaut ul li a{
	text-decoration:none;
	font-weight:bold;
	padding:4px 8px 3px 8px;
	border-left:1px solid white;
	display:block;
	color:white;
}

#menuhaut ul li a:hover,#menuhaut ul li a.active{
	color:white;
	background:#ab0214;
}
/***************************************/


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

.tabheader {
	background:#ffeaea;
	padding:2px;
	font-weight:bold;
	font-style:italic;
	font-size:11pt;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:0;
	margin:0;
}

.cadre3{ border:1px dashed #AB0215;}