html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	background-color: #000000;
	color: #FFFFFF;
}

/* pour éviter le contour bleu des images-lien notamment sous Firefox */
a img {
  border: none;
}

#flashContent { 
	width: 1200px;
 	height: 600px;
}

.footer {
	width: 100%;
	height: 10px;
	float: left;
	padding-top: 0px;
	text-align: center;
	color: #AAAAAA;
	font-size: 11px; 
}

.footer a {
	color: #AAAAAA;
}
