body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Tahoma;
	font-size:11px;
	color: #cecece;
	overflow: auto;
	overflow-y: hidden; 
}
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
}
#player{
	position:absolute;
	width:300px;
	top:50px;
	left:50%;
	margin-left:-160px;
	text-align:center;
}
.titre {
	margin-left: auto;
	margin-top:20px;
	font-size:20px;
	color: #e4ff02
}
.contenu {
	margin-left: 10px;
	margin-top:100px;
	font-size:11px;
}
h1 {
	text-align:center;
}
a {
	color : #e4ff02;
	font-weight: bold;
	text-decoration : none;
}
a:hover {
	color : #e4ff02;
	font-weight: bold;
	text-decoration:underline;
}
