		
/*-----------------------------------------------------------------

        Pied de page

-----------------------------------------------------------------*/


#footer{
		width:1001px;
		height:89px;
		float:left;
		color:#333333;
		font-size:10px;
		text-decoration:none;
		background-image:url(../iso_icons/pied_de_page.png);
		_background-image:url(../iso_icons/pied_de_page.gif);
		background-repeat:no-repeat;
		overflow:hidden;
		position:relative;
		z-index:10;
		}
.left_footer{
	float:left;
	margin-top:60px;
}
.right_footer {
	float:right;
	margin-top:60px;
}
		
a.liens_footer:link{
	color:#333333;
	text-decoration:none;
	font-size:10px;
}
a.liens_footer:visited{
	color:#333333;
	text-decoration:none;
	font-size:10px;
}			
a.liens_footer:hover{
	color:#666666;
	text-decoration:none;
	font-size:10px;
}	
		
a.liens_footer:active{
	color:#666666;
	text-decoration:none;
	font-size:10px;
}							
		
	
		
