body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
     background: #000000;
     color: #FFFFFF;
     font-family: tahoma, arial, georgia, serif;
}

a {
	color : #FFFFFF;
	text-decoration: none;
  font-size: small;
}

a:hover {
	text-decoration: underline;
}

#global {
     position:absolute;
     align: center;
     left: 50%; 
     top: 10px;
/*     top: 50%;*/
     width: 550px;
     height: 500px;
/*     margin-top: -225px; *//* moitié de la hauteur */
     margin-left: -275px; /* moitié de la largeur */
     border: 0;
}
     
#global img {
     align: center;
     border: 0;
}
     
#global a {
     align: center;
     border: 0;
}

