/* CSS Document */
.lieux_une {
	position:relative;
	float:left;
	width:345px;
	height:375px;
	margin-left:5px;
	/*border: 1px solid #FF00FF;*/
}
.lieux_liste {
	position:relative;
	float:right;
	width:335px;
	height:375px;
	/*border: 1px solid #FF00FF;*/
	overflow:auto;
	scrollbar-arrow-color:#000000;
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#ffffff;
}
.lieux_cellule_liste {
	position:relative;
	width:330px;
	height:20px;
/*	border: 1px solid #9900FF;*/
	
}
.lieux_cellule_vignette {
	position:relative;
	float:left;
}
.lieux_cellule_texte {
	position:relative;
	float:right;
}

.lieux_details_contenu {
	position:relative;
	float:left;
	width:410px;
	height:365px;
	margin-left:10px;
	text-align:justify;
	/*border:1px solid #FF00FF;*/
}
.lieux_details_photos {
	position:relative;
	float:right;
	width:235px;
	height:365px;
	padding-right:10px;
	/*border:1px solid #FF00FF;*/
}
.recherche_lieu {
	position:absolute;
	top:180px;
	left:600px;
	width:250px;
/*	border:1px solid #FF0000;*/
}
