/*page css du ficher geocalisation*/



/*<<<<<<<<<<<<<<< code css necessaire pour google pour afficher la carte ds IE >>>>>>>>>>>>>>*/

 /* v\:* {
    behavior:url(#default#VML);
  }*/
  /*pour les infobulles de la carte*/
  /*   v\:* {ldelim}
        behavior:url(#default#VML);
     {rdelim} */

  #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;
  }
  
 /**<<<<<<<<<fin >>>>>>>>>>>>>**/


 #sidebar/*on met la site bar en mode cacher pour eviter les erreur*/
{
	display:none;
}
/*div qui contient la carte*/
#global_map  #map {
padding:0;
width:100%;
}
#global_map{
width:100%;
margin:0 auto;
padding:0;
text-align:center;
 }
 #onglet{
padding:0;
margin:0 0 0 8px;
width:540px;


} 
 #onglet a {
 text-align:center;
text-decoration:none;
 }
 
  /*infobull*/
 .infobull{
 color:black;
 z-index:1;
 }
  .infobull  h3{
 color:black;
 }
 .onglet_left{
background-image:url(img/onglet2_left.gif);
background-repeat:no-repeat;
width:7px;
height:30px;
}
 .onglet_right{
background-image:url(img/onglet2_right.gif);
background-repeat:no-repeat;
width:7px;

}
 .onglet_fond{
background-image:url(../img/onglet.jpg);
background-repeat:no-repeat;
background-position:bottom;
height:42px;
width:230px;
text-align:center;
}

