/* Les liens normaux */
A:link    {color:#aaaaaa;text-decoration: none;}
A:visited {color:#808080;text-decoration: none;}
A:active  {color:#ff0000;text-decoration: underline;}
A:hover   {              text-decoration: underline;}


/* Les liens dans les cartouches */
A.cartouche:link          {color:#000000;}
A.cartouche:visited       {color:#505050;}
A.cartoucheSombre:link    {color:#ffffff;}
A.cartoucheSombre:visited {color:#aaaaaa;}

A.cartouche,A.cartoucheSombre {font-size: 8pt;text-decoration: none;}
A.cartouche:active,A.cartoucheSombre:active {color:#ff0000;text-decoration: underline;}
A.cartouche:hover ,A.cartoucheSombre:hover  {              text-decoration: underline;}


td.CartoucheThomson, table.CartoucheThomson {background-color: #003366;} /* Sombre */
td.sousCartoucheThomson{background-color: #004fa0;}

td.CartoucheRose, table.CartoucheRose {background-color: #ff8080;} /* clair */
td.sousCartoucheRose{background-color: #ffc0c0;}

td.CartoucheNoir, table.CartoucheNoir {background-color: #000000;} /* Sombre */
td.sousCartoucheNoir{background-color: #404040;}

td.CartoucheBeige, table.CartoucheBeige {background-color: #b4b46b;} /* clair */
td.sousCartoucheBeige{background-color: #d5d5ab;}

td.CartoucheBleu, table.CartoucheBleu {background-color: #00c1cb;} /* clair */
td.sousCartoucheBleu{background-color: #41f4ff;}

td.CartoucheRouge, table.CartoucheRouge {background-color: #c00000;} /* Sombre */
td.sousCartoucheRouge{background-color: #ee0000;}

td.CartoucheVert, table.CartoucheVert {background-color: #30aa30;} /* clair */
td.sousCartoucheVert{background-color: #c0ffc0;}


/* body, et styles des paragraphes standards */
body {  font-family: Arial, Helvetica; font-size: 11pt; background-color: #ffffff;color: #000000}
body.bodyyellow {  font-family: Arial, Helvetica; font-size: 11pt; background-color: #ffffff;color: #663333}
.    {  font-family: Arial, Helvetica; font-size: 11pt; background-color: #ffffff;color: #000000}
h1 {  font-size: 16pt; font-weight: bold; text-align: center}
h2 {  font-size: 14pt; font-weight: bold}
h3 {  font-size: 10pt; font-weight: bold}
.afaire {color=#ff0000; font-size=9pt}


/* menu figé à gauche. Pour IE, réalisé par un script */
span.scrollmenu {
 position: absolute; /* IE hack (IE doesn't support position: fixed) */
}
[class="scrollmenu"]{ /* Mozilla only */
	position: fixed !important;
}




/* inutilisé ? */
.celluleTitre {  font-size: 16pt; font-weight: bold; font-variant: normal; color: #003366; background-color: #ffffff; text-align: center; height: 30px; vertical-align: middle; font-style: italic}
.PetitTableauCentre {  text-align: center; padding-right: 5px; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; vertical-align: top; font-weight: bold}
.legal { font-size: 8pt }
.legende {  font-size: 10pt; text-align: center; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px}
.SousTitre {  font-size: 16pt; font-weight: bold; color: #003366; text-align: center}
