body {
	background-color: #000000;
	color: #FFFFFF;
}

#objet {
	position: relative;
	width: 580px;
	color: #FFFFFF;
	/*border: 1px solid white;*/
}

div.gauche {
	position: relative;
	float: left;
	width: 270px;
	margin-top : 15px;
	/*border: 1px solid white;*/
}

div.droite {
	/*margin-left: 300px;*/
	width: 303px;
	/*border: 1px solid white;*/
	text-align: center;
	float : right;
}

#carte_IDF {	
	position: relative;
	z-index: 1;
	width: 270px;
	height: 295px;
}

#carte_france {	
	position: relative;
	z-index: 1;
	width: 270px;
	height: 295px;
}

#carte_Paris {	
	position: absolute; 
	top: 0px; 
	left: 0px;
	z-index: 20;
	width: 270px;
	height: 295px;
}

#carte_IDF img, #carte_Paris img, #carte_france img {	
	position: absolute; 
	top: 0px; 
	left: 0px;
	border: 0px;
}

.calque_departement {
	visibility: hidden;
	z-index: 10;
}

.calque_arrondissement {
	visibility: hidden;
	z-index: 30;
}


div.slider { 
	width:260px;
	margin:5px auto;
	/*background-color:#ccc;*/
	height:26px;
	position: relative;
	background-image: url(img/slider/slider.gif);
}

div.slider div.handle { 
	height:26px;
	width: 40px;
	cursor:pointer;
	position: absolute;
	background-image: url(img/slider/handler.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div.slider div.etiquette {
	position: absolute;
	left: 20px !important;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -25px;
	color: #FFFFFF;
	background-color: rgb(81,81,81);
	border: 1px solid rgb(204,204,204);
	font-size: 80%;
}

p.bordure 
{
	width:250px;
	margin: 15px;
	padding: 7px;
	text-align: center;
	border: 2px solid #656565;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
}

#alt_slider{
	color: #FF6600;
	font-weight: bold;
	height: 12px;
	margin: auto;
	width:260px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}

div.vide {
	clear : both;
}

span.orange {
	color:#FF6600;
}

.infobulle{
	z-index:100;
	position: absolute;	
	visibility : hidden;	
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	background-color: rgb(81,81,81);
	border: 1px solid rgb(204,204,204);
	font-size: 80%;
}

div.fond_gris {
	/*position: fixed !important;*/
	position: absolute;
	/*top: 0px !important; 
	left: 0px !important;*/
	top: -20px; 
	left: -20px;
	z-index: 105;
	/*width: 100% !important;*/
	width: 990px;
	/*height: 100% !important; */
	height: 700px; 
	background-color: rgb(0,0,0);
	opacity: 0.50; /* CSS 3 */
	filter: alpha(opacity=50); /* IE */
	display: none;
}

#popupinline{
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 110;
	display: none;
	margin-left: -135px;
	width: 270px;
	height: 120px;
	color: #000000;
	text-align: center;
	background-image: url(img/popup/popup.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#popupinline #txtpopup{
	padding: 20px;
	height: 44px;
	color: #000000;
	text-align: center;
	font-size: 90%;
}

#popupinline input
{
	position: absolute;
	left: 50%;
	margin-left: -10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 60%;
	background-image: url(img/popup/bt-moteur-de-recherche.gif);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid black;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:20px;
}

#popupmap{
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 110;
	display: none;
	margin-left: -125px;
	width: 220px;
	padding: 15px;
	height: 40px;
	color: #FF0000;
	text-align: center;
	border: 2px groove rgb(255,255,255);
	background-color: rgb(0,0,0);
	opacity: 0.80; /* CSS 3 */
	filter: alpha(opacity=80); /* IE */
}

.close {
	position: absolute;
	z-index: 110;
	right: 2px;
	top: 2px;
	width: 10px;
	height: 10px;
	padding: 0px;
	border: 1px solid rgb(255,255,255);
	text-align: center;
	background-image: url(img/popup/close.gif);
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}

input.btnsearch {
	cursor: pointer;
	width: 135px;
	height: 28px;
	color: #000000;
	background-image: url('../App_Themes/Keops/images/bt-rechercher.gif');
	border: 0;
}
