  $(document).ready(function(){ 
							 
							 
        $("ul.sf-menu").superfish(); 
		
		
		//Mappy:: ceebox
		
		$(".ceebox2").ceebox({unload:function(){$("body").css({background:"#ddf"})}});
		
			$("#mappy").click(function(){
			$.fn.ceebox.overlay();
			$.fn.ceebox.popup(this,{onload:true,htmlWidth:720,htmlHeight:500});
			return false;		  
		});
			
		$(".ceebox2").ceebox({unload:function(){$("body").css({background:"#ddf"})}});
		
			$("#visite").click(function(){
			$.fn.ceebox.overlay();
			$.fn.ceebox.popup(this,{onload:true,htmlWidth:520,htmlHeight:400});
			return false;		  
		});			
			
    }); 
 
