body {
	background-color: #FFE3CD;
	background-image: url(img/fd.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

* {
	font-family: arial,verdana,sans-serif;
	font-size: 10px;
}

A:link { color: #D87629; text-decoration: none } 
A:visited { color: #D87629; text-decoration: none }
A:active { color: #D87629; text-decoration: none }
A:hover { color: #000000; text-decoration: underline }

#container {
	margin-left: auto;
	margin-right: auto;
	width: 780px;

/* Centrage horizontal et vertical
	position: absolute;
	margin: -450px auto auto -590px;
	left: 50%;
  top: 50%;
	width: 900px;
	height: 780px;
*/
}