/***********************************
Styles pour le pied de page 'footer'
***********************************/

#footer{
	font-size:10px;
	text-align:center;
	color:#5d5d5d;
	width:975px;
	clear:both;
	float:left;
	margin-top:20px;
}
#footer a{
	text-decoration:none;
	color:#5d5d5d;
}
#footer a.lien_img img {
	position:relative;
	top: 2px;
	margin-right:5px;
}
#footer a:hover{
	text-decoration:underline;
}
#footer a:visited{
	text-decoration:none;
	color:#999999
}
