.infos_bulle {
padding-bottom:0px;
z-index: 500;
position: absolute;
top: -999px;
visibility: hidden;
opacity: 0.95;
-moz-opacity: 0.95;
-khtml-opacity: 0.95;
filter: alpha(opacity=95);
}

.infos_bulle_content {
border:0 solid #82d2fa;
border-width:5px;
font: normal 10px Verdana, Arial;
color: white;
padding:10px;
margin:0;
background-color:#fff;
}


.infos_bulle_haut {
height:0;
width:100%;
margin:0;
}

