*{
	font-size:12px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	}
body{
	background:url("img/fond.jpg") repeat-x top left #FFFFFF;
	margin:0;padding:0
	}
a{/* lien par défaut */
	text-decoration:underline;color:#C41301
	}
a:hover{/* lien par défaut hover */
	text-decoration:none;color:#C7A247
	}
table#tableau{
	border:1px solid #f98f56;
	border-top-width:0;
	height:600px;width:765px
	}
td#haut{
	height:200px;width:765px
	}
td#menu{
	background:url("img/menu.jpg") no-repeat top;
	vertical-align:middle;height:25px; width:765px
	}
td#gauche{
	 width:200px;height:370px;
	background:url("img/gauche.jpg") no-repeat top right;
	vertical-align:top;text-align:center;
	color:#C41301;font-weight:bold;font-size:16px;
	font-family:"Times New Roman", Times, serif;
	}
td#corps{
	width:565px;height:360px; padding:0 0 10px 0;
	background:url("img/corps.jpg") no-repeat top left;
	vertical-align:top
	}
td#bas{
	width:765px;height:27px; padding:0 0 3px 0;
	vertical-align:bottom;text-align:center;
	color:#fff;font-size:14px;font-weight:bold;
	background:url("img/bas.jpg") no-repeat top center;
	}
/******** tableau kmn ********/
table#kmn td, table#kmn td a{
	font-size:10px; color:#666
	}
/******** menu ************/
#menu ul {
	list-style-type:none;margin:0;padding:5px 0;
	border:0;display:inline-table
	}
#menu ul li{
	display:inline;padding:5px 0;
	border-right:1px solid #f98f56;
}
#menu ul li.noBorder{border-right-width:0}
#menu ul li a{
	font-weight:normal;font-size:12px;
	color: #e6c3b0;text-decoration: none;
	padding:5px 8px
	}
#menu ul li a:hover, #menu ul li a.active{
	color:#fff;
	background:url("img/bt-menu-on.jpg") repeat top left #6f0a05;
	}
/********* mise en page du contenu ***********/
h1{
	color:#C41301;
	font-size:24px;
	font-weight:bolder;
	margin:20px 0 5px 0;
	font-family:"Times New Roman", Times, serif
	}
h1:first-letter{text-transform:uppercase}
h2{
	color:#555555;
	font-size:14px;
	font-weight:bolder;
	margin:10px 20px 5px 0;
	}
h3{
	color:#999999;
	font-size:14px;
	font-weight:bolder;
	margin:10px 20px 5px 0;
	border-bottom:1px dotted #dedede;
	}
p{
	margin:0;
	padding:3px 0
	}
p.cadre{
	background-color:#E55818;
	border:1px solid #C41301;
	padding:5px; color:#fff; font-size:14px;
	width:300px
	}
.cadre strong{color:#fff;font-size:14px;}
.uppercase{
	text-transform:uppercase;
	color:#C41301;
	font-weight:bold;
	}
.min{
	font-size:smaller;
	color:#666666;
	}
td#corps img.border/* toutes les images du td "corps" */, img.border{
	border:1px solid #888888;
}
td#corps ul li{
	margin-top:3px;
}
a img, #haut a:hover img, img#carte{filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
a:hover img{filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
