$(document).ready(function(){
$("ul.menu_header").superfish({autoArrows:true}); 
$(".thickbox").fancybox();

    $('#famille li a').mouseover(function(){
        $(this).css({'background-position':'0 -138px'});
        });
    $('#famille li a').mouseout(function(){
        $(this).css({'background-position':'0 0'});
        });
    
    $('#entete ul li').mouseover(function(){
        $(this).css({'background':'url(/theme/kwhtml5/images/project/fond_menu_hover.gif)'});
        
        
    });
    
    $('#entete ul li').mouseout(function(){
        $(this).css({'background-image':'url(/theme/kwhtml5/images/project/fond_menu.gif)'});
    });
    
    $('#entete ul li ul li').mouseout(function(){
        $(this).css({'background-image':'url(/theme/kwhtml5/images/project/bg-menu.gif)'});
    });
});
