// JavaScript Document
$(document).ready(function(){
	
		
	$("#sliders>*").show();
	
	$(".modService4, .modService10, .modService12").hide();	
	
/*	$(this).delay(0,function(){		
		//Show the elements		
		$(".horloge").stop().animate({top:0}, {queue:false, duration:500, easing: 'easeInOutBack'});
    });
	
	$(this).delay(0,function(){		
		//Show the elements		
		$(".etagere").stop().animate({top:0}, {queue:false, duration:500, easing: 'easeInOutBack'});		
	});*/
	
	$(this).delay(4000,function(){
		$("#titlebar").fadeOut(2000);
	});	
	
	$(this).delay(1500,function(){		
		//Show the elements		
		$(".personnage").stop().animate({bottom:0}, {queue:false, duration:1000, easing: 'easeInOutBack'});	
    });	
	
	$(this).delay(5000,function(){		
		//Show the elements		
		$(".sofa").stop().animate({left:20}, {queue:false, duration:2000, easing: 'easeInOutBack'});				
    });
	$(this).delay(7000,function(){
		$(".modService4").fadeIn(2000);			
	});
	$(this).delay(8000,function(){		
		//Show the elements		
		$(".chaise").stop().animate({right:86}, {queue:false, duration:2000, easing: 'easeInOutBack'});		
    });	
	$(this).delay(10000,function(){
		$(".modService12").fadeIn(2000);			
	});
	$(this).delay(11000,function(){		
		//Show the elements		
		$(".table").stop().animate({top:253}, {queue:false, duration:2000, easing: 'easeOutBounce'});			
    });		
	$(this).delay(13000,function(){
		$(".modService10").fadeIn(2000);			
	});
});