#page    {	position: absolute;	width: 760px;        /* selon la largeur voulue */	margin-left: -380px; /* moitie de width */	left: 50%;           /* constant, toujours 50% */	height: 480px;       /* selon la quantite de texte */	margin-top: -240px;   /* moitie de height */	top: 50%;	background-color: #000000;  }  #contenu { margin: 1em; }#tableau {	margin-top: 5px;}#tableau a {	color: #FFFFFF;	text-decoration: none;}#tableau a:hover {	color: #999999;	text-decoration: none;}p {	margin: 0px;}
