html, body {
	background: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

#flashcontener {
	position:absolute; 
	width: 100%;
	height: 100%;
}

#noflash {
   position:absolute;
   left: 50%; 
   top: 50%;
   width: 384px;
   height: 285px;
   margin-top: -142px; /* moitié de la hauteur */
   margin-left: -192px; /* moitié de la largeur */
}

.normal {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 8px; 
	font-style: normal; 
	color: #000000;
	text-align: justify; 
}

a:link {  
	text-decoration: none
}

