*,*	{
	margin:0;
	padding:0;
}



body {
	background-color:#fff;
	color:black;
	font-family:tahoma,helvetica,sans-serif;
	text-align: center; /* Alignement horizontal dans Internet Explorer */
	font-size:80%;
}

#page	{
	width: 100%;
	height:560px;
	position:absolute;
	left:0;
	top: 50%;
	margin-top: -275px; /* moiti? de la hauteur */
}

#anim{
	position:relative;
	width: 100%;
	height:550px;
	background-color:#6fbc20;
}

.credits {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #6fbc20;	text-decoration: underline;	border-bottom-width: 1px;	border-bottom-style: dotted;
}
a.credits:hover {	border-bottom-style: none;
	text-decoration: none;}