/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
/* end hide */
#flashcontent {
	height: 100%;
	text-align:center;
}
<!--
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
a:link, a:visited, a:active{
	color:#da2128;
}
a:hover{
	color:#da2128;
	text-decoration:none;
}
.texte {	
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	line-height: 17px;
}
.rouge {	
	color: #da2128;
}
.note{
	font-weight: bold;
	color: red;
}
.cache {
	display:none;
}
-->