html * {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height:100%;
	color: #fff;
	text-align: center;
	background: #000000 url(./img/fond.jpg) repeat-x top;
	font-family: sans-serif;
	font-size: .8em;
}

a:link, a:visited{
color:#F9C330;
text-decoration:none;
}
a:hover{
color:#F95130;
}

/************ Logo de l'entete *************/
h1{
	position:absolute;
	left:50%;
	margin-left:-238px;
	width:476px;
	height:245px;
	text-align: center;
	font-family: sans-serif;
	font-size: 30px;
	z-index: 10;
}
/*********** Definition du Cadre Global **************/
#BlocPrincipal{
	position:absolute;
	left:50%;
	margin-left:-515px;
	top:0px;
	width:1030px;
	/*height:800px;*/
	text-align: left;
	background: url(./img/centre2.jpg) no-repeat;
}

/************ Definition des bloc de l'entete *************/
#BlocEntete{
width:900px;
height:300px;
margin-top:200px;
margin-left:65px;
margin-right:15px;
}

.Herault{
position:absolute;
left:90px;
z-index: 6;
}

#BlocAnnonce{
position:absolute;
left:65px;

width:600px;
height:250px;
/*background:#220022;*/
}

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

#BlocFondMenu{
position:absolute;
right:45px;
width:180px;
height:180px;
background:#444444;
-moz-opacity:0.4;
opacity: 0.4;
filter:alpha(opacity=40);
margin-top:10px;
}

#BlocMenu{
position:absolute;
right:45px;
width:180px;
height:180px;
margin-top:10px;
}

.Menu{
}

#BlocMenu h2{
text-align:center;
font-size:18px;
}
#BlocMenu ul{
list-style-type:none;
margin-left:5px;
}
#BlocMenu li{
padding-top:4px;
}

/*********** Definition du bloc central **************/
#BlocCentral{
	/*clear: both;*/
	padding: 0 10px;
	/*margin-top: 20px;*/
	margin-left:15px;
	margin-right:15px;
}

#BlocCentral h2{
font-size:18px;
}

#BlocContenu{
/*position:absolute;*/
margin-left:65px;
margin-top:-300px;
width:600px;
/*height:1000px;*/
}
/************ Definition du pied de page *************/

#BlocPiedPage{
/*position:absolute;
bottom:10px;
width:100%;*/
text-align:center;
margin-top:30px;
}

#BlocPiedPage img{
border:0px;
}