.link_bulle {
/*cursor: default;*/
list-style:none;
float:left;
}

.infos_bulle {
z-index: 500;
position: absolute;
top: -999px;
width: 200px;
visibility: hidden;
opacity: 0.9;
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
filter: alpha(opacity=90);
}

.infos_bulle_haut {
height: 10px;
background: url(../images/info_bulle_kazachok.png) no-repeat left top;
}

.infos_bulle_bas {
font: normal 10px Verdana, Arial;
color: black;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 12px;
background: url(../images/info_bulle_kazachok.png) no-repeat left bottom;
}