* 			{ 	margin: 0; padding: 0;
				font-family: Verdana, Arial, sans-serif;
				text-align: center;
		}
html 			{	overflow: hidden;
		}

body			{	background-color: gold;
				background-image: url(fond.jpg);
				background-repeat: repeat-x;
		}		
object#anim_principal		{	position: fixed;
							top: 0px; left: 0px;
							z-index: 4;
		}
p#langues	{	text-align: left;
				position: fixed;
				top: 428px; left: 310px;
				margin-top: 10; margin-bottom: 10;
				font-size: 12px;
				z-index: 5;
		}
img#guides	{	position: fixed;
				top: 400px; left: 12px;
				z-index: 3;
		}
a			{	text-decoration: none;
				color: black;
				z-index: 6;
				
		}
a#statistiques	{	position: fixed;
					top: 490px; left: 669px;
					z-index: 7;
		}
a:hover		{	color: blue;
		}