#content h2  {
	font-weight:bold;
	font-size:14px;
	color:#116533;
	text-decoration:underline;
}

#filtre  {

	padding:5px;
	margin:10px 0;
	border:1px solid black;
}

#resultats {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#resultats li {
background-color:#E9E9E9;
margin-bottom:15px;
width:100%;
}
#resultats .image {
float:left;
margin-right:5px;
}
#resultats .description {
padding:5px;
}
#resultats .type {
font-weight:bold;
}
#resultats .date {
margin:6px 0;
}
#resultats a {
color:#116533;
}
#resultats .prix {
color:#116533;
font-size:14px;
font-weight:bold;
}

#tri,#type,#secteur,#bouton,#prixDiv  {
	float:left;	
	margin-top:5px;
}

#secteur  {
	margin-left:15px;	
}

#type  {
	margin-left:15px;	
}

#prixDiv  {
	margin-left:15px;	
}

#bouton  {
	margin-left:15px;	
}

#ville,#typeb,#prix  {
	height:20px;
}

#content li.deux  {
	background-color:#FFF;	
}

