
$(document).ready(function() {

    $("#astuce_box_link").fancybox({
        'onClosed': function() { 
           document.location = '/astuces.html'; }
    });

    $("#compte_box_link").fancybox({
        'onClosed': function() { 
           document.location = '/compte.html'; }
    });


});
