body, html {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../img/back2.jpg);
	background-repeat: repeat;
}
#global {
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	height:100%;
	}
	
	#container {
	width: 930px;
	height: 700px;
	position: absolute;
	margin-left: -465px;
	margin-top: -350px;
	left: 50%;
	top: 50%;
	color: #000000;

	}

	#footer {
	position:absolute;
	width:100%;
	bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: left;
	height: 30px;
	}
#domaine {
	height: auto;
	width: auto;
	top: 105px;
	position: absolute;
	left: 60px;
	visibility: hidden;
	z-index: 2;
}
#txt {
	height: 443px;
	width: 567px;
	position: absolute;
	left: 61px;
	top: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding-top: 5px;
}
#cache {
	position: absolute;
	left:28px;
	top:151px;
	width:198px;
	height:auto;
	z-index:1;
}
#index {
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	height:100%;
	background-image: url(../pages/back_index.jpg);
	background-position: center center;
}
