/* CSS Document */

#conteneurhomepage {
position:absolute;
	left:50%;
	margin-left:-490px;
	width:980px; 
	border-left:1px solid #c4ced2;
	border-right:1px solid #c4ced2; 
	border-bottom:1px solid #c4ced2;
	vertical-align:top;
	background:#FFFFFF;
	display:block;	
	
}

#footerhomepage{		
	position:absolute;
	top:566px;
	left:50%;
	margin-left:-490px;
	height:80px;
	width:982px;

	background-image:url('/media/gabarit/ligne-degrade-footer.gif'); 
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
