// JavaScript Document
jQuery(document).ready(function(){
jQuery("#impots").hide();
setTimeout(function(){jQuery("#impots").fadeIn("slow");},1500);
setInterval(function(){jQuery("#impots").effect("bounce",{duration:3000});},2000);
setInterval(function(){jQuery("#anim li").effect("pulsate",{duration:500});},5000);
});
