@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:#C75694;
}
.trier a:hover{
	text-decoration:none;
	color:#666666;
}



/* bloc listing biens */

	/* bloc prix, favoris, contact */

.bloc_listing{
	width:675px;
	height:215px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:20px;
}

.titre_listing{
	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#C75694;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:5px;
}


.elements{
	float:left;
}



	/* 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:#000000;
	padding-top:5px;
	width:43px;
	height:178px;
	text-align:center;
}



	/* bloc description */

.texte_description{
	float:left;
	width:220px;
	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:15px;
	color:#C75694;
	font-size:10px;
	text-align:left;

}

.bout_favoris a{
	text-decoration:none;
	color:#C75694;
	
	font-weight:bold;
}

.bout_favoris a:hover{
	text-decoration:none;
	/*color:#666666;*/
	color:#fff ;
	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:10px;
	color:#94416F;
	font-size:9px;
	padding-left:5px;
	padding-top:5px;

}

.bout_contact a{
	text-decoration:none;
	color:#94416F;
	font-weight:bold;
}

.bout_contact a:hover{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}

