html, body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	color:#919191;
	height:100%;
}

a img {
	border:0;
}

#site {
	min-height:100%;
	width:990px;
	margin:0px auto 0 auto;
	position:relative;
	overflow:hidden;
	/* height:100%!important; */
	height:auto!important;
	min-height:600px;
	height:600px;
}

#header {
	width:296px;
	height:54px;
	margin:80px auto 0 auto;
}

#container {
	width:100%;
	margin:15px 0 18px 0;
	height:327px;
}

#adresse {
	width:100%;
	text-align:center;
}

#footer {
	border:solid #d4d4d4;
	border-width:1px 0 0 0;
	padding:3px 0 0 0;
	position:absolute;
	bottom:0;
	left:0;
	width:990px;
	background:#ffffff;
	color:#7b7b7b;
}

#footer div.content {
	margin:0 0 0 198px;
	width:655px;
	font-size:12px;
}

#footer span, #footer a {
	color:#7b7b7b;
	display:block;
	float:left;
	margin:0 15px 0 0;
}

div.mentions {
	width:400px;
	padding:5px;
	color:#919191;
	font-size:12px;
	text-align:justify;
}

div.mentions a {
  color:#9c9d9f;
}

div.metycea {
	float:right;
}