html {
	height: 100%;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
body {
	/*background-color: #330000;*/
	background-color:#3A0303;
	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; 
}
.lien {
	text-decoration: none;
	font-weight:bolder;
	color: #999;
}

.lien:hover {
	text-decoration: none;
	font-weight:bolder;
	color: #666;
}
.menu_footer{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
text-decoration:none;
}
.menu_footer:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #CCCCCC;
text-decoration:underline;
}

