$(function() {
	
	$('#texte div.documents').hide();
	setTimeout(function(){
				$('#texte').show('drop', {speed : 2000});
	}, 1000);
	
	setTimeout(function(){
				$('#texte div.documents').show('clip', {speed : 2000});
	}, 2000);
	
	
});
