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

/* Le fond est toujours en blanc */

BODY {background-color: white; margin: 0;color:#111111; font-family:verdana,arial,helvetica,sans-serif}

/* Définition de tous les liens par défaut */
A {color:#4c555f} // Fait
// Et changé, le rose c'était : A {color:#ff66cc} // Fait

/* 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:blue; font-size: 16px} /* Sytle de texte sous titre de rubrique */
  H2 {color: #51909e; font-size: 12px; letter-spacing: 4px; padding: 15px 10px 15px 44px;}
  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:14px; color:white;}

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

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

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

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


/* 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:black; font-weight=bold; background:#CCCCFF; vertical-align:middle; text-align:center}
TR.TABLEAU_ADMIN_A0  {background:white; vertical-align:middle; text-align:center}
TR.TABLEAU_ADMIN_A1  {background:#66CCCC; vertical-align:middle; text-align:center}

/* Nécessaire pour le SimpleViewer */
flashcontent {
  height: 100%;
}


