/* CSS Document */

#choix_format {
	background-image: url(/imgs/fd-choix-format.jpg);
	background-repeat: no-repeat;
	display:block;
	position:absolute;
	width:1021px;
	height:666px;/*total hauteur : 766px avec le padding !!*/
	top:0px;
	left:0px;
}
#main #to_flash a, #main #to_html a {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position: absolute;
	width:109px;
	height:28px;	
}
#main #to_flash a {
	background-image: url(/imgs/btn-flash.gif);
	left: 566px;
	top: 488px;
}
#main #to_html a {
	background-image: url(/imgs/btn-html.gif);
	left: 338px;
	top: 488px;

}
span {
	position:absolute;
	left:-5000px;
	top:-5000px;
	text-indent:-5000px;
	}
#if_player {
	position:absolute;
	width:191px;
	height:53px;
	z-index:4;
	left: 577px;
	top: 526px;
	color:#CCCCCC;
	font-size: 10px;
	}
#if_player img {
	margin-top: 10px;
}

