html {
	height:100%;
	margin: 0px;
	padding: 0px;
	
}
body {
	overflow:hidden;
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #000;
	background-position: left center;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}

#image {
	position:absolute;
	background-repeat:no-repeat;
	left: 50%;
	top: 50%;
	width: 868px;
	margin-left: -434px;
	height: 267px;
	margin-top: -160px;
	z-index: 2;
}

#logo {
	position:absolute;
	background-repeat:no-repeat;
	z-index: 2;
	left: 626px;
	width: 160px;
	height: 64px;
	top: 23px;
}

#texte {
	position:absolute;
	background-repeat:no-repeat;
	z-index: 2;
	left: 625px;
	width: 160px;
	height: 126px;
	top: 82px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
}

#entrer {
	position:absolute;
	background-repeat:no-repeat;
	z-index: 2;
	left: 626px;
	width: 160px;
	height: 34px;
	top: 227px;
}



.mail {
	border:hidden;
	color:#FFF;
}

.mail2 {
	border:hidden;
	color:#FFF;
	text-decoration: none;
}

#texte {
	font-size: 10px;
	color: #FFF;
}
.styleOne {
	font-size: 10px;
	color: #999;
	font-weight: bold;
}

