* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	height: 100%;
	font-size: 10px;
	background: #000;
	overflow:hidden;
}

img {
	border:0;
}
			
/* Bloc contenant l'animation Flash */
#flashcontent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%; /* Largeur de l'animation flash */
	height: 100%; /* Hauteur de l'animation flash */
}
			
/* Bloc d'information si default de plugin flash */
#flashcontent #alternate {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 190px; /* Largeur du bloc d'information */
	height: 190px; /* Hauteur du bloc d'information */
	padding: 5px;
	margin: -95px 0 0 -95px;
	text-align: center;
	border: 1px dashed #000;
}
			
#flashcontent #altswf {
	width: 100%; /* Largeur de l'animation flash */
	height: 100%; /* Hauteur de l'animation flash */
}
			
#flashcontent #alternate .title {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	display: block;
	margin: 0 0 10px 0;
}
			
#flashcontent #alternate .copyright {
	font-size: 10px;
	color: #999;
	display: block;
	margin: 20px 0 0 0;
}