body { font-family: "Century Gothic"; font-weight: lighter; background-color: #f5f5f5; text-align: justify; position: relative; width: 1000px; height: 600px; margin-top: 0; margin-bottom: 0; margin-left: 0; }

p { text-align: justify; }

td { text-align: justify; }


.lien_brun {
   color: #a1938b;
   text-decoration: none;
}
.lien_brun:visited { color: #a1938b; text-decoration: none; }
.lien_brun:active { color: #a1938b; text-decoration: none; }
.lien_brun:hover {
   color: #000000;
   text-decoration: none;
   }
.lien_blanc {
   color: #f5f5f5;
   text-decoration: none;
}
.lien_blanc:visited { color: #f5f5f5; text-decoration: none; }
.lien_blanc:active { color: #f5f5f5; text-decoration: none; }
.lien_blanc:hover {
   color: #000000;
   text-decoration: none;
   }
.lien_rose { color: #bb1351; text-decoration: none; }
.lien_rose:visited { color: #bb1351; }
.lien_rose:active { color: #bb1351; }
.lien_rose:hover { color: #000; text-decoration: none; }
.lien_vert { color: #228b22; text-decoration: none; }
.lien_vert:visited { color: #228b22; }
.lien_vert:active { color: #228b22; }
.lien_vert:hover { color: #000; text-decoration: none; }
