	function ouvrir(){
		$('#volet_d').animate({left: '1200'},3000,function(){
			
			//$("body").animate({backgroundColor: '#F6EBD2'},1000,function(){
			$("#contenant").hide();
			//});
			
		});
		$('#volet_g').animate({left: '-600'},3000,function(){
			//alert('maintenant ?');
		});
		
	}

	function ouvrir2(){
		$('#volet_d2').animate({left: '1200'},3000,function(){
			$("#contenant2, #cache1, #cache2").hide("slow",function(){
				$("body").css({overflow: 'auto'});
			
			});
			//$("body").animate({backgroundColor: '#F1CC1F'},1000);
			//$("body").css({backgroundImage :'url("../img/fond-page.jpg"'});
			
			
		});
		$('#volet_g2').animate({left: '-600'},3000);
	}

$(document).ready(function(){
	$("body").css({overflow: 'hidden'});		
	setTimeout('ouvrir()',5000);//5000
	setTimeout('ouvrir2()',12000);//15000

});
