jQuery(document).ready(function(){ 
  	
	var idBg=0;

	$("#visuel").oneTime(3000, function() {
		 
		   $('#partieCentrale').fadeOut(600, function(){
				$('#visuel').attr('src', "img/ld120-la-boite-concept.png");
		   }).fadeIn(1200);
			
		   //$('#partieCentrale').fadeIn(1200);
		   idBg= 0;
		  
		
		$('#visuel').everyTime(6000, function() { 
		
				//alert("Je me remue");
				//var src1 = $(this).attr("src").match(/[^\.]+/) + "accrocheFr.png";     
				//$(this).attr("src", 'img/accrocheFr.png'); 
				
	

			if(idBg==0){		
			   $('#partieCentrale').fadeOut(600, function(){
					$('#visuel').attr('src', "img/imgHome/3-4-plus-ordi-bois-La-boite-concept-LD130-laptop-dock-hi-fi-bureau.png");
			   }).fadeIn(1200);
				
			   //$('#partieCentrale').fadeIn(1200);
			   idBg++;
			  }		
			  
			  else if(idBg==1){		
			   $('#partieCentrale').fadeOut(600, function(){
					$('#visuel').attr('src', "img/imgHome/3-5-ld130-la-boite-concept-noir-mat.png");
			   }).fadeIn(1200);
				
			   //$('#partieCentrale').fadeIn(1200);
			   idBg++;
			  }	
			 

			else if(idBg==2){		
			   $('#partieCentrale').fadeOut(600, function(){
					$('#visuel').attr('src', "img/imgHome/1-La-boite-concept-ld-120-01-What-Hifi.png");
			   }).fadeIn(1200);
				
			   //$('#partieCentrale').fadeIn(1200);
			   idBg++;
			  }				  
			 
			 else if(idBg==3){		
			   $('#partieCentrale').fadeOut(600, function(){
					$('#visuel').attr('src', "img/imgHome/face-gros-plan-ld130.png");
			   }).fadeIn(1200);
				
			   //$('#partieCentrale').fadeIn(1200);
			   idBg++;
			  }		
					
			
			 else if(idBg==4){
				$('#partieCentrale').fadeOut(600, function(){
					$('#visuel').attr('src', "img/imgHome/2-La-boite-concept-ld-120-04-Figaro.png");  
			   }).fadeIn(1200);
			   idBg++;
			  }
			 
			  
			    else if(idBg==5){
			   $('#partieCentrale').fadeOut(600, function(){
					$('#visuel').attr('src', "img/imgHome/cote-bois-La-boite-concept-LD130-laptop-dock-hi-fi-bureau.png"); 
				}).fadeIn(1200);	   
			   
			   idBg++;
			  }   	
			   
			  else if(idBg==6){
			   $('#partieCentrale').fadeOut(600, function(){
					$('#visuel').attr('src', "img/imgHome/3-La-boite-concept-ld-120-16-GQ.png"); 
				}).fadeIn(1200);	   
			   
			   idBg++;
			  }   	
			
			else if(idBg==7){
			   $('#partieCentrale').fadeOut(600, function(){
					$('#visuel').attr('src', "img/imgHome/4-La-boite-concept-ld-120-05-20-minutes.png"); 
				}).fadeIn(1200);	   
			   
			   idBg++;
			  }   	
			 
			  
			   else if(idBg==8){
			   $('#partieCentrale').fadeOut(600, function(){
					$('#visuel').attr('src', "img/imgHome/vue-arriere-ld130.png"); 
				}).fadeIn(1200);	   
			   
			   idBg++;
			  }   	
			  
			  
			  else if(idBg==9){
			   $('#partieCentrale').fadeOut(600, function(){
					$('#visuel').attr('src', "img/imgHome/5-La-boite-concept-ld-120-18-Windows-mag.png"); 
				}).fadeIn(1200);	   
			   
			   idBg++;
			  }   	
			  
			  else if(idBg==10){
			   $('#partieCentrale').fadeOut(600, function(){
					$('#visuel').attr('src', "img/imgHome/6-La-boite-concept-ld-120-07-prestige-audio-video.png"); 
				}).fadeIn(1200);	   
			   
			  idBg++;
			  }  
			  
			  else if(idBg==11){
			   $('#partieCentrale').fadeOut(600, function(){
					$('#visuel').attr('src', "img/imgHome/7-La-boite-concept-ld-120-Hifi-video.png"); 
				}).fadeIn(1200);	   
			   
			   idBg++;
			  }  
			  
			  else if(idBg==12){
			   $('#partieCentrale').fadeOut(600, function(){
					$('#visuel').attr('src', "img/imgHome/8-La-boite-concept-ld-120-08-iCreate.png"); 
				}).fadeIn(1200);	   
			   
			   idBg++;
			  }  
			  
			  else if(idBg==13){
			   $('#partieCentrale').fadeOut(600, function(){
					$('#visuel').attr('src', "img/imgHome/9-La-boite-concept-ld-120-14-Intramuros.png"); 
				}).fadeIn(1200);	   
			   
			   idBg++;
			  }  
			  
			  else if(idBg==14){
			   $('#partieCentrale').fadeOut(600, function(){
					$('#visuel').attr('src', "img/imgHome/10-La-boite-concept-ld-120-15-COMMENTcaMARCHE.png"); 
				}).fadeIn(1200);	   
			   
			   idBg++;
			  }  
			  
			   else if(idBg==15){
			   $('#partieCentrale').fadeOut(600, function(){
					$('#visuel').attr('src', "img/imgHome/11-La-boite-concept-ld-120-27-Wad.png"); 
				}).fadeIn(1200);	   
			   
			   idBg=1;
			  }  
		  
		});

	});
	
});
