html {
	overflow-x : hidden;
	overflow-y : scroll;
	height:100%;
	margin: 0px;
	padding: 0px;
	border:none;
}
body {
	overflow-x : hidden;
	overflow-y : scroll;
	background-color: #95c83d;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-position: left center;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	border:none;
}

#image {
	position:absolute;
	background-repeat:no-repeat;
	left: 50%;
	top: 50%;
	width: 980px;
	margin-left: -800px;
	height: 320px;
	margin-top: -600px;
	z-index: 2;
}

#texte {
	z-index:10;
	position: absolute;
	top: 50%;
	font-size: 10px;
	color: #FFFFFF;
	height: 80px;
	width: 980px;
	margin-top: 480px;
	margin-left: -490px;
	left: 50%;
}

#adresse {
	text-align:left;
	z-index:10;
	position:absolute;
	top: 50%;
	font-size: 10px;
	color: #FFFFFF;
	height: 80px;
	width: 980px;
	margin-top: 220px;
	margin-left: -248px;
	left: 50%;
}

#mentionslegales {
	background-color:#FFF;
	font-size: 11px;
	color: #333;
	text-align:justify;
	border:#666;
	position:absolute;
	top: 10;
	width: 1000px;
	height: 550px;
	margin-left: -500px;
	left: 50%;
	border:thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px 5px 5px 5px;
	overflow: auto;
}

#entrerSite a {
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color: #FFFFFF;
	height:20px;
}

#entrerSite a:hover {
	text-decoration: none;
	color: #d7d7d7;
}

a.lien3 {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

.lien3:hover {
	text-decoration: none;
	color: #d7d7d7;
}