/* CSS Document */

	body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family:arial;
	font-size:9pt;
	color:#807876;
	}
	
	.clear{
		clear:both;
		height:1px;
	}
	
	#repere{
		position:absolute;
		z-index:65;
		right:0;
		bottom:0;
	}
	
	#global{
		position:relative;
		width:995px;
		height:592px;
		margin:auto;
	}
	
	#pied{
	width:947px;
	padding:5px 24px 0 24px;
	color:#91837b;
	}
	
	#pied a{
		color:#91837b;
		text-decoration:none;
		/*font-weight:bold;*/
	}
	
	#pied a:hover{
		text-decoration:underline;
	}
	
	#piedGauche{
	float:left;
	width:250px;
	}
	
	#piedDroite{
	float:right;
	text-align:right;
	}

