html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	/*background-image:  url(images/fondsite.png);
	background-repeat: repeat-y;
	background-position: center center;*/
	background: #AE4A34;
	overflow: hidden;
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#centre{
display:block; 
height:100%; 
max-height:100%; 
overflow:auto; 
width:830px; 
left:50%; 
margin-left:-465px; /* la moitié de la largeur du site -465*/
padding-left: 50px; /* marge gauche de la page centre 155*/
padding-right: 50px; /* marge droite de la page centre 10 */
background-attachment: fixed;
background-image: url(images/fondcentre.jpg);
background-repeat: repeat-y;
background-position: center 100px;
background-color: #FFF;
position:relative; 
word-wrap:break-word;
}

*html #centre{ background: #FFF url(images/fondcentre.jpg) repeat-y fixed left 100px; }

#entete {
	width:912px; /* largeur du site */
	min-width:912px; 
	position:absolute;
	left:50%;  
	margin-left:-465px; 
	top:0; 
	right:18px; 
	display:block; 
	height:100px; 
	background: #000 url(images/bandeau.jpg) no-repeat left top;
	z-index:5; 
}
/* -------------- MENU HORIZONTAL ---------------- */
#menuH {
	position:absolute;
	width:570px; /* largeur du bloc menu */
	min-width:570px; 
	left:50%;  
	margin-left:60px; 
	top:68px; 
	right:18px; 
	display:block; 
	height:25px; 
	z-index:1000;
}
/* -------------- MENU HORIZONTAL  ---------------- */

/* -------------- MENU VERTICAL ---------------- */
#menuV {
	position:absolute;
	width:149px; /* largeur du bloc menu */
	min-width:150px; 
	left:50%;  
	margin-left:-461px; 
	top:100px; 
	right:0px; 
	display:block; 
	height:25px; 
	z-index:1000;
}
/* -------------- MENU VERTICAL  ---------------- */
/* -------------- BLOC ADRESSE ---------------- */
#adresse {
	position:absolute;
	width:150px; /* largeur du bloc menu */
	min-width:150px; 
	left:50%;  
	margin-left:-461px; 
	top:250px; 
	right:0px; 
	display:block; 
	height:176px;
	font-family: Arial, Verdana, Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	z-index:1000;
	background:  url(images/fondadresse.gif) no-repeat center center;
	/*border: 1px dashed #000;*/
}
/* -------------- BLOC ADRESSE  ---------------- */

#pied {
position:absolute; 
margin:0; 
bottom:-1px; 
right:18px; 
display:block; 
width:912px; 
height:0px;
}
.margepied {display:block; height:50px;}
.margeentete {display:block; height:100px;}
#centre p {padding:10px;}

