@charset "utf-8";
/* CSS Document */
a.bulleinfo_localisation {  
  position: relative;  
  }
a.bulleinfo_localisation:hover {  
  background-color: white;
} 

a.bulleinfo_localisation div.info_localisation{  
  display: none;
}

a.bulleinfo_localisation:hover  div.info_localisation{  
  z-index:10 ;
  display: block;  
  position: absolute;  
  top: -80px;  
  left: 220px;  
  width: 450px; 
  height:150px;
  border: 1px; 
  border-style: solid;
  border-color: #000000; 
  color: #000000;   
  text-align: justify;  
  background-color:white ;
  font-size:14px ;
  font-weight:normal ;
  padding:20px ; 
 }


/*********************************************/


a.bulleinfo_perimetre {  
  position: relative;  
  }
a.bulleinfo_perimetre:hover {  
  background-color: white;
} 

a.bulleinfo_perimetre div.info_perimetre{  
  display: none;
}

a.bulleinfo_perimetre:hover  div.info_perimetre{  
  z-index:10 ;
  display: block;  
  position: absolute;  
  top: -80px;  
  left: 150px;  
  width: 300px; 
  height:140px;
  border: 1px; 
  border-style: solid;
  border-color: #000000; 
  color: #000000;   
  text-align: justify;  
  background-color:white ;
  font-size:14px ;
  font-weight:normal ;
  padding:20px ;
 }

/*********************************************/
 a.bulleinfo_onglet {  
  position: relative;  
  z-index:50 ;
  }
a.bulleinfo_onglet div.info_onglet{  
  display: none;
}

a.bulleinfo_onglet:hover  div.info_onglet{  
  z-index:10 ;
  display: block;  
  position: absolute;  
  top: -130px;  
  left: 275px;  
  width: 250px; 
  height:40px;
  border: solid grey 1px ;
  color: #000000;   
  text-align: justify;  
  font-size:14px ;
  font-weight:normal ;
  padding:20px ;
  background-color: white;
 }

 a.bulleinfo_reinitialise {  
  position: relative;  
  z-index:50 ;
  }
a.bulleinfo_reinitialise div.info_reinitialise{  
  display: none;
}

a.bulleinfo_reinitialise:hover  div.info_reinitialise{  
  z-index:10 ;
  display: block;  
  position: absolute;  
  top: -130px;  
  left: -125px;  
  width: 250px; 
  height:40px;
  border: solid grey 1px ;
  color: #000000;   
  text-align: justify;  
  font-size:14px ;
  font-weight:normal ;
  padding:20px ;
  background-color: white;
 }
