$(function(){
   /* $("#header ul.sites li.plafondcreaties").css("margin-top","-100px");
    $("#header ul.sites li.plafondcreaties").animate({"margin-top":"0px"});
    $("#header ul.sites li.atagcenter").css("margin-top","-100px");
    $("#header ul.sites li.atagcenter").delay(100).animate({"margin-top":"0px"});*/
    $("#header ul.sites").css("margin-top","-100px");
    $("#header ul.sites").animate({"margin-top":"0px"});
    
});
