$(document).ready(function(){$(".categorie > ul").hide();$(".categorie").hover(function(){$('ul',this).show();},function(){$('ul',this).hide();});});