html {
	height:100%;
	margin: 0px;
	padding: 0px;
	
}
body {
	overflow:hidden ;
	background-color: #f1f1f1;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-position: left center;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}

#image {	
	position:absolute;
	background-repeat:no-repeat;
	left: 50%;
	top: 40%;
	width: 980px;
	margin-left: -490px;
	height: 320px;
	margin-top: -300px;
	z-index: 2;
}
#entrer2 {
	z-index:60;
	height:22px;
	width: 240px;
	position: absolute;
	left: 60%;
	top: 50%;
	margin-top: -195px;
	margin-left: -60px;
	text-align:left;
}
#entrer {
	z-index:60;
	height:20px;
	width: 240px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 120px;
	margin-left: 280px;
	text-align:left;
}

#texte {
	z-index:10;
	position: absolute;
	top: 50%;
	font-size: 10px;
	color: #999999;
	height: 80px;
	width: 980px;
	margin-top: 20px;
	margin-left: -490px;
	left: 50%;
}

#texte a {
color:#999999;
text-shadow:#FFCC99;

}


#entrer2 a {
	display:block;
	background-image: url(img/entrer.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	height:26px;
}

#entrer2 a:hover {
	background-image: url(img/entrer_over.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	color: #666;
	

}
a.lien3 {
	font-size: 12px;
	text-decoration: none;
	color: #574e25;
}

.lien3:hover {
	text-decoration: underline;
	color: #574e25;
}

a.lien2 {
	font-size: 14px;
	text-decoration: none;
	color: #0066CC;
}

.lien2:hover {
	text-decoration: underline;
	color: #574e25;
}

.Style2 {
	color: #0268D4;
	font-size: 12px;
}
.Style4 {
	color: #333;
	font-size: 14px;
}

