@charset "utf-8";
/* CSS Document */
/* CENTRAGE DU SITE*/

.centrage {
	position:absolute;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	padding-top: 55px;

}

	

.fond {
	background-color: #999999;
}

#acces {
	font-family: sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	position:absolute;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	padding-top: 15px;
	text-align: center;
	z-index: 1500;
	display: block;
}



#acces a {
	font-family: sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#acces a:link {
	font-family: sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#acces a:hover {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

#acces a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}


/*--------- Lightbox -----------*/
#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

#lightboxDetails{
    font-size: 0.9em;
    color: #555;
    padding-top: 0.5em;
} 

#closeButton{ top: 5px; right: 5px; }

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 

#overlay img{ border: none; }

#overlay{ background-image: url(http://localhost/agence_as_immo/overlay.png); }

* html #overlay{ /*Hack IE */
    background-color: #000;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://localhost/agence_as_immo/overlay.png", sizingMethod="scale");
}
/*-------- fin lightbox -------*/

