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:#690E43;
	text-decoration:underline;
	}
a:hover{/* lien par défaut :*/
	color:#ff0000;
	text-decoration:none;
	}
table#tableau{
	}
td#haut{
	width:765px;
	height:200px;
	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:25px;
	vertical-align:top;
	background-image: url("img/menu.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	}
td#corps{
	width:565px;
	height:345px;
	vertical-align:top;
	text-align:left;
	background-color:#FFFFFF;
	background-image: url("img/corps.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	}
td#gauche{
	width:200px;
	height:345px;
	vertical-align:top;
	text-align:left;
	background-image: url("img/gauche.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	}
td#bas{
	width:765px;
	height:30px;
	vertical-align:top;
	text-align:center;
	font-size:14px;
	color:#5AA524;
	font-weight:bold;
	}
table#contenu{
	width:565px; height:345px;
	}
td#contenu_titre{
	width:565px; height:111px;
	vertical-align:top;
	text-align:left;
	}
td#contenu_corps{
	width:565px; height:209px;
	vertical-align:top;
	}
td#contenu_bas{
	width:565px; height:25px;
	vertical-align:top;
	background-image: url("img/contenu_bas.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	}
/******** menu2 ************/
table#menu2 {
	padding:0;
	margin:0;
	height:25px;
	border-left:1px solid #988147
	}
table#menu2 td {
	padding:4px 0;
	margin:0;
	}
#menu2 a{
	font-weight:bold;
	font-size:14px;
	color: #E0FB61;
    text-decoration: none;
	padding:4px 20px;
	margin:0;
	border-right:1px solid #988147;
	}
#menu2 a:hover, #menu2 a.active{color:#622846;background-color:#E0FB61;}

/******** menu 3 ************/
table#menu3 {
	padding:0;
	margin-top:30px;
	}
table#menu3 td {
	padding:3px 0;
	margin:0;
	text-align:left;
	}
#menu3 a{
	font-weight:bold;
	font-size:13px;
	color: #ffffff;
    text-decoration: none;
	padding:3px 25px;
	margin:0;
	background-image:url("img/bt_menu_off.gif");
	background-position:left;
	background-repeat:no-repeat;
	}
#menu3 a:hover{
	color:#E0FB61;
	background-image:url("img/bt_menu_on.gif");
	text-decoration:underline;
	}
#menu3 a.active{
	color:#E0FB61;
	background-image:url("img/bt_menu_on.gif");
	}
/*********** mise en forme du contenu ************/
h1{
	font-size:15px;
	font-weight:bold;
	color:#5AA524;
	margin:0 20px;
	}
h2{
	font-size:13px;
	font-weight:bold;
	color:#690E43;
	margin:10px 40px 0 20px;
	padding-bottom:3px;
	border-bottom:1px solid #CEEF33;
	}
h3{
	font-size:13px;
	font-weight:bold;
	color:#690E43;
	margin:10px 0 0 0;
	padding-bottom:3px;
	border-bottom:1px solid #CEEF33;
	}
.uppercase{
	font-size:12px;
	font-weight:bold;
	color:#690E43;
	text-transform:uppercase;
	}
p{
	margin-left:20px;
	margin-right:20px;
	color:#000000;
	}
ul{
	margin-left:20px;
	margin-right:20px;
	}
li{
	margin-bottom:3px;
	margin-left:20px;
	}
.min{
	font-size:smaller;
	color:#666666;
	}
img.border{
	border:1px solid #E0FB61;
}
a.lien_blanc{
	color:#ffffff;
	text-decoration:underline;
	}
a.lien_blanc:hover{
	color:#E0FB61;
	text-decoration:none;
	}
sup{font-size:smaller;}
/************ kmn ************/
table#kmn td,table#kmn td a{
	font-size:11px;
}
td.new p{margin:0 2px}
td.new ul{margin:0}
td.new li{margin:0}
	
