html {
overflow: hidden;
}

#flashcontent {
z-index: 1;
width: 100%;
height: 100%;
}

#footer {
position:absolute;
bottom:20px;
right:20px;
z-index: 0;
width:150px;
}

.avertissement{
position:relative;
text-align:center;
margin:30px;
width:100%;
font-size:14px;
color:#CCC;
}

.avertissement a{
color:#fff;
text-decoration:none;
font-weight:bold;
}

.avertissement a:hover{
color:#fff;
font-weight:bold;
text-decoration:underline;
}