body {
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(image/fond.gif);
	background-repeat: repeat-x;
	font-size: 10px;
}
#global {
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	text-align: left;
	height: 100%;
}
.base-boite {
	font-family: Arial, Helvetica, sans-serif;
	height: 400px;
	width: 780px;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	left: auto;
	top: 25px;
	right: auto;
	position: relative;
}

.credit {
	height: 15px;
	width: 139px;
	color: #000000;
	text-decoration: none;
	left: 346px;
	top: 490px;
	right: auto;
	position: absolute;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.credit-logo {
	font-family: Arial, Helvetica, sans-serif;
	height: 47px;
	width: 184px;
	position: absolute;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	left: 301px;
	top: 444px;
	background-image: url(image/logo-coming-s.jpg);
	background-repeat: no-repeat;
	right: auto;
}
