jQuery(document).ready(function() {
		jQuery('.homeAnimee').each(function(index) {
			jQuery('.img_1').css('top','-100px').show().animate({
				top: '+=100'
				}, 750, function() {
				// Animation complete.
					jQuery('.img_2').css('top','+150px').show().animate({
						top: '-=150'
						}, 750, function() {
						jQuery('.img_2_2').delay(2000).show().css('opacity',0).animate({
							opacity : 1
							}, 750, function() {
							
							
								jQuery('.img_4').delay(2000).show().css('opacity',0).animate({
									opacity: 1
								}, 2000, function() {		
								jQuery('.img_1').hide();
								jQuery('.img_2').hide();
								jQuery('.img_2_2').hide();

									// Animation complete.
									jQuery('.img_3').show().css('opacity',0).animate({
										opacity: 1
										}, 750, function() {
	
											jQuery('.img_3').animate({
												opacity: '1'
												}, 2500, function() {
													jQuery('.bloc_1').animate({
														opacity: '0'
														}, 3500, function() {
															jQuery('.img_5').fadeIn('slow');
															jQuery('.img_4').fadeOut('slow');
															jQuery('.bloc_1').hide();	
															
													jQuery('.bloc_0').delay(2000).animate({
														opacity: '0'
														}, 1500, function() {		
															//jQuery('.img_0').hide();														
															jQuery('.img_6').fadeIn('slow');
															jQuery('.bloc_0').hide();	
		
														});																
															
															
														});		
			
												});		
	
		
									});			
								
								});		
							});			
							
						});	
				
				});	
											
		});		   
			   
});
