/*--------------------------------------- ANNONCES IMMOB ----------------------------------*/
.annonce_global{
	width:215px;
	height: auto;
	/* On centre les éléments 	float:left;*/
	margin:10px;
	vertical-align:middle; /* On aligne les éléments au milieu */
	display:inline-block;/* On le remplace au float:left; */
	position: relative;
	text-align:left;/* On réinitialise les élements centré a gauche */
	}
.annonce_accueil{
	width:215px;
	height:270px;
/*	float:left;
	margin:10px;*/

	border: #CCC 1px solid;
	background: #FFF url(../images/fond_annonce.png) top repeat-x;
	
}
.annonce_accueil h3{
	color:#999;
	font-size:12px;
	text-transform:uppercase;
	margin:5px;
	text-align:center;
}
.annonce_accueil ul{
	color:#999;
	font-size:12px;
	margin:5px;
	padding: 0;
	list-style:none;
}
.savoir_plus{
	color:#FFF;
	font-size:12px;
	margin:10px auto 5px;
	padding: 0;
	height:30px;
	width:150px;
	background:#0057ad;
}
.savoir_plus a{
	color: #FFFFFF;
	line-height: 35px;
	margin: 0 auto;
	padding: 0 0 0 22px;
	text-align: center;
	text-transform:uppercase;		
}
.annonce_image{
	width:200px;
	height:150px;
	margin: 5px auto;
	background-color:#03C;
}
/*	.annonce_texte{
width: auto;
height: auto;
margin: 15px auto;
}*/


/* CSS Titre "Recherche" et titre du Logement */
.immo_titre { 
font-family:Verdana; 
font-size:11pt;
color: #FFF;
font-weight: bold;
}
/* CSS Normal */
.immo_black{
font-family:Verdana; 
font-size:10pt;
color:#FFF;
font-weight: bold;
}


#immo_rech{
position:absolute;
width:250px;
text-align:center;
color:#000000;
}

#immo_resultat{
position:relative;
margin-left:250px;
color:#000000;
}

#immo_resultat_sansrech{
position:relative;
color:#000000;
position: relative;
	text-align:center;/* On centre les éléments */		
}

#numpage{
position: absolute;
bottom: 100%;
}

#immo_index{
text-align:left;
padding-top:10px;
padding-left:10px;
margin-left:auto;
margin-right:auto;
height:160px;
width:470px;
border-style:solid;
border-left-color:#393939;
border-top-color:#393939;
border-bottom-color:#393939;
border-right-color:#393939;
font-family:Verdana; 
font-size:10pt;
color:#000000;
}
#immo_detail{
text-align:left;
padding-top:10px;
padding-left:10px;
margin-left:auto;
margin-right:auto;
height:350px;
width:470px;
border-style:solid;
border-left-color:#393939;
border-top-color:#393939;
border-bottom-color:#393939;
border-right-color:#393939;
font-family:Verdana; 
font-size:10pt;
color:#000000;
}
#immo_image{
position:absolute;

}
/* CSS Normal */
#immo_txt{
position:absolute;
padding-top:3px;
margin-left:94px;
width:370px;
font-family:Verdana; 
font-size:10pt;
color:#000000;
}

#immo_erreur{
text-align:left;
padding-top:10px;
padding-left:10px;
margin-left:auto;
margin-right:auto;
height:150px;
width:450px;
border-style:solid;
border-left-color:#c5d885;
border-top-color:#c5d885;
border-bottom-color:#c5d885;
border-right-color:#c5d885;
background-color:#e1eeb7;
background-image:url('images/erreur.png');
background-position:middle;
background-repeat:no-repeat;
color:#000000;
font-family:Verdana; 
font-size:10pt;
}
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://localhost/lb/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://localhost/lb/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://localhost/lb/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	