/* "trier par" */
.trier{
	text-align:right;
	position:relative;
	top:-15px;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

.trier a{
	text-decoration:none;
	color:#3A9CB5;
}
.trier a:hover{
	text-decoration:none;
	color:#666666;
}



/* bloc listing biens */

	/* bloc prix, favoris, contact */

.bloc_listing{

	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	background-image:url(images/fond_listing.png);
	width:685px;
	height:215px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:20px;
}

.titre_listing{
	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#3A9CB5;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:0px;
}






	/* icones */
.a_visiter_rapidement{
	color:#2C4B78;
	border:1px;
	border-style:solid;
	border-color:#2C4B78;
	text-align:center;
}

.coup_de_coeur{
	color:#CD2A51;
	border:1px;
	border-style:solid;
	border-color:#CD2A51;
	text-align:center;
}
.beaux_volumes{
	color:#80AD38;
	border:1px;
	border-style:solid;
	border-color:#80AD38;
	text-align:center;
}
.exclusif{
	color:#662D91;
	border:1px;
	border-style:solid;
	border-color:#662D91;
	text-align:center;
}

.belles_prestations{
	color:#3A9CB5;
	border:1px;
	border-style:solid;
	border-color:#3A9CB5;
	text-align:center;
}

	/* fin_icones */




.vignettes{
	float:left;
	list-style-type:none;
	background-color:#F2F2F2;
	padding-top:5px;
	width:43px;
	height:178px;
	text-align:center;
}



	/* bloc description */

.texte_description{
	float:left;
	width:185px;
	margin-left:10px;
}



.suite a{
	color:#666666;
	font-size:11px;
	margin-bottom:5px;
	text-decoration:none;
}



.elements{
		float:right;
		width:174px;
}

.elements .prix {
	background: url(images/fond_prix.png);
	background-position:left;
	background-repeat:no-repeat;
		float:left;
		height:33px;
	width:174px;
}
.elements .etiquette_prix {
	background:#FFF;
	float:right;
	width:110px;
	height:33px;
	line-height:33px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#3A9CB5;
	text-align:right;
	padding-right:10px;
}


.elements  .bout_favoris{
	margin:10px 0 0 0;
	width:135px;
	line-height:30px;
	height:30px;
	background-image:url(images/bout_favoris.png);
	background-repeat:no-repeat;
	color:#3A9CB5;
	font-size:9px;
	text-align:center;
	float:right;
	
	

}

.bout_favoris a{
	text-decoration:none;
	color:#3A9CB5;
	font-weight:bold;
}

.bout_favoris a:hover{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}


.elements .bout_contact{
	margin:10px 0 0 0;
	width:135px;
	height:45px;
	line-height:45px;
	background-image:url(images/bout_contact.png);
	background-repeat:no-repeat;
	color:#3A9CB5;
	font-size:9px;
	float:right;

}

.bout_contact a{
	text-decoration:none;
	color:#3A9CB5;
	font-weight:bold;
	padding: 0 0 0 10px;
}

.bout_contact a:hover{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}

.photo_bien{
	position:relative;
	float:left;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:2px;
	margin-left:10px;
}
.photo_bien2{
	position:relative;
	width:330px;
	float:left;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:2px;
	margin-left:10px;
}