function popupcentree(page,largeur,hauteur,options) {
	var top=(screen.height-hauteur)/2;
	var left=(screen.width-largeur)/2;
	window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}
$(document).ready(function(){
	$('#flash').flash({
        src: 'vu_mig.swf',
		width: 309,
		height: 133
    });
	$("#upian").mouseover(function(){$(this).attr({ src: "img/upianon.png" });return false;});	
	$("#upian").mouseout(function(){$(this).attr({ src: "img/upianoff.png" });return false;});	
	$("#renoir").mouseover(function(){$(this).attr({ src: "img/renoiron.png" });return false;});	
	$("#renoir").mouseout(function(){$(this).attr({ src: "img/renoiroff.png" });return false;});	
	$("#col1").animate({ 
		opacity: 1.0
	}, 400, function(){
	$("#col2").animate({ 
        opacity: 1.0
      }, 400, function(){
			$("#col2 h1").animate({ 
				opacity: 1.0
			  }, 400, function(){
					$("#col2 p").animate({ 
						opacity: 1.0
					  }, 400, function(){
							  $("#col2 h2 a").animate({ 
								opacity: 1.0,
							  }, 400, function(){
								 	 $("#footer .gauche").slideDown(400,function(){
										  $("#footer .droite").slideDown(400,function(){
											   $("#col2 h2 a").animate({ color: "#0dc3d9" }, 1000)
											   .animate({ color: "#000000" }, 1000)
											   .animate({ color: "#0dc3d9" }, 1000)
											   .animate({ color: "#000000" }, 1000);
										  });
									  });
							  } );
							  
						  } );
					$("#col2 p span").animate({ 
						opacity: 1.0
					  }, 400 );
				  } );
		  } );
	$("#col3").animate({ 
		width: 198
      }, 800 );
	});
});