*{
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	}
body{
	background-image:url("img/fond.jpg");
	background-repeat:repeat;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	}
table#tableau{
	border:1px solid #ffffff;
	}
a{/* lien par défaut */
	text-decoration:underline;
	color:#3780b9;
	}
a:hover{/* lien par défaut hover */
	text-decoration:none;
	color:#94bfe5;
	}
td#haut{
	background-image:url("img/haut.jpg");
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:bottom;
	}
td#menu{
	background-color:#5FA3CD;
	vertical-align:middle;
	text-align:center;
	height:25px; width:765px;
	margin:0;
	padding:0;
	}
td#gauche{
	background-image:url("img/gauche.jpg");
	background-repeat:no-repeat;
	background-position:bottom right;
	vertical-align:top;
	background-color:#C0E4FA;
	}
td#corps{
	vertical-align:top;
	background-color:#FFFFFF;
	background-image:url("img/corps.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
	}
td#bas{
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	background-color:#5FA3CD;
	color:#ffffff;
	padding:3px;
	}
/********* mise en page du contenu ***********/
h1{
	color:#2B74A1;
	font-size:24px;
	font-weight:bolder;
	margin:30px 0 0 20px;
	padding: 3px 0 10px 45px;
	background-image:url("img/h1_picto.jpg");
	background-repeat:no-repeat;
	}
h2{
	color:#666666;
	font-size:16px;
	font-weight:bolder;
	margin:10px 40px 0 20px;
	border-bottom:1px solid #dadada;
	}
h3{
	color:#999999;
	font-size:13px;
	font-weight:bolder;
	margin:10px 40px 0 60px;
	border-bottom:1px dotted #dedede;
	}
td#corps p{
	padding-left:20px;
	padding-right:20px;
	}
fieldset{
	border:1px solid #cccccc;
	margin-right:20px;
	margin-bottom:20px;
	width:200px;
	padding:5px;
	}
.uppercase, legend{
	text-transform:uppercase;
	color:#ff0000;
	font-weight:bold;
	}
fieldset.promo,fieldset.promo strong, fieldset.promo .uppercase, fieldset.promo legend{
	font-size:15px;
	text-align:center;
}
strong, bold, .gras{
	font-weight:bold;
	}
.min{
	font-size:smaller;
	color:#666666;
	}
td#corps img.border{/* toutes les images du td "corps" */
	border:1px solid #666666;
}
td#corps ul{
	margin-right:20px;
}
td#corps li{
list-style-type:none;
background-image:url(img/liste.jpg);
background-repeat:no-repeat;
background-position:left top;
padding-bottom:4px; margin-top:1px;
padding-left:17px;
	}
/******** menu ************/
#menu ul {
	position:relative;
	padding:0;
	margin:0;
	height:25px;
	}
#menu ul li{
	display: inline;
	border-right:1px solid #3780b9;
	padding:0; margin:0;
	height:25px;
	line-height:25px;
}
#menu ul li.li_no_border{
	border-right-width:0;
	}
#menu a{
	font-weight:bold;
	font-size:12px;
	color: #ffffff;
    text-decoration: none;
	padding-bottom:5px;
	padding-left:12px;
	padding-right:12px;
	padding-top:5px;
	margin:0;
	height:25px;
	line-height:25px;
	}
#menu ul li a:hover, #menu ul li a.active{
	color:#002577;
	background-color:#C0E4FA;
	}
/**************** kmn ****************/
table#kmn td{
	color:#ffffff;
	font-size:11px;
	}
table#kmn td a{
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
	}
table#kmn td a:hover{
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	}

div.annonce {
	float:right;
	margin:30px 0 0 0;
	padding:0;
}
div.annonce p {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#F00;
}

div.annonce p a {
	color:#F00;
	text-decoration:underline;
}
div.annonce p a:hover {
	color:#999;
	text-decoration:none;
}

