html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #fac150;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
div#conteneur {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 805px;
	text-align: center;
	background: #fac864;
}
div#conteneur div {
	margin: 0 auto;
	padding: 0 0 0 0;
}

div#top {
	position: relative;

	width: 100%;
	height: 120px;
}
#top h1 span {display: none;}
div#center {
	width: 100%;
	height: 290px;
}

#center address {
	font: normal 8pt 'Arial Narrow', sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	word-spacing: 3px;
}

div#center object {
	margin: 0 0 0 -1px;
	padding: 0 0 0 0;
}
div#bottom {
	position: relative;
	width: 100%;
	height: 96px;
}
div#bottom ul {
	display: block;
	position: absolute;
	top: 10px;
	right: 13px;
	bottom: auto;
	left: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 40px;
}
div#bottom ul li {list-style-type:none;}
div#bottom ul li a:link,
div#bottom ul li a:visited {
	padding: 0 0 0 0;
	color: #59966D;
	font: bold 1em 'Arial', sans-serif;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
}
div#bottom ul li a:hover {
	color: #000;
}
