/************************//* Feuille de style CSS *//************************//* la feuille de style est prioritaire sur tout contre-ordre  /*                                                */ /************************//* Style du fond        *//************************/BODY {	background-color: #F9FFF9;	}/* Style des liens                                *//**************************************************/a:visited    { text-decoration: none; font-variant: normal; font-size: 10pt; font-family:                Goudy Heavyface; color: #000080;  }A:link  { font-variant: normal; text-decoration: none; font: 10pt Goudy Heavyface; color: #000080; font-family: Goudy Heavyface}a:active     { font-variant: normal; font-size: 10pt; font-family: Goudy Heavyface;                color: #FFFFDD }a:hover      { text-decoration: underline; font-variant: normal; font-size: 10pt;                font-family: Goudy Heavyface; color: #FF0000;                 }/* Style divers                                   *//**************************************************/td.ClassTitre0 { font-variant: normal; font-size: 10pt; font-family: Goudy Heavyface; color: #FF0000;                background-color: #FFFFBB; background-repeat: repeat;                background-attachment: scroll;                 background-position: 0% }td.ClassTitre1 { font-variant: normal; font-size: 10 pt; font-family: Goudy Heavyface; color: #000080;                background-color: #FFFFDD; background-repeat: repeat;                background-attachment: scroll;                background-position: 0% }