html{
	overflow:hidden;
	height:100%;
	width:100%;
}
body{
	padding:0px;
	margin:0px;
	background-color:#000000;
	height:100%;
	width:100%;
}
#flashcontent{
	height:100%;
	width:100%;
}
titreGris{
	color:#080808;
	font-size:12px;
	display: block;
}
titreBleu{
	color:#1dd3c0;
	font-size:18px;
	display: block;
}
.green{
	color:#5c9000;
}
h3{
	font-size:20px;
	color:#1dd3c0;
}
h4{
	font-size:14px;
	color:#333333;
}
h5{
	font-size:12px;
	color:#1dd3c0;
}
.titreBleuSmall{
	color:#1dd3c0;
	font-size:12px;
	display: block;
}
p {
	text-align:left;
}
a{
	color:#000000;
}
ul{
	margin-left:0;

}
li{
	margin-left:0;
}