
html {
	background-color: black;
	font-size: 100%;
	height: 655px;
}

*+html {
	cursor: default;
}

body {
	width: 1171px;
	height: 654px;
	margin: auto;
	/*margin: 0px;*/
	background-color: black;
	background-image: url(images/en/background_neutre.gif);
	background-repeat: no-repeat;
	background-position: top center;
	color: white;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 2px solid #666666;
}

div#header {
	width: 100%;
	height: 112px;
}

div#header a#return {
	display: block;
	width: 1171px;
	height: 50px;
	margin-top: 30px;
	position: absolute;
}

div#body {
	width: 100%;
	height: 390px;
}

a {
	color: #BBBBBB;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #999999;
}

img {
	border: 0 none;
}

div#separator {
	width: 100%;
	height: 68px;
	/*border: 1px solid green;*/
}

div#footer {
	width: 100%;
	clear: both;
}

div#footer a#credits {
	display: block;
	width: 1171px;
	height: 30px;
	position: absolute;
	top: 622px;
}

*html div#footer a#credits {
	top: 52px;
}