/* CSS Document */
html {
		height: 550px;
		overflow: hidden;			
}
#flashcontent {
	align:center;
	height: 100%;
	margin-top: 30px;
}		
body {
        font-family:Arial, Helvetica, sans-serif;
	    font-size:10px;
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #333333;
}
a:link {
	color: #000000;
	
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #666666;
}	
li{
    list-style-image:url(fleche.gif);
	list-style-position: outside;
	list-style-type: none;
}	
H1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #FFFFFF;
}