$(window).load(function(){
        /*
         * Messages flash
         */
       $(".error,.notice,.pluf-messages" ).fadeOut(9000);
       $('span.toReveal').hover(function(){
         $(this).fadeIn(100); 
        $(this).fadeOut(100);
      });
 
       /*
        * La bulle 
        */
       //$('labulle').innerHTML);

});



