body 
	{
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: black;
		color:#ffffff;
		font-family:sans-serif;
	}
	
	
a {	
		color:#ffffff;
		text-decoration: none;
	}

	
a:hover 
	{
		color: #000000;
	}

#container
{
	width: 100%;
	margin: 0 0;
	position: relative;
}


#main
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	text-align:justify;
	color:red;
	background: black;
	overflow: hidden;
}

#haut
{
	margin-top: -5px;
}

#flashcontent {
		background-position: center;
		background-color: black;
		text-align: center;
	}
	
#anim
	{
		text-align: center;
		margin-top: -50px;
	}
	
	
#footer
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color:#F00000;
	color: #000000;
	text-align:center;
	font-family: "arial black", arial, sans-serif;
	font-size: 130%;
	height: 45px;
	padding-top:12px;
	clear:both;
}




	

