/* CSS Document */ 
* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

body { 
background: #000000;
}

.total { 
position:fixed;
z-index:50;
height:100%;
width:100%;
}

.total2 { 
position:fixed;
height:500px;
width:100em;
text-align:center;
}
.fond { 
position:fixed;
z-index:1;
height:100%;
width:100%;
}

.anim { 
z-index:10;
position:absolute;
left:50%;
margin-left:-175px;
top:0px;
padding-top:150px;
text-align:center;

}

.texte { 
z-index:11;
position:absolute;
text-align:right;
bottom:10px;
left:50%;
margin-left:-100px;



	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color:#ffffff;
}