/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


/* BALISES HTML */
body {
/*	background-color: #E8DDC2;*/
/*	background-color: #D2C198;*/
	background-color: #D2C198;

	font-size: 0.72em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a img {
	border: none;
}

/* CONTENEUR GLOBAL */

#conteneur {
	position: absolute;
	left: 50%;
	top: 0%;
	width: 995px;
	height: 580px;
	
	margin-left: -497px;
		
	background-color: #E0D0AB;
	
}

#fonddroit {
	position: absolute;
	top: 0px;
	left: 696px;
	width: 299px;
	height: 549px;
	
	background-image: url(images/home_fonddroit.jpg);
}
#fondcentre {
	position: absolute;
	top: 353px;
	left: 477px;
	width: 219px;
	height: 196px;
	
	background-image: url(images/home_fondcentre.jpg);
}



/* BLOCK D'ACTUALITE */
#actu {
	position: absolute;
	top: 361px;
	left: 11px;
	width: 231px;
	height: 180px;
	
	background-image: url(images/home_bg_contactu.jpg);
	background-position: top;
	background-repeat: repeat-x;
	
	overflow: hidden;
	
}
#actu h2 {
	background-image: url(images/home_bg_titre_actu.jpg);
	
	height: 19px;
	line-height: 19px;
	
	padding-left: 5px;
}
.bouton_lire {
	float: right;

}
.dateactu {
	color: #007345;
	font-size: 9px;
	
	padding-left: 8px;
	
	

}
#actu h3 {
	color: #007345;
	font-weight: bold;
	font-size: 12px;
	
	padding-left: 8px;
	
}
#actu p {
	color: #605B3B;
	font-size: 11px;
	
	padding-left: 8px;
	margin-bottom: 9px;
	
}

#bouton_manifestations {
	position: absolute;
	top: 524px;
	left: 93px;
	width: 151px;
	height: 22px;

}

#texteintro {
	position: absolute;
	top: 415px;
	left: 268px;
	width: 445px;
	height: 86px;
	
	color: #605B3B;

}
#texteintro h2 {
	font-size: 15px;
	font-weight: bold;

}
#texteintro p {
	font-size: 13px;
}
#mois {
	position: absolute;
	top: 361px;
	left: 242px;
	width: 239px;
	height: 25px;

	padding-left: 10px;
	
	background-image: url(images/home_fondmois.gif);
	background-repeat: no-repeat;
}
#mois select {
	width: 132px;
	height: 17px;
	
	background-color: #EFEBC8;
	border: 1px solid #000;
	
	vertical-align: top;
	
	margin-top: 3px;
	
	color: #38351D;
	font-size: 9px;
	
	
}

#sac {
	position: absolute;
	top: 1px;
	left: 860px;
	width: 128px;
	height: 30px;
}
#carte {
	position: absolute;
	top: 174px;
	left: 727px;
	width: 260px;
	height: 266px;
}

/* PIED DE PAGE */
#footer {
	position: absolute;
	top: 549px;
	left: 0px;
	width: 995px;
	height: 31px;
	
	background-image: url(images/home_fondfooter.jpg);
}
/* Recherche */
#recherche {
	position: absolute;
	top: 11px;
	left: 13px;
	width: 220px;
	height: 20px;
	
	
}

#recherche input {
	width: 112px;
	height: 14px;
	
	font-size: 9px;
	text-align: center;
	color: #605B3B;
	
	vertical-align: 20%;
	
	background-color: #EFEBC8;
	border: 1px solid #000;
}

#menu_bas {
	position: absolute;
	top: 14px;
	left: 252px;
	height: 17px;
}
#partenaires {
	position: absolute;
	top: -9px;
	left: 762px;
	width: 234px;
	height: 40px;
}
/* Divers */
.gras {
	font-weight: bold;
}
.right {
	text-align: right;
}

/*  acces mal voyant */
.malvoyant {
	position: absolute;
	top: -1000px;
}	
	