/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


/* BALISES HTML */
body {

	background-color: #B8BFC4;
	
	font-size: 0.72em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFEBC4;
	
	
}

a img {
	border: none;
}

/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#conteneur {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1020px;
	height: 570px;
	
	margin-left: -510px;
	margin-top: -285px;
	
	background-color: #F2B403;
	
	z-index: 1;
}

/* Bandeau */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1 {
	position: absolute;
	left: 35px;
	top: 12px;
	
	z-index: 90;
	
}

#menus {
	position: absolute;
	
	left: 0px;
	top: 0px;
	width: 1020px;
	height: 114px;
	
	background-image: url(images/home_bg_bandeau.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	
	z-index: 20;
}

/* Menu haut */
#haut {
	position: absolute;
	
	left: 441px;
	top: 0px;
	width: 581px;
	height: 23px;
	
	
}

/* Bien vivre sa ville */
#bienvivre {
	position: absolute;
	
	left: 233px;
	top: 0px;
	
}


/* Date */
#date {
	position: absolute;
	
	left: 233px;
	top: 101px;
	
	color: #CB312F;
	font-size: 10px;
	font-weight: bold;
	
	z-index: 10;

}

/* Recherche */
#recherche {
	position: absolute;
	top: 85px;
	left: 637px;
	
	color: #000;
	font-size: 10px;
	
}
#recherche input {
	border: 1px solid #E28558;
	width: 115px;
	
	
	font-size: 10px;
	display: inline;
	text-align: center;
	
	vertical-align: 50%;

}

#newsletter {
	position: absolute;
	
	left: 755px;
	top: 28px;
	
	width: 226px;
	height: 111px;
	
	padding-left: 34px;
	
	
	
}
#newsletter ul {
	list-style-type: none;
	
	margin-top: 10px;
	margin-bottom: 8px;
}
#newsletter li {
	display: inline;
	font-size: 11px;
}
input.texte_news {
	border: 1px solid #CE3B2B;
	width: 174px;
	
	
	font-size: 10px;
	display: inline;
	text-align: center;
	
	vertical-align: 50%;
}

/* Zone flash */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#zone_flash {
	position: absolute;
	
	left: 0px;
	top: 114px;
	width: 1020px;
	height: 155px;
	
	background-image: url(images/home_bg_zone_flash.gif);
	background-repeat: no-repeat;
	
	z-index: 5;
}

#flash {
	position: absolute;
	
	left: 233px;
	top: 0px;
	width: 522px;
	height: 155px;
	
	
}

/* Zone infos */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Agenda */

#agenda {
	position: absolute;
	
	left: 0px;
	top: 269px;
	width: 233px;
	height: 250px;
	
	background-image: url(images/home_bg_agenda.gif);
	background-repeat: no-repeat;
}
#texte_agenda {
	position: absolute;
	
	left: 18px;
	top: 70px;
	width: 204px;
	height: 180px;
	
	font-size: 11px;
	
	overflow: hidden;
}

#texte_agenda h2, #texte_actu h2 {
 	margin-bottom: 15px;
 
}
#texte_agenda h3, #texte_actu h3 {
	color: #F3B804;
	font-size: 11px;
 
}








.savoirplus {
	text-align: right;
	margin: 3px 0px 5px 0px;
	
}
.savoirplus a {
	color: #fff;
	background-color: #C7CC00;
	padding: 1px;
	margin: 1px;
	
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
.savoirplus a:hover {
	color: #DA631A;
}






/* Une */

#une {
	position: absolute;
	
	left: 233px;
	top: 269px;
	width: 251px;
	height: 250px;
	
	background-image: url(images/home_bg_une.jpg);
	background-repeat: no-repeat;
	
	overflow: hidden;
	
}
#texte_une {
	position: absolute;
	
	left: 18px;
	top: 74px;
	width: 219px;
	height: 176px;
	
	font-size: 11px;
	
	overflow: hidden;
}
#texte_une h2 {

	float: left;
	width: 78px;
	height: 45px;

	margin-bottom: 13px;
}
#titre_une {
	float: left;
	
	margin-left: 18px;
	
	width: 120px;
	/* height: 45px; */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#titre_une h3{
	
	color: #FFFFFF;
	font-size: 12px;
}






/* Actualites */
#actu {
	position: absolute;
	
	left: 484px;
	top: 269px;
	width: 271px;
	height: 250px;
	
	background-image: url(images/home_bg_actu.gif);
	background-repeat: no-repeat;
}
#texte_actu {
	position: absolute;
	
	left: 38px;
	top: 69px;
	width: 219px;
	height: 181px;
	
	font-size: 11px;
	
	overflow: hidden;
}

/* Voir agenda pour les styles de texte des actualités !! (plus haut) */




#photo {
	position: absolute;
	
	left: 789px;
	top: 285px;
	width: 220px;
	height: 234px;
	
	z-index: 80;

}
#cadre_photo {
	position: absolute;
	
	left: 755px;
	top: 269px;
	width: 265px;
	height: 250px;
	
	background-image: url(images/home_cadre_photo.gif);
	background-repeat: no-repeat;
	
	z-index: 90;
}

/* Footer */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
	position: absolute;
	
	left: 0px;
	top: 519px;
	width: 1020px;
	height: 51px;
	
	background-image: url(images/home_bg_footer.gif);
	background-repeat: no-repeat;
	
	z-index: 100;
}

#infos {
	position: absolute;
	
	left: 18px;
	top: 35px;
	/* width: 205px; */
	height: 16px;
	
}
#dispositions {
	
	
}
/* Divers */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.clear {
	clear: both;

}

