td {
	font-size: 12px;
	color: black;
}
.titre {
	font-size: 13px;
	font-weight: bold;
	color: black
}
ul.liste {
	color: black;
	display: block;
	font-size: 12px;
	margin-bottom: 15px;
}
.liste li {
	padding-left: 10px;
	background: url(../images/fleche_h4.gif) no-repeat 0 4px;
	
}	
.rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DD2000;
}
.home_title {
	width: 95%;
	color: white;
	padding: 6px 0 4px 15px;
	font-weight: bold;
	background: url(../images/fond_home_titles.gif) repeat-y;
}
.breakline {
	height: 2px;
	border-bottom: 2px solid #e5e5e5;
	padding: 0;
	clear: both;
	margin: 10px 0 10px 0;
}
.logement {
	position: relative;
	top:0;
	display: inline;
	width: 150px;
	height: 165px;
	padding-left: 10px;
	margin-left: 10px;
}
	.logement_fleches {
		display: block;
		width: 25px;
		height: 165px;
		float: left;
	}
	.logement_fleches img {
		margin: 99px 5px 0 0;
	}
	.logement_info {
		overflow: hidden;
		width: 125px;
		float: right;
		font-size: 11px;
	}
	.logement_info img {
		margin-bottom: 2px;
	}
	

	
.offre {
	float: left;
	width: 313px;
	height: 104px;
	margin-bottom: 5px;
}
	.offre_photo {
		float: left;
		width: 108px;
		height: 92px;
		margin: 2px 10px 10px 10px;
	}
	.offre_info {
		float: right;
		width: 165px;
		font-size: 11px;
		margin: 4px 10px 10px 10px;
	}
	.offre_info a {
		color: #000;
		font-size: inherit;
		font-style: italic;
	}
	.offre_info a:hover {
		color: #DD2000;
	}
	
.liens_offres {
	margin-bottom: 10px;
	margin-left: -5px;
}
.recherche_rapide select, .recherche_rapide input{
	width: 125px;
}
.gris {
	font-family: Arial;
	font-size: 12px;
	font-variant: normal;
	text-transform: capitalize;
	color: 989797;
}
.bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 5584B5;
}
a.fleche {
	color: #dd2000;
	font-size: 12px;
	padding-left: 16px;
	background: url(../images/fleche_rouge.gif) no-repeat 0 3px;
}
.fleche:hover {
	color: black;
	background: url(../images/fleche_noire.gif) no-repeat 4px 3px;
}