*{
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	}
body{
	background-image:url("img/fond.jpg");
	
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	}
	
a{/* lien par défaut */
	text-decoration:none;
	color:#07237C;
	}
a:hover{/* lien par défaut hover */
	text-decoration:none;
	color:#F0B425;
	}
	
tr#fond_corps{
	background-image:url("img/fond_corps.jpg");
	background-repeat:repeat-y;
}

td#haut{
	background-image:url("img/haut.jpg");
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:bottom;
	width:765px;
	height:200px;
	padding-right:5px;
	text-align:right;
	}

td#haut a {
	color:#07237C;
	text-decoration:none;
}

td#haut a:hover {
	color:#F0B425;
	text-decoration:none;
}

td#haut a.active{
	text-decoration:none;
	color:#F0B425;
	font-weight:bold;
	}
	
td#menu{
	background-image:url("img/menu.jpg");
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:middle;
	text-align:center;
	width:765px;
	height:25px;
	}
td#gauche{
	
	background-repeat:repeat-y;
	background-position:top right;
	vertical-align:top;
	width:200px;
	height:345px;
	}
td#corps{
	background-image:url("img/corps.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	vertical-align:top;
	width:565px;
	line-height:20px;
	}
td#bas{
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	width:765px;
	height:30px;
	background-image:url("img/bas.jpg");
	padding-top:4px;
	}
#infos_obli{
	text-align:center;
	font-size:10px;
}

table#kmn td{
	font-size:10px;
	color:#666666;
	}
/******** menu ************/
#menu ul {
	list-style: none;
    margin: 0;
	padding:0;
	}
#menu ul li{
	display: inline;
	margin:0;
	padding:0;
}
#menu ul li a{
	font-weight:bold;
	font-size:12px;
	color: #F8D8C8;
    text-decoration: none;
	padding:4px 4px 4px 4px;
	margin:0;
	height:25px;
	border:0 solid #ffffff;
	}
#menu ul li a:hover, #menu ul li a.active{
	color:#ffffff;
	background-image:url("img/bt_menu_on.jpg");
	background-repeat:repeat-x;
	background-position:top;
	}
/********* mise en page du contenu ***********/
h1{
	color:#052DA6;
	font-size:20px;
	font-weight:bolder;
	margin:15px 0 0 15px;
	}
h2{
	color:#666666;
	font-size:18px;
	font-weight:bolder;
	margin:20px 40px 0 40px;
	border-bottom:1px solid #dadada;
	}
h3{
	color:#999999;
	font-size:14px;
	font-weight:bolder;
	margin:10px 40px 0 60px;
	border-bottom:1px dotted #dedede;
	}
td#corps p{
	padding-left:15px;
	padding-right:15px;
	line-height:20px;
	}
.uppercase{
	text-transform:uppercase;
	color:#E87439;
	font-weight:bold;
	}
strong, bold, .gras{
	font-weight:bold;
	color:#07237C;
	letter-spacing:1px;
	}
.min{
	font-size:smaller;
	color:#666666;
	}
img.border{/* toutes les images du td "corps" */
	border:1px solid #cccccc;
}
td#corps ul{/* liste par défaut */
	list-style-image:url("img/li_puce.gif");
	}
td#corps ul.fleche li{/* liste avec puce en forme de flèche */
	list-style-image:url("img/li_fleche.gif");
	font-size:14px;
	font-weight:bold;
	color:#052DA6;
	line-height:20px;
	
	}
td#corps ul.fleche a{
	font-size:14px;
	font-weight:bold;
	color:#E65A12;
	text-decoration:none;
	}
td#corps ul.fleche a:hover{
	text-decoration:underline;
	}
table.actu{
	width:100%;
	}
table.actu td{
	vertical-align:top;
	padding:3px;
	}
table.actu td.td_img{
	width:150px;
	text-align:center;
	}
table.actu td.td_description{
	text-align:left;
	}
a.top{
	color:#FF6633;
	font-size:smaller;
	text-decoration:none;
	background-image:url("img/puce_top.gif");
	background-repeat:no-repeat;
	background-position:left;
	padding-left:14px;
}
a.top:hover{
	text-decoration:underline;
	background-image:url("img/puce_top_2.gif");
	background-repeat:no-repeat;
	background-position:left;
	color:#006600;
	}
	
.cadre3{ border:1px solid #949398;}