$(document).ready(function() {
				
	$("#moretamouz").click(function(){
		$("#moretamouztexte").animate({
			height: 'toggle',
			opacity: 'toggle'
		}, 600,'swing');
		return false;
	});
	
	generique();
		
});


function generique()
{
	
		$("#gene_defile").animate({marginTop: -2200}, 35000,'linear',function(){
			$("#gene_defile").css({ marginTop: "400px" });
			generique();
		});
	
}moretamouz
