/* ---------------- Gabarit du site de Flavigny ------------- */

*html body{ /* POUR IE6 */
	margin:0;
	padding:0;
}

body{
	background-color: #fffdd8;
	margin-top:5px;
	padding:0;
	}

/* -------------- CONTENEUR ---------------- */ /*méthode 1 avec les marges négatives */
div#conteneur { 
	position:fixed !important; 
	position: absolute;
	left:50%;
	margin-left:-425px;
	width:850px;
	background-color: #FFFDD8;
	}
/* -------------- CONTENEUR ---------------- */

/* -------------- ENTETE ---------------- */
div#entete {
	height:77px;
	margin:0;
	padding:0;
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* -------------- ENTETE ---------------- */

/* -------------- MENUHAUT---------------- */
#menuhaut {
	CLEAR: both;
	BACKGROUND: #fffdd8 url(images/bklangue.jpg) no-repeat center center;
	MARGIN: 0px 0px 0em;
	POSITION: relative;
	HEIGHT: 24px;
	padding-top: 1px;
	
	}
/* -------------- MENUHAUT  ---------------- */

/* -------------- ATTENTE ---------------- */
div#attente {
	position:absolute;
	width:400px;
	margin-top:150px;
	margin-left:50px;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border: 1px dashed #8DAC13;
	
}
/* -------------- ATTENTE ---------------- */

/* -------------- ACTUALITE ---------------- */
div#actualite {
	position:absolute;
	width:150px;
	top:230px;
	right:10px;
	padding:5px;
	color: #000;
	text-align: center;
	border: 1px dashed #8DAC13;
}
/* -------------- ACTUALITE ---------------- */

/* -------------- CENTRE ---------------- */
div#centre {
	float:right;
	right:0;
	width:650px;
	height:360px;
	padding:0;
	margin:0;
	background-image: url(images/centre.jpg);
}
/* -------------- CENTRE ---------------- */

/* -------------- DROITE ---------------- */
div#droite {
float:left;
width:180px;
height:360px;
padding:0;
margin:0;
background-color: #FFFDD8;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
}
/* -------------- DROITE ---------------- */

/* -------------- MENU ---------------- */
div#menuv {
position:relative;
top:0px;
left:0px;
text-align: center;

}
/* -------------- MENU ---------------- */

/* -------------- ADRESSE ---------------- */
div#adresse {
	position:relative;
	width:180px;
	top:200px;
	left:0px;
	border: 1px dashed #8DAC13;
}
/* -------------- ADRESSE ---------------- */

/* -------------- ADRESSE ---------------- */
div#blocdroit {
position:absolute;
top:230px;
right:20px;
width:150px;
}
/* -------------- ADRESSE ---------------- */

/* -------------- PIED DE PAGE ---------------- */
div#pied{
	width:850px;
	height:85px;
	background-image: url(images/bkmenuB.jpg);
	text-align: center;
	background-repeat: no-repeat;
	clear:both;
}
/* -------------- PIED DE PAGE ---------------- */
