/* Style du tableau qui affiche le footer */
table.footer 
{ 
  background-color: #F7F7F7; 
}



/* Style de la colonne affichant le footer. */
td.fo_img 
{
  text-align: center;
	baground-color: #2d2d2d;
	font-family: century gothic;
	color: #696969;
  font-size: 11px;
}

a.link_footer
{ text-decoration: none; color: #2d2d2d; }

a.link_footer:hover
{ text-decoration: none; color: #FFB754; }

