html {
	height: 100%;
	overflow: hidden;
}
	
#flashcontent {
	height: 100%;
}

#texte {
	position:absolute;
	width:300px;
	top:70px;
	left:50%;
	margin-left:-160px;
	text-align:center;
}
.contenu {
	margin-left: 10px;
	margin-top:120px;
}
.lien{
	color : #a54403;
	text-decoration : none;
}
.lien:hover {
	text-decoration:underline;
}
