


body {
	background-color:#e4e4e4;
	color:#564b47;
	font-size:11px;
	font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
}


/********************************** mise en page *************************************************/

/* ----------------------------- conteneur ----------------------------------- */

/* sert a positionner le site */
#conteneur {
	position:absolute;
	width: 1000px;
	padding:0px;
	left: 50%;
	margin-left:-500px;
} 

/* ----------------------------- Haut --------------------------------- */
#haut {
	top:0px;
	left:0px;
	height:auto;
	min-height:10px;
	width:1000px;
}

#haut_gauche {
	position:relative;
	float:left;
	width:379px;
	height:auto;
}

#haut_droit {
	position:relative;
	float:left;
	width:621px;
	height:auto;
}

#image_logo{
	position:relative;
	width:379px;
	height:91px;
	overflow:hidden;
	/*background-color:black; color:#ffffff;*/
	background-image: url(http://www.depolluer.fr/fichier/image_site/logo.gif);
	background-repeat: no-repeat;
}

#image_haut{
	position:relative;
	width:621px;
	height:142px;
	overflow:hidden;
	/*background-color:yellow; color:#000000;*/
	background-image: url(http://www.depolluer.fr/fichier/image_site/haut.jpg);
	background-repeat: no-repeat;
}

#script{
	position:relative;
	width:379px;
	height:106px;
	background-color:#ffffff; color:#000000;
}

#lien_haut{
	position:relative;
	width:621px;
	height:55px;
	overflow:hidden;
	background-color:#f0f0f0; color:#ffffff;
}

/* ------------------------------ Pub horizontale ------------------------------- */
#haut_pub{
	position:relative;
	float:left;
	width:1000px;
	height:auto;
	overflow:hidden;
	text-align:left;
	background-color:#ffffff; color:#000000;
}

/* -------------------------------- Milieu -------------------------------------- */
#milieu{ 
	float:left;
	width:1000px;
	min-height:450px;
	background-color:white;
	/*	z-index:1; */
} 

#menu{
	position:relative;
	float:left;
	width:172px;
	height:auto;
	min-height:450px;
	padding:0px;
	background-color:#f0f0f0; color:#ffffff;
}

#contenu{ 
	position:relative;
	float:left;
	width:668px;
	height:auto;
	min-height:450px;
	padding:10px;
	background-color:#ffffff; color:#333333;
	text-align: justify
}

#droit{
	position:relative;
	float:left;
	width:140px;
	height:auto;
	min-height:450px;	
	background-color:#ffffff; color:#ffffff;	
}

#texte_accueil{
	position:relative;
	float:left;
	width:658px;
	height:auto;
	background-color:#ffffff; color:#000000;	
	padding: 2px;
	margin-bottom:10px;
}

#offre{
	position:relative;
	float:left;
	width:325px;
	height:auto;
	background-color:#ffffff; color:#000000;	
	border: 1px solid #7b9e00;
	border-style: dashed;
	padding: 1px;
	margin-right:2px;
}

#demande{
	position:relative;
	float:left;
	width:325px;
	height:auto;
	background-color:#ffffff; color:#000000;	
	border: 1px solid #7b9e00;
	border-style: dashed;
	padding: 1px;
}


/*  --------------------------- Bas ----------------------------------- */ 
#bas{
	float:left;
	width:1000px;
	height:100px;
	background-image: url(http://www.depolluer.fr/fichier/image_site/bas.gif);
	text-align:right;
} 




