html {
	height: 100%;
}

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

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

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

.footer {
	width: 1200px;
	height: 10px;
	float: left;
	padding-top: 10px;
	text-align: center;
	color: #888888;
	font-size: 11px;
}

.footer a {
	color: #888888;
}
