#ajaxer {
    z-index : 2000;
    position: absolute;
}

#infoBulle {
    z-index: 1000;
    position:absolute;
    display:none;
    width:200px;
    text-align:center;
}

#infoBulle .top {

    background: url('../images/bulle_top.png') no-repeat;
    height:30px;
}

#infoBulle .center {

    background: url('../images/bulle_center.png') repeat-y;
    padding : 2px 10px 2px 10px;
    overflow: auto;

}

#infoBulle .bottom {

    background: url('../images/bulle_bottom.png') no-repeat;
    height:15px;
}

