
.home {
	
}

html, body {
margin: 0;
padding: 0;
height: 100%;
background-color: #070a11;
overflow:hidden;
}


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

#cache{
z-index:10000;
position: absolute; 
top: 0px; 
left: 0px; 
height:2000px;
width: 100%; 
background-color: #04141E; 
filter:alpha(Opacity=90);
-moz-opacity:0.9;
}

#formulaire{
position:absolute;
margin-top:100px;
height:400px;
width:300px;
left:50%;
margin-left:-150px;
color:#FFFFFF;
font-size:14px;

}