*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
table#kmn td{
	font-size:10px;
	color:#ffffff; 
	}
table#kmn td a{
	font-size:smaller;
	}
body{
	background-image: url("img/fond2.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#0B0301;
	padding:0;
	margin:0;
	}
a{/* lien par défaut */
	color:#B33E1C;
	text-decoration:underline;
	}
a:hover{/* lien par défaut */
	color:#B33E1C;
	text-decoration:none;
	}
td#haut{
	background-image: url("img/haut.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	width:765px;
	height:140px;
	}
td#menu{
	background-image: url("img/menu.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	text-align:left;
	width:765px;
	height:175px;
	vertical-align:bottom;
	}
td#corps{
	text-align:left;
	width:765px;
	background-image: url("img/corps.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	}
td#bas{
	text-align:center;
	vertical-align:middle;
	width:765px;
	height:30px;
	font-size:15px;
	font-weight:bold;
	color:#FFFF00;
	background-image: url("img/bas.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	}
/******* menu *************/
#menu ul {
	list-style: none;
    margin: 0;
	padding:0;
	width:182px;
	background-image: url("img/bt_menu_off.jpg");
	background-position:left;
	background-repeat:repeat-y;
	}
#menu ul li a{
	font-weight:bold;
	font-size:14px;
	color: #ffffff;
    text-decoration: none;
	padding:2px 0 2px 50px;
	margin:0;
	width:182px;
	display:block;
	text-align:left;
	}
#menu ul li a:hover, a.active{
	color:#ffffff;
	background-image: url("img/bt_menu_on.jpg");
	background-position:left;
	background-repeat:no-repeat;
	}
html>body menu ul# li a {
    width: auto;
   }
 /********** contenu **********/
 td#corps_haut{
	width:765px;height:37px;
	background-image: url("img/corps_haut.jpg");
	background-position:bottom center;
	background-repeat:no-repeat;
	}
 td#corps_gauche{
	width:17px;height:204px;
	background-image: url("img/corps_gauche.jpg");
	background-position:right;
	background-repeat:repeat-y;
	}
 td#corps_image{
	width:240px;height:204px;
	background-image: url("img/corps_image.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
 td#corps_txt{
	width:476px;height:204px;
	background-color:#FFFFFF;
	vertical-align:top;
	}
 td#corps_droit{
	width:32px;height:204px;
	background-image: url("img/corps_droit.jpg");
	background-position:left;
	background-repeat:repeat-y;
	}
 td#corps_bas{
	width:765px;height:14px;
	background-image: url("img/corps_bas.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	}	
/********* mise en page du contenu ***********/
h1{
	color:#804719;
	font-size:18px;
	font-weight:bolder;
	margin:0 0 10px 0;
	}
h2{
	color:#F49436;
	font-size:14px;
	font-weight:bolder;
	margin:0 0 10px 0;
	}
h3{
	color:#999999;
	font-size:12px;
	font-weight:bolder;
	margin:10px 40px 0 60px;
	border-bottom:1px dotted #dedede;
	}
p{
	text-align:justify;
	padding-right:20px;
	}
.uppercase{
	text-transform:uppercase;
	color:#666666;
	font-weight:bold;
	}
strong, bold, .gras{
	font-weight:bold;
	color:#666666;
	}
.min{
	font-size:smaller;
	color:#666666;
	}
img.border{
	border:1px solid #cccccc;
}	
td#corps_txt ul li{
	list-style-type:none;
	padding-left:20px;
	background-image:url("img/puce.gif");
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:5px;
}