@charset "utf-8";
/* CSS Document */




/* "trier par" */
.trier{
	text-align:right;
	position:relative;
	top:-15px;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

.trier a{
	text-decoration:none;
	color:#eb6d12;
}
.trier a:hover{
	text-decoration:none;
	color:#666666;
}



/* bloc listing biens */

	/* bloc prix, favoris, contact */

.bloc_listing{
	background-image:url(images/fond_listing.png);
	width:778px;
	height:215px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:20px;
}

.titre_listing{
	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#eb6d12;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:5px;
}


.elements{
	float:right;
}



	/* 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:#eb6d12;
	border:1px;
	border-style:solid;
	border-color:#eb6d12;
	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:240px;
	margin-left:10px;
}



.suite a{
	color:#666666;
	font-size:11px;
	margin-bottom:5px;
	text-decoration:none;
}


.bout_favoris{
	width:135px;
	line-height:30px;
	background-image:url(images/bout_favoris.png);
	background-repeat:no-repeat;
	margin-top:40px;
	margin-left:70px;
	color:#eb6d12;
	font-size:9px;
	text-align:center;

}

.bout_favoris a{
	text-decoration:none;
	color:#eb6d12;
	font-weight:bold;
}

.bout_favoris a:hover{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}


.bout_contact{
	width:135px;
	height:45px;
	background-image:url(images/bout_contact.png);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:70px;
	color:#eb6d12;
	font-size:9px;
	padding-left:5px;
	padding-top:5px;

}

.bout_contact a{
	text-decoration:none;
	color:#eb6d12;
	font-weight:bold;
}

.bout_contact a:hover{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
