html, body, h1,h2,h3,h4,h5,h6,ul,li,p{
	margin: 0;
	padding: 0;
	list-style: none;
}
body{
	background: url(images/bg-body.jpg) repeat-x;
}
#PAGE{
	width: 790px;
	margin: auto;
	background: #fff;
	position: relative;
}
#HEADER{
	height: 200px;
	background: url(images/bg-header.jpg) no-repeat;
}
#HEADER h1 a{
	display: block;
	width: 100%;
	height: 93px;
}
#HEADER h1 a span{
	display: none;
}

#PubHeader a{
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
	width: 250px;
	height: 200px;
	background: url(images/hugues-aufray.png?y=200) no-repeat;
	z-index:50;
}
#PubHeader a span{
	display: none;
}
#PubHeader2 a{
	display: block;
	position: absolute;
	left: 15px;
	top: 120px;
	width: 770px;
	height: 85px;
	background: #fff url(images/pub1.png) no-repeat 0 5px;;
	z-index:40;
}
#PubHeader2 a span{
	display: none;
}

#MENU{
	margin: 5px 15px;
	height: 20px;
	z-index:100;
	position: absolute;
}
#MENU h2{
	font: 10px Verdana,Arial,Tahoma;
}
#MENU li{
	display: block;
	float: left;
	
}
#MENU li a{
	display: block;
	/* height: 20px; */ /* FOUT LE BORDEL DANS IE */
	width: auto;
	padding: 0 8px;	
	/*float: left;*/
	color: #000;	
	text-decoration: none;
	font: 12px Verdana,Arial,Tahoma;
	border-right: 1px solid #888;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #888;
	border-top: 1px solid #aaa;
	
	background: #eee;
}
html>/**/body #MENU li a{
	height: 21px;
}
#MENU li a:hover,
#MENU li:hover h2 a,
#MENU li.sfhover h2 a
{
	background: #ccc;
	border-left: 1px solid #888;
	border-right: 1px solid #aaa;
}
#MENU li:hover ul,
#MENU li.sfhover ul{
	left: auto;
}

#MENU ul ul{
	position: absolute;
	left: -999em;
	z-index: 100;
	background: #6c8924;
	border: 1px solid #6c8924;
}
#MENU ul ul li{
	float: none
}
#MENU ul ul li a{
	/* float: none; */
	background: url(images/menu.png) repeat-x 0 -5px;
}





#CONTAIN{
	background: url(images/bg-bloc.png) repeat-x;
	margin: 15px;
	padding: 5px 10px 10px;
	border: 2px solid #dcdcdc;	
	
}
#CONTAIN h1{
	color: #b3351e;
	font: bold 20px Verdana,Arial,Tahoma;
	margin: 0 0 10px 0;
}

#CONTAIN table{
	
}
#CONTAIN td,#CONTAIN th{
	padding: 2px 5px;
}
#CONTAIN table .ligne0{
	background: #eee;
}
#CONTAIN table .ligne1{
	background: #ddd;
}
#CONTAIN tr:hover{
	background: #aaa;
}

#CONTAIN table a{
	display: block;
	color: #b3351e;
}


#FOOTER{
	clear: both;
	text-align: center;	
}
#FOOTER h3,
#FOOTER h4,
#FOOTER a{
	font: 10px Verdana,Arial,Tahoma;
	color: #aaa;
}

