A:link
{
  color: #A8A8A8;
  text-decoration: none;
}
A:active
{
  color: #A8A8A8;
  text-decoration: none;
}
A:visited
{
  color: #A8A8A8;
  text-decoration: none;
}
A:hover
{
  color: #FF0000;
  text-decoration: underline;
}

/* Style de texte bouton encadré utilisé sans lien href */
.encadre_rouge
{
  text-decoration: none; 
  font-family: Georgia; 
  font-size: 8pt; 
  font-weight: bold;
  color: #4A86D1;
  border: solid #4A86D1 thin;
}

/* Style de texte bouton dans lien href (rouge) */
a.cadre_rouge:link 
{
  text-decoration: none; 
  font-family: Georgia;
  font-size: 8pt; 
  color: #4A86D1;
  border: solid #4A86D1 thin;
}
a.cadre_rouge:active
{
  text-decoration: none; 
  font-family: Georgia;
  font-size: 8pt; 
  color: #4A86D1;
  border: solid #4A86D1 thin;
}
a.cadre_rouge:visited
{
  text-decoration: none; 
  font-family: Georgia;
  font-size: 8pt; 
  color: #4A86D1;
  border: solid #4A86D1 thin;
}
a.cadre_rouge:hover 
{
  text-decoration: none;
  font-family: Georgia;
  font-size: 8pt; 
  color: blue;
  border: solid blue thin;
}

/* Style de texte bouton encadré utilisé sans lien href */
.encadre_blanc
{
  text-decoration: none; 
  font-family: Ms Sans Serif; 
  font-size: 8pt; 
  font-weight: bold;
  color: gray;
  border: solid gray thin;
}

/* Style de texte bouton dans lien href (blanc) */
a.cadre_blanc:link 
{
  text-decoration: none; 
  font-family: Ms Sans Serif;
  font-size: 8pt; 
  color: gray;
  border: solid gray thin;
}
a.cadre_blanc:active
{
  text-decoration: none; 
  font-family: Ms Sans Serif;
  font-size: 8pt; 
  color: gray;
  border: solid gray thin;
}
a.cadre_blanc:visited
{
  text-decoration: none; 
  font-family: Ms Sans Serif;
  font-size: 8pt; 
  color: gray;
  border: solid gray thin;
}
a.cadre_blanc:hover 
{
  text-decoration: none;
  font-family: Ms Sans Serif;
  font-size: 8pt; 
  color: white;
  border: solid black thin;
}

.texte {font-family: Arial; font-size: 12pt; font-style: normal; color: #FFFFFF}
.texte_noir {font-family: Arial; font-size: 12pt; font-style: normal; color: #000000}
.legende {font-family: Arial; font-size: 8pt; font-style: normal; color: #FFFFFF}
.legende_noir {font-family: Arial; font-size: 8pt; font-style: normal; color: #000000}
.texte_grand {font-family: Arial; font-size: 16pt; font-style: normal; color: #FFFFFF}

.titre {font-family: Arial; font-size: 12pt; font-style: normal; color: #000000; font-weight: bold}
.menu {font-family: Arial; font-size: 10pt; font-style: normal; color: #000000; font-weight: bold}
.sous-menu {font-family: Arial; font-size: 8pt; font-style: normal; color: #000000}
.publiee {font-family: Arial; font-size: 12pt; font-style: normal; color: #000000; font-weight: bold}
.non-publiee {font-family: Arial; font-size: 10pt; font-style: normal; color: #808080}
.entete {font-family: Arial; font-size: 18pt; font-style: normal; color: #FF0000; font-weight: bold}

.sous-titre {font-family: Verdana; font-size: 12pt; font-style: normal; color: #000000}
.texte-orange {font-family: Verdana; font-size: 10pt; font-style: normal; color: #FF8040}
.legende-orange {font-family: Verdana; font-size: 8pt; font-style: normal; color: #FF8040}
.artiste {font-family: Verdana; font-size: 10pt; font-style: normal; color: #000000}
.acteur {font-family: Verdana; font-size: 10pt; font-style: normal; color: #000000; font-weight: bold}
.role {font-family: Verdana; font-size: 10pt; font-style: normal; color: #000000}
.critique {font-family: Verdana; font-size: 12pt; font-style: normal; color: #000000; font-weight: bold}

.georgia12 {font-family: Georgia; font-size: 12pt; font-style: normal; color: #000000}
.georgia18 {font-family: Georgia; font-size: 18pt; font-style: normal; color: #000000}
.oldtexte-orange {font-family: Verdana; font-size: 10pt; font-style: normal; color: #FFFFCC}
.oldlegende-orange {font-family: Verdana; font-size: 8pt; font-style: normal; color: #FFFFCC}
