jQuery.noConflict(); jQuery(document).ready(function($) { /**Pour le hover du menu de haut**/ $("#maximenuCKH li").hover(function() { $("img ", this).stop().animate({top:"-60px"},{queue:false,duration:200}); },function() { $("img ", this).stop().animate({top:"0px"},{queue:false,duration:200}); }); });