html {
	height:100%;
	margin: 0px;
	padding: 0px;
	
}

*{
	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%;
}

.haut{
	margin-top:-50;
	width:auto;
	height:300px;
	background-color:#3a2f24;
}
.milieu{
	width:auto;
	height:180px;
	background-color:#FFF;
}
.bas{
	width:auto;
	height:100%;
	background-color:#3a2f24;
}

#image {
	/*position:absolute;*/
	background-repeat:no-repeat;
	margin-top: 310px;
	z-index: 20;
}

#logo {
	background-repeat:no-repeat;
	position:relative;
	left: 50%;
	margin-left:-115px;
	width: 160px;
	height: 64px;
	top: 23px;
}

#entrer {
	position:relative;
	background-repeat:no-repeat;
	left: 50%;
	margin-left:-39.5px;
	width: 79px;
	height: 23px;
	top:20px;
	border: 0;
}

#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;
}
