*{
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	}
body{
	background-color:#D5D5ED;
	margin:0;
	padding:0;
	}
table#tableau{
	}
a{/* lien par défaut */
	text-decoration:underline;
	color:#07079D;
	}
a:hover{/* lien par défaut hover */
	text-decoration:none;
	color:#8B87DC;
	}
td#haut{
	background-image:url("img/haut.jpg");
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:bottom;
	width:765px; height:200px;
	}
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-image:url("img/gauche.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	vertical-align:top;
	width:200px; height:345px;
	background-color:#FFFFFF;
	}
td#corps{
	background-image:url("img/corps.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	vertical-align:top;
	width:565px; height:345px;
	background-color:white;
	}
table#contenu{
	background-image:url("img/cadre_bas.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;
	vertical-align:top;
	width:565px; height:345px;
	margin-top:61px;
	}
td#tt{
	height:26px;
	}
td#txt{
	 height:319px;
	 vertical-align:top;
	}
td#txt li{
	list-style-type:none;
	background-image:url(img/puce.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-top:3px;
	}
td#bas{
	vertical-align:middle;
	color:black;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	width:765px; height:30px;
	background-image:url("img/bas.jpg");
	background-repeat:no-repeat;
	background-position:top center;	
	}
/********* mise en page du contenu ***********/
h1{
	color:#333333;
	font-size:14px;
	font-weight:bolder;
	margin:20px 30px;
	}
h2{
	color:#666666;
	font-size:12px;
	font-weight:bolder;
	margin:10px 20px 0 20px;
	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:30px;
	}
.uppercase{
	text-transform:uppercase;
	color:#101060;
	font-weight:bold;
	}
.min{
	font-size:smaller;
	color:#666666;
	}
img.border{
	border:1px solid #bbbbbb;
}
/******** menu ************/
#menu ul {
	list-style: none;
    margin: 0;
	padding:4px 0;
	}
#menu ul li{
	display: inline;
	margin:0;
	padding:4px 0;
	border-right:1px solid white;
}
#menu ul li a{
	font-weight:bold;
	font-size:13px;
	color: #000000;
    text-decoration: none;
	padding:4px 14px;
	margin:0;
	}
#menu ul li a.active{
	color:white;
	background-color:#07079A;
	}
#menu ul li a:hover{
	color:white;
	background-color:#A6B0EB;
	}
/************ kmn **********/
#kmn td, #kmn td a{
	font-size:11px;
	}
