body {
	background-color: #f70003; /* Couleur de fond de page */
	margin: auto; /* Pour centrer notre page */
	margin-bottom: 0px; /* Idem pour le bas du navigateur */
	margin-top:0px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
	background-image: url(../images/fond_player.gif);
	background-repeat: no-repeat;
}

form {
	margin: 0;
}

#main
{
	width: 300px;
	height: 160 px;
}

#content
{
	
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-left: 80px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: Gray;
}

#beta
{
	margin-left: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: Gray;
}

#beta a
{
	color: gray;
	text-decoration: none;
}

#beta a:hover
{
	color: gray;
	text-decoration: underline;
}

#other
{
	
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	position: absolute;
	top: 125px;
	left: 100px;
}

#other a
{
	color: gray;
	text-decoration: none;
}

#other a:hover
{
	color: gray;
	text-decoration: underline;
}