$(document).ready(function(){

	$("#navhorizontale").insertAfter("#panier");
	$("#descente_rayon_encart_princ_focus_rayon_cadre, .RayonZoneDescription, .BoutiqueZoneDescription, #breadCrumb, #descente_boutique_encart_bout_enseigne_cadre, .UniversNom, #descente_univers_encart_princ_focus_bout_cadre").insertAfter("#banner").wrapAll('<div id="banner_before_content"></div>').show();
	
	$(".megamenu-item").hover(
    	function(){
        	$("div.megamenu-content", this).show();
    	},function(){
        	$("div.megamenu-content", this).hide();
    	}
	);

});



