/* CSS Document */

/* Structure du site */

	body {
		width:100%;
		background: #000;		
	}
	
	#global {
		width:100%;
		position:relative;
		height: 700px;
		background: url(../images/bg.jpg) center top;
	}
	
	#contentAlt {
		width: 955px;
		height: 700px;
		margin: auto;
	}
	
	#content {
		width: 955px;
		height: 700px;
		background: url(../images/content.jpg) no-repeat;
	}