/* ------------------------- */
/*         maploader         */
/* ------------------------- */

#map_loader {
	font-family: verdana;
	font-size: 12px;
	line-height: 1.6;
	color: #fff;
	text-align: center;
}

/* ------------------------- */
/*           window          */
/* ------------------------- */

.window_content {
	width: 280px;
}
.window_content #player {
	float: left;
	margin-right: 10px;
}
.window_content span {
	font-size: 10px;
	line-height: 16px;
	width: 100%;
}
.window_content p {
	font-size: 11px;
	text-align: justify;
}
.window_content h3 {
	line-height: 17px;
	font-size: 12px;
	margin: 5px 0;
	padding-top: 2px;
}
.window_content img {
	display: block;
	margin: 10px auto 7px auto;
	border: none;
}

.carte_gis{
	position: relative;
}


/* DEBUG SCROLLBAR SUR ENCART CARTO GOOGLE API V3 */
/*
.gm-style-iw {
    overflow:visible !important;
    min-height:100px!important; 
}

.gm-style-iw div {
  overflow:visible !important;
    font-size:12px!important;
}
*/

.window_content div[style="float:right;height: 100px;line-height: 100px"] {
   /* float : none !important;*/
    height: auto !important;
    line-height: normal !important;
}

.gm-style-iw div {
    line-height: 1.35!important;
    font-size:12px!important;
}

/* DEBUG AFFICHAGE TEXTE DONNEES CARTO SOUS IE8 */
.gmnoprint{width:auto!important;}