
.noscriptmsgback { 
	position: absolute;
	height: 100%;
	width: 100%;
	background: black;
	opacity: 0.4;
	z-index: 9998;
}

.noscriptmsgtext {
	position: absolute;
	font-size: 16px;
	color: #FFF;
	z-index: 9999;
	/*height: 100px;*/
	width: 300px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -150px;
	border: 1px solid #CCC;
	background-color: #000;
	text-align: center;
	padding: 5px;
}


#refreshData {
	position: absolute;
	background-image: url(imgC/loading.gif);
	background-size:30px 30px;
	background-repeat:no-repeat;
	/*background-image: url(imgC/refresh.png);*/
	width: 30px;
	height: 30px;
	top: 10px;
	left: 10px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}


/* -----------------------------------
 * Tool tip Gmap
 * ----------------------------------- */
/* Paramètres généraux */
.divGD {
	text-align: center;	
}
.divHG {
	text-align: center;	
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	height: 100%;
}
.divHG .bureaux{
	text-align: center;	
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #000;
}
.divHM {
	text-align: center;	
	font-size: 36px;
	/*margin: 2% 0 0 0;*/
	/*color: #999;*/
	color: #000;
	height: 100%;
}

.divHD {
	text-align: center;	
	height: 100%;
}
.divHD img {
	max-height: 100%;
	max-width: 100%;
	margin-right: 20px;
}

.divBG {
	text-align: center;	
	font-size: 20px;
	color: #FFF;
}
.divBM {
	text-align: center;	
/*	position: absolute;
	bottom: 10%;
	width: 100%;*/
	font-size: 36px;
	color: #FFF;
}

.divBD {
	text-align: center;	
/*	position: absolute;
	bottom: 10%;
	width: 100%;*/
	font-size: 20px;
	color: #FFF;
}

/* -----------------------------------
 * Tool tip Gmap
 * ----------------------------------- */
.infobox-wrapper {
    display:none;
}
#infoboxBg {
	position: absolute;
	background: #E6E6E6;
	opacity: 0.7;
	width: 100%;
	height: 100%;
}
#infobox {
	position: relative;
    border:2px solid #808080;
    background: transparent;
    color: #000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    /*padding: .5em;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0  8px #000;
    box-shadow: 0 0 8px #000;
}

#infobox table {
	border-top: 1px solid #808080;
}

#infobox td {
	padding: 10px;
}

.infoBoxContainer {
	/*background-image: url('images/tipbox.gif');*/
	background-repeat: no-repeat;
	background-position: center top; 
	/*opacity: 0.5;*/
	/*width: 200px;*/
}

.titleMap {
	position: absolute;
	z-index: 999;
	/*float: left;*/
/*	right: 10px;
	bottom: 10px;*/
	background-color: #E6E6E6;
	padding: 10px;
	border: 1px solid #808080;
	opacity: 0.7;
}