﻿/* Affichage des annonces dans la liste*/

#tableResults {
	margin:auto;
	width:620px;
}

.bien {
	border: 1px solid #6778B4;
	background-color: #FFF;
	font: normal 12px Verdana, Sans-Serif, sans;
	height: 85px;
	width: 297px;
	float:left;
	margin:0 1px 1px 0;
}

.bien a{
	color:#000;
}

.photo {
	background-color: white;
	width: 112px;
	height: 83px;
	background-image: url('../images/indispo-moyen.png');
}

.bien h1, .bien h2, .bien p {
	margin:0;
	padding:0;
	padding-left:15px;
}

.bien h1 {
	background: url('../images/puce-fleche.jpg') no-repeat left;
	font-size:12px;
}

.bien h2{
	font-size:11px;
}

.bien1 {
	width : 180px;
	height : 80px;
	color: #333;
	font-size: 11px;
	float:right;
	padding-top:3px;
	position:relative;
}
.reflink {
	text-align: right;
	margin-top:10px;
	position:absolute;
	bottom:2px;
	right:4px;
}