html {
	height: 100%;
	overflow: hidden;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
body {
	margin: 0;
	height: 100%;
}
#flashcontent { 
	z-index: 0;
	width: 100%;
	height: 100%;
}

#texte {	
	text-align:center;
	position:relative;
	top: 200px;
	height: 100px;
	width: 100%;
}

.titre {
	font-weight:bolder; 
}
.lien1 {
	text-decoration: none;
	font-weight:bolder;
	color: #fff;
}

.lien1:hover {
	text-decoration: none;
	font-weight:bolder;
	color: #999;
}

