/* CSS Document */
/* ---------------------------------------------------------------- Sélection de la ville */
	#selection_ville {
		width:433px;
		height:28px;
		background:url(../img/environment/selection_ville.gif) no-repeat;
		padding:5px 0 0 10px
	}
	#selection_ville label {
		float:left;
		background:url(../img/basics/squareO.gif) no-repeat 0 9px;
		padding:0 0 0 7px;
		color:#fd8c02;
		font-weight:bold;
		margin:0 10px 0 0;
		line-height:20px
	}
/* ---------------------------------------------------------------- Ville */
	#main #middle .ville {
		float:left;
		width:100%;
		color:#0096bb;
		display:block;
		border-bottom:solid 1px #0096bb;
		text-decoration:none;
		font-weight:bold;
		font-size:1.2em;
		margin:20px 0 10px 0
	}
/* ---------------------------------------------------------------- Logements par ville */
	.logement {
		width:100%;
		clear:both;
		float:left
	}
	.alternate {background:#cce0f9}
	#main #middle .logement img {
		border:none;
		float:left;
		margin:0 10px 0 0
	}
	span.nom {
		color:#000;
		font-weight:bold;
		display:block;
		margin:5px 0 0 0
	}
	span.accroche {
		color:#000;
		display:block
	}
	#main #middle .logement a {color:#0095bd}
/* ---------------------------------------------------------------- Détail d'un logement */
	#address {
		padding:5px 0 0 10px;
		background:#ffdcb2 url(../img/environment/adress.gif) no-repeat;
		margin:10px 0 0 0
	}
	#address li.nom {
		font-size:1.2em;
		font-weight:bold
	}
	#address_bottom {
		width:449px;
		height:9px;
		font-size:0em;
		background:url(../img/environment/adress_bottom.gif);
		margin:0 0 10px 0
	}
	span.title_rub {
		color:#0096bd;
		font-weight:bold;
		display:block
	}
	span.accroch {
		display:block;
		font-weight:bold;
		color:#0a87b7;
		margin:0 0 15px 0
	}
	span.descriptif {
		display:block;
		text-align:justify;
		margin:0 0 10px 0
	}
	span.environnement {
		display:block;
		text-align:justify;
		margin:0 0 20px 0
	}
	.lien_picto {margin:5px 10px 0 10px}
	.agrandir {
		display:block;
		color:#0c86b7;
		font-size:.8em;
		margin:10px 0 0 0
	}
	#main #middle .miniature {
		border:none;
		margin:5px 0 15px 0
	}