// JavaScript Document

    $(document).ready(function() {
        var hide = false;
        $(".effet").hover(function(){
            if (hide) clearTimeout(hide);
            $("#vous").fadeIn();
        }, function() {
            hide = setTimeout(function() {$("#vous").fadeOut("slow");}, 250);
        });
        $("#vous").hover(function(){
            if (hide) clearTimeout(hide);
        }, function() {
            hide = setTimeout(function() {$("#vous").fadeOut("slow");}, 250);
        });
    });
	
	    $(document).ready(function() {
        var hide = false;
        $(".effet2").hover(function(){
            if (hide) clearTimeout(hide);
            $("#nous2").fadeIn();
        }, function() {
            hide = setTimeout(function() {$("#nous2").fadeOut("slow");}, 250);
        });
        $("#nous2").hover(function(){
            if (hide) clearTimeout(hide);
        }, function() {
            hide = setTimeout(function() {$("#nous2").fadeOut("slow");}, 250);
        });
    });
		    $(document).ready(function() {
        var hide = false;
        $(".effet").hover(function(){
            if (hide) clearTimeout(hide);
            $("#vous2").fadeIn();
        }, function() {
            hide = setTimeout(function() {$("#vous2").fadeOut("slow");}, 250);
        });
        $("#vous2").hover(function(){
            if (hide) clearTimeout(hide);
        }, function() {
            hide = setTimeout(function() {$("#vous2").fadeOut("slow");}, 250);
        });
    });
	
	    $(document).ready(function() {
        var hide = false;
        $(".effet2").hover(function(){
            if (hide) clearTimeout(hide);
            $("#nous").fadeIn();
        }, function() {
            hide = setTimeout(function() {$("#nous").fadeOut("slow");}, 250);
        });
        $("#nous").hover(function(){
            if (hide) clearTimeout(hide);
        }, function() {
            hide = setTimeout(function() {$("#nous").fadeOut("slow");}, 250);
        });
    });
		
		
		 $(document).ready(function() {
        var hide = false;
        $(".effet3").hover(function(){
            if (hide) clearTimeout(hide);
            $("#listefamille").fadeIn();
        }, function() {
            hide = setTimeout(function() {$("#listefamille").fadeOut("slow");}, 0);
        });
        $("#listefamille").hover(function(){
            if (hide) clearTimeout(hide);
        }, function() {
            hide = setTimeout(function() {$("#listefamille").fadeOut("slow");}, 0);
        });
    });


$(document).ready(function() {
        var hide = false;
        $(".effet4").hover(function(){
            if (hide) clearTimeout(hide);
            $("#hist_nav").fadeIn();
        }, function() {
            hide = setTimeout(function() {$("#hist_nav").fadeOut("slow");}, 250);
        });
        $("#hist_nav").hover(function(){
            if (hide) clearTimeout(hide);
        }, function() {
            hide = setTimeout(function() {$("#hist_nav").fadeOut("slow");}, 250);
        });
    });