
/*------------------------------------------------------------------------------------------*/
/*                  Menus du bas                                                           */
/*------------------------------------------------------------------------------------------*/


#footer_text {
	background-image:url(../../../../images/mur_bas_farina.gif);
	height:100px;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 80%;
  font-weight: normal;
  text-decoration: none;
  color: #555555;
}



#footer_text a {
	/* font-size:100%;  marche pas*/
  font-weight: bold;
  text-decoration: none; 
  color: #BA0000;
}

#footer_text a:hover {
  font-weight: bold;
  color: #9C3;
  text-decoration: none; 
}

