/* CSS Document */
#conteneur {
	position:absolute;
	left:50%;
	margin-left:-445px;
	width:900px;
	height: 551px;
}

	#haut {
	width:900px;
	height:192px;
	background-color: #000000;
	background-image: url(../img/banup.jpg);
	background-repeat: no-repeat;
	}
	
		#liens {
		width:860px;
		height:20px;
		top: 155px;
		position: absolute;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		color: #FFFFFF;
		text-align: center;
		}
	
	#centre {
	background-image:url(../img/barre.jpg);
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center top;
	width:900px
	}
	
		#enter {
		width:868px;
		height:200px;
		position: absolute;
		left: 10px;
		top: 162px;
		}
		
		#count {
		width:900px;
		height:106px;
		position: absolute;
		left: 0px;
		top: 347px;
		}
		
		#texte {
		position: absolute;
		left: 131px;
		width:600px;
		top: 196px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #0033FF;
		}
	
	#bas {
	width:900px;
	height:96px;
	background-color: #000000;
	background-image: url(../img/bas.jpg);
	background-repeat: no-repeat;
	}
	
		#design {
	width:200px;
	height:20px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	left: 341px;
		}
