@charset "iso-8859-1";

body { background-color: #FFFFFF; color: #68676B; font-size: 11px; }
td { font-size: 11px; }
a:link { text-decoration: none; color: #A12834; }
a:active { text-decoration: none; color: #F9BC29; }
a:visited { text-decoration: none; color: #A12834; }
a:hover { text-decoration: underline; color: #F9BC29; }

/**   Couleur de lien   **/
a.LKC01 { text-decoration: none; color: #FFFFFF; }
a.LKC01:active { text-decoration: none; color: #FFE49B; }
a.LKC01:visited { text-decoration: none; color: #FFFFFF; }
a.LKC01:hover { text-decoration: underline; color: #FFE49B; }

/**   Couleur de tableau   **/
.BGC00 { background-color: #000000; }
.BGC01 { background-color: #FFFFFF; }
.BGC02 { background-color: #DCDCDC; }
.BGC03 { background-color: #EEBDC7; }

/**   Couleur de texte   **/
.TFC00 { color: #000000; }
.TFC01 { color: #FFFFFF; }
.TFC02 { color: #68676B; }
.TFC03 { color: #A12834; }

/**   Titre   **/
.TIT01 { font-family: Arial, Helvetica; color: #A12834; font-size: 13px; font-weight: bold; }
.TIT02 { font-family: Arial, Helvetica; color: #A12834; font-size: 12px; font-weight: bold; }

/**   Typo de texte   **/
.TFT01 { font-family: Arial, Helvetica; }

/**   Marge gauche   **/
.TPL01 { padding-left: 12px; }