/* --------- ELEMENTS DE LA PAGE ------- */

body {
     scrollbar-face-color: #009022;
     scrollbar-shadow-color: #000000;
     scrollbar-highlight-color: #FFFFFF;
     scrollbar-3dlight-color: #000000;
     scrollbar-darkshadow-color: #000000;
     scrollbar-track-color: #009022;
     scrollbar-arrow-color: #FFCC00;
     background-color:#009022;
     margin-left:0;
     margin-right:0;
     margin-top:0;
     margin-bottom:0;
}

hr {
     color : #FFD275;
     width : 702;
}

/* --------- ELEMENTS D'UN TABLEAU ------- */

th {
     background-color : #FFF5B0;
     font-size: 10pt;
     font-family : Arial, Helvetica, "sans Serif";
     font-weight : bold;
}

td {
     color : #FFFFFF;
     font-size: 10pt;
     font-family : Arial, Helvetica, "sans Serif";
}

.tdNoir {
     color : #000000;
     font-size: 10pt;
     font-family : Arial, Helvetica, "sans Serif";
}

.tdNoirGras {
     color : #000000;
     font-size: 10pt;
     font-family : Arial, Helvetica, "sans Serif";
     font-weight : bold;
}

.tdRougeGras {
     color : #FF0000;
     font-size: 10pt;
     font-family : Arial, Helvetica, "sans Serif";
     font-weight : bold;
}

.tdGras {
     font-size: 10pt;
     font-family : Arial, Helvetica, "sans Serif";
     font-weight : bold;
}

.cellulePaire {
     background-color : #C4DAD2;
}

.celluleImpaire {
     background-color : #F7F8B0;
}

/* --------- LIENS HYPERTEXTES ------- */

a  {
     color : #F5E000;
     text-decoration: none;
}

a:active {
     color : #FFFFFF;
     text-decoration: none;
}

a:hover {
     color : #FFFFFF;
     text-decoration: none;
}

a:visited {
     color : #F5E000;
     text-decoration : none;
}


.lienMenu {
     /* color : #FF9900; */
     color : #000000;
     text-decoration : none;
     /* font-weight : bold; */
}

.lienMenu:active {
     color : #009022;
     text-decoration : none;
     font-weight : bold;
}

.lienMenu:hover {
     color : #009022;
     text-decoration : none;
     font-weight : bold;
}

.lienMenu:visited {
     /* color : #FF9900; */
     color : #000000;
     text-decoration : none;
     /* font-weight : bold; */
}

.lienDansTableau {
     /* color : #FF9900; */
     color : #1631F4;
     text-decoration : none;
     font-weight : bold;
}

.lienDansTableau:active {
     color : #0099FF;
     text-decoration : none;
     font-weight : bold;
}

.lienDansTableau:hover {
     color : #0099FF;
     text-decoration : none;
     font-weight : bold;
}

.lienDansTableau:visited {
     color : #0099FF;
     text-decoration : none;
     font-weight : bold;
}

.lienPartenaires {
     color : #FF9900;
     text-decoration : none;
     font-weight : bold;
}

.lienPartenaires:active {
     color : #0099FF;
     text-decoration : none;
     font-weight : bold;
}

.lienPartenaires:hover {
     color : #0099FF;
     text-decoration : none;
     font-weight : bold;
}

.lienPartenaires:visited {
     color : #0099FF;
     text-decoration : none;
     font-weight : bold;
}

.lienClubPartenaires {
     color : #000000;
     text-decoration : none;
     font-weight : bold;
}

.lienClubPartenaires:active {
     color : #FF0000;
     text-decoration : none;
     font-weight : bold;
}

.lienClubPartenaires:hover {
     color : #FF0000;
     text-decoration : none;
     font-weight : bold;
}

.lienClubPartenaires:visited {
     color : #0000FF;
     text-decoration : none;
     font-weight : bold;
}

/* --------- MISE EN FORME DU TEXTE ------- */

h2 {
     font-size: 15pt;
     color : #000000;
     font-weight: bold;
     font-family : "Arial, Helvetica, sans Serif";
}

h3 {
     font-size: 13pt;
     color : #FFFFFF;
     font-weight: bold;
     font-family : "Arial, Helvetica, sans Serif";
}

.titreActu {
     font-size: 13pt;
     color: #FF9900;
     font-weight: bold;
}

.texteBlanc {
     font-size: 10pt;
     color: #FFFFFF;
     font-family : Arial, Helvetica, "sans Serif";
}

.sousTitrePage{
     font-size: 12pt;
     color : #FFBB00;
     font-weight: bold;
     font-family : Arial, Helvetica, "sans Serif";
}

.infosUtilisateur{
     font-size: 10pt;
     color : #FFFFFF;
     font-style: italic;
     font-family : Arial, Helvetica, "sans Serif";
}

.filInfos{
     font-size: 10pt;
     color : #FFCC00;
     font-style: italic;
     font-family : Arial, Helvetica, "sans Serif";
}

.legendePhoto{
     font-size: 8pt;
     color : #FFFFFF;
     font-style: italic;
     font-family : Arial, Helvetica, "sans Serif";
}

.legendenews{
     font-size: 8pt;
     color : #FFFFFF;
     font-style: italic;
     font-family : Arial, Helvetica, "sans Serif";
}

.enTeteArchives{
     font-size: 10pt;
     color : #FFFFFF;
     font-style: italic;
     font-family : Arial, Helvetica, "sans Serif";
}

.nomPartenaire{
     font-size: 12pt;
     color : #FFCC00;
     font-weight: bold;
     font-family : Arial, Helvetica, "sans Serif";
}

/* --------- ELEMENTS D'UN FORMULAIRE ------- */

.bouton {
     font-family : Arial, Helvetica, "sans Serif";
     font-size : 8pt;
     color : #000080;
     font-weight : bold;
     text-decoration : none;
     background-color : #ff9900;
     border : 1px #4C74BA solid;
}

.boutonOver {
     font-family : Arial, Helvetica, "sans Serif";
     font-size : 8pt;
     color : #000080;
     font-weight : bold;
     text-decoration : none;
     background-color : #FFBB00;
     border : 1px #4C74BA solid;
}