body
{
   width: 802px;
   height: 602px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 5px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   background-color: #000000;/* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   font-family:"Times New Roman";
   font-size:16px;
   color:#FFFFFF;
}
a {
   color:#FFFFFF;
   text-decoration : none;
}
a:hover /* Quand on pointe sur un lien du menu */
{
   color:#FF99FF;
   text-decoration:line-through;
}
img
{
border:none;
}
#player
{
	width:auto;
	height:auto;
	position:absolute;
	font:small;
	text-align:center;
	color:#ECECEC;
	font-style:italic;
	left: 743px;
	top: 788px;

}
#pop
{
	width:365px;
	height:56px;
	position:absolute;
	font:small;
	text-align:center;
	color:#ECECEC;
	font-style:italic;
	left: 323px;
	top: 199px;

}
#lienchat
{
	color:#000000;
	position:absolute;
	left: 364px;
	top: 216px;
}
