@charset "utf-8";
/* CSS Document */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
A.footer-lien		{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
		}
		
A.footer-lien:hover		{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #FF0000;
	text-decoration: none;
		}	
.ligne_sep {
	line-height: 5px;
	background-image: url(/img/tiret.png);
	background-repeat: repeat-x;
	height: 5px;
}
.titre-fond{
	background-image: url(/images/barre_neutre.gif);
	background-repeat: no-repeat;
}
