*{
	margin:0;
	padding:0;
}

#super_conteneur {
	/*position: absolute;
	background-color:#000000;
	width: 1200px;        /* selon la largeur voulue */
	/*margin-left: -600px;
	left: 50%; 
	/*margin:0px auto;*/
	/*height: 700px;       /* selon la quantite de texte */
	/*margin-top: -350px;
	top: 50%;
	*/
	float:left;
	position:relative;

}

#conteneur_flash {
	float:left;
	position:relative;
	margin-left:0px;
	margin-top:0px;
}

#logo {
	background:transparent url(logo.png) repeat scroll 0 0;
	height:103px;
	position:fixed;
	right:10px;
	text-decoration:none;
	top:10px;
	width:281px;
	z-index:5;
}

body{
	
	background:#ffffff;
}

/*#zone_droite {
	position:fixed;
	right:0px;
	top:0px;
	z-index:6;
	height:800px;
	width:150px;
	background:#ffffff;
}*/
