/*------------------------------------
 * La feuille de style du site SPM
 *------------------------------------
 */

/* Le fond est toujours en blanc */

BODY {background-color: white; font-family:Verdana, Arial, Helvetica, sans-serif}

/* Définition de tous les liens par défaut */
A {color:red}

/* Défintion des styles spéciaux */
  H1 {font-size:10px; font-weight:bold; color:yellow}  /* Style de texte pour l'écriture général */
  H2 {color:red; font-size: 14px} /* Sytle de texte sous titre de rubrique */
  H3 {font-size: 10px; font-weight:normal; color:red}  /* Style de texte pour remarques et erreurs */
  
/* Barre de titre des menus de pages */
TR.BARRETITRE  {font-size:16px; color:white; font-weight:bold;}

TR {color:white; font-size: 12px; font-weight:normal;} /* Style des tableaux par défaut */

/* Style de lien sut les artistes */
TR.LISTEARTISTE {color:white; font-size: 10px; font-weight:normal}
A.LISTEARTISTE {color:yellow; font-size: 12px}
A:HOVER.LISTEARTISTE{font-weight:bold} 

/* Style de lien sut les artistes */
TR.FICHEARTISTE {color:yellow; font-size: 10px; font-weight:normal}
A.FICHEARTISTE {color:white; font-size: 10px}
A:HOVER.FICHEARTISTE{font-weight:bold} 

/* Style de lien des barres de menu */
A.BARREMENU{color:red; text-decoration: none; font-size: 12px}
A:LINK.BARREMENU{color: red}
A:HOVER.BARREMENU{color: red; font-weight:bold} 

/* Style des tableau des appels d'offres */
// TR.TABLEAU_AOFFRE_A0  {background:#E2FFA7;}
// TR.TABLEAU_AOFFRE_A1  {background:#A7FFF1;}
TR.TABLEAU_AOFFRE_A0  {background:#CCCCFF;}
TR.TABLEAU_AOFFRE_A1  {background:#CCCCCC;}

/* Style des tableaux d'administration */
TR.TABLEAU_ADMIN_ENTETE  {color:white; font-weight=bold; background:red; vertical-align:middle; text-align:center}
TR.TABLEAU_ADMIN_A0  {color:black; background:white; vertical-align:middle; text-align:center}
TR.TABLEAU_ADMIN_A1  {color:black; background:orange; vertical-align:middle; text-align:center}