$(window).load(function(){navigation();habillage();alertBientot()});window.onresize=habillage;function navigation(){$(".ssMenu").hover(function(){$(this).children("ul").show()},function(){$(this).children("ul").fadeOut()})}function habillage(){var a=$("body").width();var b=(a-996)/2;if(a>1260){$("#habillageDroite").width(b)}}function alertBientot(){$(".bientot").popinTrigger(function(){return this.children("span").clone().addClass("popinBientot").prepend("<strong>Retrouvez très prochainement</strong><br />").append('<div class="closePopin"><img src="data/img/closebox.png" class="png" border="0" /></div>')})};