
$(document).ready(function(){
    $(".test_infobulle").tooltip({
        track: false,
        showURL: false,
        delay: 0,
        top: 5,
        left: 20
    });

    $('#tooltip').corner({
        tl:{radius:5},
        tr:{radius:5},
        bl:{radius:5},
        br:{radius:5},
        antiAlias:true,
        autoPad:false
    });
});