body {
	background-color: #ffffff;
	background-image:  url("img/fond.jpg");
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	}
*{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}
a{/* lien par défaut :*/
	color:#E41E39;
	text-decoration:underline;
	}
a:hover{/* lien par défaut :*/
	color:#999999;
	text-decoration:none;
	}
table#tableau{
	border:1px solid #dadada;
	border-top-width:0;
	}
td#haut{
	width:765px;
	height:260px;
	vertical-align:top;
	text-align:left;
	background-image: url("img/haut.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	}
td#menu{
	width:765px;
	height:30px;
	vertical-align:middle;
	text-align:left;
	background-image: url("img/menu.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	}
td#corps{
	width:500px;
	height:290px;
	vertical-align:top;
	text-align:left;
	background-image:  url("img/corps.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	}
td#droit{
	width:265px;
	height:290px;
	vertical-align:top;
	text-align:center;
	padding-top:10px;
	background-image: url("img/droit.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	}
td#bas{
	border-top:1px solid #dadada;
	width:765px;
	height:20px;
	vertical-align:middle;
	text-align:center;
	font-size:13px;
	color:#ffffff;
	background-color:#1DBC9C;
	font-weight:bold;
	}
#kmn td, #kmn td a{
	font-size:10px;
	}
/******** menu ************/
#menu ul {
	list-style: none;
    margin: 0;
	padding:0;
	text-align:center;
	}
#menu ul li{
	display: inline;
	margin:1px;
	padding:0;
	border-right:1px solid #cccccc;
}
#menu ul li.no_border{border-right-width:0px;
	}
#menu ul li a{
	font-weight:bolder;
	font-size:10px;
	color: #666666;
    text-decoration: none;
	padding:12px 2px 14px 2px;
	margin:0;
	}
#menu ul li a:hover, #menu ul li a.active{
	color:#E41E39;
	background-image:url("img/bt_menu_on.jpg");
	background-repeat:repeat-x;
	background-position:top;
	}
/********* mise en page du contenu ***********/
h1{
	color:#E41E39;
	font-size:24px;
	font-weight:bolder;
	padding:20px 0 0 60px;
	background-image:url("img/trait_tt.gif");
	background-repeat :no-repeat;
	background-position :bottom left;
	}
h2{
	color:#1DBC9C;
	font-size:18px;
	font-weight:bolder;
	margin:10px 20px 0 20px;
	}
h3{
	color:#333333;
	font-size:14px;
	font-weight:bolder;
	}
td#corps p{
	padding:0 30px 0 20px;
	color:#000;
	text-align:justify;
	}
.uppercase{
	text-transform:uppercase;
	color:#E87439;
	font-weight:bold;
	}
strong, bold, .gras{
	font-weight:bold;
	letter-spacing:1px;
	}
.min{
	font-size:smaller;
	color:#666666;
	}
img.border{/* toutes les images du td "corps" */
	border:1px solid #cccccc;
}
td#corps ul li{
	list-style-type:square;
	}


