html,body,h1,h2,h3,h4,h5,ul,li,p{
	list-style: none;
	margin: 0;
	padding: 0;
}
body{
	background: #808080;
	cursor:url(/site/images/testcursor.cur),auto;

}
#PAGE{
	width: 850px;
	margin: auto;
	background: url(images/bg-centre.png) repeat-y;
	position: relative;
}
#HEADER{
	height: 223px;
	padding: 10px 35px 0 35px;
	background: url(images/bg-header.jpg) no-repeat;
	position: relative;	
}
#HEADER span{
	display: none;
}
#HEADER h1 a{
	position: absolute;
	display: block;
	top: 35px;
	height: 170px;
	/* background: rgba(128,128,255,0.5); */
	width: 300px;
}

#HEADER h2 a{
	position: absolute;
	display: block;
	height: 25px;
	/* background: rgba(128,128,255,0.5); */
	width: 777px;

}


#flashBandeau{
	width: 470px;
	height: 147px;
	position: absolute;
	right: 38px;
	top: 42px;
}

#MENU{
	position: absolute;
	background: url(images/bg-menu.png);
	top: 210px;
	left: 35px;
	height: 23px;
	width: 777px;;
}
#MENU li, MENU a{
	float: left;

}
#MENU h2{
	font: 12px Georgia,Garamond,Serif;
}
#MENU h2 a{
	color: white;
	text-decoration: none;
	display: block;
	padding: 3px 10px 3px 15px;
	font: bold 11.5px georgia,garamond,serif;
	background: url(images/puce-menu-1.png) no-repeat 7px 45%;
}
#MENU li a{
	display: block;
	/* height: 20px; */ /* FOUT LE BORDEL DANS IE */
	width: auto;
	/*float: left;*/
	color: #fff;	
	text-decoration: none;
}
html>/**/body #MENU li a{
	height: 17px;
}
#MENU li:hover ul,
#MENU li.sfhover ul{
	left: auto;
}

#MENU ul ul{
	position: absolute;
	left: -999em;
	z-index: 100;
	padding: 0 0 10px 0;
	background: #21a7fe;
}
#MENU ul ul li{
	float: none;
	border-bottom: 1px solid white;
	background: #0e91e9;
}
#MENU h3 a{
	color: white;
	text-decoration: none;
	display: block;
	padding: 0px 10px;
	font: bold 11px georgia,garamond,serif;
	background: url(images/puce-menu-2.png) no-repeat 3px 45%;
}
#MENU a:hover{
	color: #e8a90c;
}

h2#LienContact{
	float: right;
}
h2#LienContact a{
	color: #e8a90c;
}
h2#LienContact a:hover{
	color: white;
}

#CENTRE{
}
a img{
    border: none;
}
#COLGAUCHE{
	margin: 0 0 0 0px;
	padding: 0 0 0 35px;
	min-height: 250px;
	width: 203px;
	/* background: rgba(0,255,0,0.5); */
	float: left;
}
#COLGAUCHE h3{
	text-align: right;
	font: bold 14px Georgia,garamond,serif;
	padding: 10px 5px;
}
#COLGAUCHE h3.coul1{
	color: #e8a90c;
}
#COLGAUCHE h3.coul2{
	color: #0e91e9;
}
#COLGAUCHE a img{
	border: none;
}

#OffreDuMois{
	background: url(images/offre-mois.png);
	height: 85px;
	width: 195px;
	padding: 30px 0 0 0;
	margin: 0 5px 0 0;
	float: right;
	display: block;
	text-align: center;
	text-decoration: none;
}
#OffreDuMois .Ligne1{
	color: #0e91e9;
	display: block;
	font: bold italic 16px Georgia,Garamond,Serif;
	line-height: 20px;
}
#OffreDuMois .Ligne2{
	color: #888;
	display: block;
	font: bold italic 11px Georgia,Garamond,Serif;
	line-height: 16px;
	
}

#CONTAIN{
	float: left;
	margin: 0 0 0 5px;
	padding: 0 10px 135px 10px;
	min-height: 200px;
	width: 550px;
	background: url(images/bg-contain.png) no-repeat 100% 100%;
	
}


br.sp{
	clear: both;
}



#ActusDefilantes{
	width: 530px;
	height: 140px;
	border: 1px dotted #aaa;
	padding: 5px;
	overflow: hidden;
	position: relative;
	margin: 10px auto ;
}
#Cache{
	width: 530px;
	height: 140px;
	overflow: hidden;
	position: relative;
}
#Cache2{
	width: 10000px;
	position: absolute;
	left: -0px;
}
#ActusDefilantes .Actu{
	float: left;
	width: 530px;
	height: 140px;
	background: #f2f2f2;
}
#ActusDefilantes .Actu .Gauche{
	background: #eaab0e;
	float: left;
	height: 140px;
	width: 265px;
	padding: 10px;
}
#ActusDefilantes .Actu h4{
	color: white;
	font: bold 16px georgia,garamond,serif;
}
#ActusDefilantes .Actu p{
	font: 9px verdana,arial,tahoma;
}
#ActusDefilantes .Actu img{
	margin: 10px;
}
#Numeros{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#Numeros a{
	color: #888;
	text-decoration: none;
	font: 10px Verdana,Arial,Tahoma;
	border: 1px solid #888;
	padding: 0 3px;
	background: #bbb;
}
#Numeros a.Actif{
	background: white;
}
#Numeros a:hover{
	background: #eaab0e;
}

#Numeros .Bouton{
	display: none;
}
#FOOTER{
	height: 15px;
	background: url(images/bg-bottom.png) no-repeat 0 -10px;
	padding: 10px 0 0 0;
	text-align: center;
}
#FOOTER h4{
	font: 10px Verdana,Arial,Tahoma;
	color: #fff;
}
#FOOTER a{
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}


.ModuleSondage{
	border: 1px solid #dfdfdf;
	background: #f8f8f8;
	margin: 10px;
	padding: 5px;
}
.ModuleSondage span{
	display: none;
}
.ModuleSondage .Titre{
	color: #666;
	font: bold 12px verdana,arial,tahoma;
}
.ModuleSondage .Reponses p{
	padding: 1px 0;
	font: 11px Verdana,Arial,Tahoma;
}
.ModuleSondage .Boutons{
	text-align: center;
}
.ModuleSondage .BoutonSondage{
	border: 1px solid #dfdfdf;
	background: #f8f8f8;
	color: #666;
	
}


.Actu img{
	float: right;
	margin: 0 0 0 10px;
}
.Actu h2{
	clear: both;
	margin: 15px 0 0 0;
}


#FormContact form{
	clear: both;
	margin: 0 0 0 10px;
}
#FormContact form fieldset{
	border : none;
}
#CONTAIN form label{
	display: block;
	float: left;
	clear: left;
	width: 15%;
	text-align: right;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 2% 0px 2% ;
}
#CONTAIN form input,
#CONTAINt form select{
	float: left;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid black;
	width: 50%;
	margin: 10px 0 0 0;
}
#CONTAIN form textarea{
	float: left;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid black;
	width: 50%;
	height: 150px;
	margin: 10px 0 0 0;
}
#CONTAIN form .Erreur{
	background-color: #F89E5C;
}