*{
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	}
body{
	background-image:url("img/fond.jpg");
	background-repeat:repeat;
	background-color:#CBEB48;
	margin:0;
	padding:0;
	}
a{/* lien par défaut */
	text-decoration:underline;
	color:#ff0000;
	}
a:hover{/* lien par défaut hover */
	text-decoration:none;
	color:#CD0000;
	}
table#tableau{
	border:1px solid white;
	border-top-width:0;
	background-color:#FFFFFF;
	}
td#haut{
	background-image:url("img/haut.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;
	vertical-align:bottom;
	width:765px; height:260px;
	text-align:center;
	}
td#menu{
	width:765px; height:30px;
	background-color:#00197D;
	}
td#droit{
	background-image:url("img/droit.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	vertical-align:top;
	width:265px; height:290px;
	text-align:center;
	background-color:#6590C5;
	}
td#corps{
	background-image:url("img/corps.jpg");
	background-repeat:no-repeat;
	background-position:bottom right;
	vertical-align:top;
	width:500px; height:290px;
	}
td#bas{
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	height:20px;
	background-image:url("img/bas.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	}
/******** menu ************/
table#menu2 td{
	list-style: none;
	padding:0;
	color:white;
	text-align:center;
	vertical-align:top;
	height:29px;
}
table#menu2 td a{
	font-weight:bold;
	font-size:11px;
	color: #ffffff;
    text-decoration: none;
	padding:8px 3px 7px 3px;
	margin:0;
	display:block;
	border-right:1px solid white;
	border-top:1px solid white;
	}
table#menu2 td a.active{background-color:#062BBF;}
table#menu2 td a:hover{background-color:#4D69DA;}
/********* mise en page du contenu ***********/
h1{
	color:#00197D;
	font-size:18px;
	font-weight:bold;
	padding:20px 40px;
	margin:0 15px;
	background-image:url(img/picto_h1.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
h2{
	color:#679E2D;
	font-size:14px;
	font-weight:bolder;
	margin:10px 20px 0 55px;
	border-bottom:1px solid #CBEB48;
	}
td#corps p{
	padding-left:55px;
	padding-right:20px;
	}
td#corps li{
	margin-left:40px;
	margin-right:20px;
	margin-bottom:3px;
}
.uppercase{
	text-transform:uppercase;
	color:#00197D;
	font-weight:bold;
	}
.min{
	font-size:smaller;
	}
img.border{
	border:1px solid #CBEB48;
}
strong, b, .gras{
	color:#00197D;
	font-weight:bold;
	}
/* tableau kmn */
table#kmn td a, table#kmn td{
	font-size:11px;
	}
a.lien_blanc{
	color:white;
	text-decoration:underline;
	}
a.lien_blanc:hover{
	text-decoration:none;
	}