body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#EEEEEE;
	width: 100%;
    height: 100%;
	_width: 100%;
    _height: 100%;
}
	
#global {
     position:absolute;
     left: 0%; 
     top: 0%;
	 width: 100%;
     height: 100%;
	
     margin-top: 0%; /* moitié de la hauteur */
     margin-left: 0px; /* moitié de la largeur */
     }
	 
.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

img {
	border:none;
}
