/* CSS Document */

body{
	margin:0px;
	background-color:#ffffff;
}

#flashContent{
	position:absolute;
	background-color:#ffffff;
	
	left: 50%;    
	width:1000px; 
	margin-left:-500px; /* la moitié de la longueur */	
	
	/*top: 50%;*/
    height: 595px;
    /*margin-top: -298px; */	
}