/* GEOLOCALISATION */

#gmapmarker { 
font: normal small verdana, arial, helvetica, sans-serif;
font-size: 10pt;
margin: 0px;
padding:0;
width: 320px;
height: 80px;
overflow:auto;
background-color:#FFF;/*#FED77A ;/*#333333;*/

}

#gmapmarker p{ 
margin : 0;
padding : 2px 0 2px 0;
}

#gmapmarker a {text-decoration:none; color:#0066CC; background-color:transparent;}

#gmapmarker a:hover {color:#F60; background-color:transparent;}

#gmapmarker h1 {
font-weight:bold; 
font-size:13px; 
color: #369; 
border-bottom:2px solid #369;
padding :2px;
margin :0;
}
#gmapmarker h3{
background-color:transparent;
width:10px;
height:10px;
}


#sidebar/*on met la site bar en mode cacher pour eviter les erreur*/
{
	display:none;
}
/*div qui contient la carte*/

#map
{
	margin:0;
	width:100%
}

#global_map{
width:100%;
margin:0 auto;
padding:0;
text-align:center;
background-color:#ffffff;
}

#onglets
{	
	width:100%;
	text-align:center;
}

#onglets table
{
	margin:0 auto;
}

.onglet
{
	width:230px;
	height:32px;
	text-align:center;
	background-image:url(../img/onglet.png);
	background-repeat:no-repeat;
	background-position:top;
} 

.onglet a 
{
	text-decoration:none;
}

/*infobull*/
.infobull{
color:black;
z-index:1;
}
.infobull  h3{
color:black;
}

