/******************************************************************************************************************************/
/* FEUILLE CSS */
/******************************************************************************************************************************/
  *,body {font-family:courier,monospace; font-size:8pt;}
	/* Divers */
  .white {font-family:courier,monospace; font-size:10pt; color:#FFFFFF;}
  .big {font-family:Courier New, monospace; font-size:38pt; color:#FF0000;}
  .red{font-family:Courier New, monospace; color:#FF0000;}
  .blue  {font-family:Courier New, monospace; color:#0589CC;}/* 1999D6 */
  .whiteBlack { color:#FFFFFF; /*background-color:#000000 ;*/}
  .emphasis {  font-size:12pt; color:#cc0000; font-weight: bold;}
  .style3 {font-size: 24px}
  .style4 {font-weight: bold; color: #cc0000;}

	/* Liens */
  a    {font-size:10pt; color:#000099; text-decoration:none;}
  a.whitelink {font-family:Courier New, monospace; font-size:10pt; color:#FFFFFF; }
  a.whitelink:hover{font-weight:bold;text-decoration: none;}
  a.bluelink{font-family:Courier New, monospace; font-size:10pt; color:#1999D6;}
  a.bluelink:hover{font-weight:bold;}
  a.redlink{font-family:Courier New, monospace; font-size:10pt; color:#FF0000;}
  a.redlink:hover{font-weight:bold;}
  a.UndLink:hover {text-decoration: underline;} /* lien groupe */
  a.UndLinkPhoto:hover { color:#cc0000; text-decoration: none;} /* lien photos */
 
	/* Colonne de tableau - Titre pour les last update news  */
  td.TitreNouvSoiree { font-size: 18px; color: #000000; font-weight:bold;  }
  td a.bluelink2{font-family:Courier New, monospace; font-size:10pt; color:#000099; text-decoration: none; }
  td a.bluelink2:hover{font-weight:bold; text-decoration: underline; }

/******************************************************************************************************************************/
