/*#############################################*/
/*### BALISES ###*/
html{
	margin: 0;
	padding: 0;
	background-image: url('wait/bkg_01_1.jpg');
	
}
body{
	text-align: center;
	background: none;
	background-image: url('wait/bkg_02.jpg');
	background-repeat: repeat-x;
}
/*### BALISES END ###*/
/*#############################################*/

/*#############################################*/
/*### STRUCTURE GLOBALE ###*/
#margins_pages{
	text-align: left;
}
#page{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-top: -400px;
	margin-left: -400px;
	text-align: left;
}
/*### STRUCTURE GLOBALE ###*/
/*#############################################*/