﻿/* par defaut, on supprime certaines info cachée de l'affichage pour qu'elles  s'affichent pour les media speech / aural (synthèse vocale) */
@media screen, print, projection, tv {
  .be-nice-to-Mac-IE5 {
    font-family: "\"}\"";
    font-family: inherit;
  } .hackIE5fix { }

	legend { display: none; }
}

