
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////::    Bandeau Haut   :: /////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#haut{
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:159px;
	background: url(/static/images/bandeau.jpg) no-repeat scroll left top;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////::    Main et menu gauche commun   :: ///////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#main{
	position:absolute;
	top:177px;
	left:0px;
	background-color: #dfebf5;
	width:1000px;
}
#menu{
	margin-top:125px;
	}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////::    contenu, general et moteur des pages d'accueil   :: //////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#main #l_ariane{
	margin: 0px 0px 0px 25px;

}
#main #l_ariane em{
	color:#555555;
}
#main #contenu{
	float:right;
	width:550px;
	margin:38px 130px 20px 0px;
	background-color:white;
	display:inline;
	border-top:3px solid #5c206a;
}
#main #contenu h1, #main #contenu h2{
	font-size:14px;
	margin:30px 0px 10px 20px;
	background:url(/static/images/fleche-r.png) no-repeat scroll left center;
	padding-left:12px;
	clear:both;
}
#main #contenu h2{
	font-size:12px;
}
#main #contenu h6{
	font-size:12px;
	margin:30px 0px 10px 20px;
	background:url(/static/common/images/interro.png) no-repeat scroll left center;
	padding-left:20px;
}
#main #contenu p{
	margin:10px 10px 10px 20px;
	clear:both;
}
#main #contenu a{
	color:#777777;
	font-style:italic;
}
#main #contenu a#offres{
	margin:20px 10px 10px 90px;
	font-size:12px;
	color:#5c206a;
	display:block;
	text-align:center;
	width:300px;
	padding:10px 0px 10px 0px;
	background-color:#cccccc;
	border:1px solid white;
	font-style:normal;
	font-weight:bold;
}
#main #contenu a#offres:hover{
	background-color:#777777;
	color:white;
}
#main #contenu a{
	color:#777777;
}
#main #contenu p.autres_liens{
	padding:5px;
	border:1px solid #cccccc;
}
#main #contenu p.autres_liens a{
	color:#5c206a;
}
#main ul#liste_offres{
	float:left;
	width:426px;
	margin-left:42px;
	padding:3px 0px 30px 0px;
	display:inline;
}
#main ul#liste_offres li{
	float:left;
	width:426px;
	background-color:#e0bbe9;
	margin-top:15px;
}
#main ul#liste_offres li .photo{
	width:120px;
	float:left;
	text-align:center;
	margin-top:5px;
	margin-left:7px;
	display:inline;
}
#main ul#liste_offres img{
	height:90px;
}
#main ul#liste_offres h2{
	float:left;
	width:270px;
	margin-left:5px;
	display:inline;
	margin-top:5px;
	clear:none !important;
	color:#5c206a;
}
#main ul#liste_offres h2 a{
	color:#285577;
}
#main ul#liste_offres p{
	margin:0 0 0 0;
	clear:none;
}
#main ul#liste_offres p.description{
	float:left;
	width:285px;
	height:47px;
	margin:8px 0 0 5px !important;
	display:inline;
	text-align:justify;
	line-height:13px;
	color:#285577;
}
#main ul#liste_offres p{
	margin:0px 0 0 0px !important;
}
#main ul#liste_offres p.agence{
	float:left;
	width:185px;
	padding-left:5px !important;
	display:inline;
}
#main  ul#liste_offres a.detail{
	display:block;
	float:left;
	width:90px;
	margin-left:5px;
	display:inline;
	text-align:right;
}
#main  ul#liste_offres .fond_bas{
	float:left;
	width:426px;
	height:10px;
	background: url(/static/images/fond-liste-annonces_b.png) no-repeat scroll left bottom;
}