/* Style associé au formulaire de gestion */
@charset "iso-8859-1";

/* Style des liens */
A:link {
    color: #008000;
    font-family: Arial,Helvetica;
    font-size: 10pt;
    text-decoration: none}

A:visited {
    color: #005000;
    font-family: Arial,Helvetica;
    font-size: 10pt;
    text-decoration: none}

A:active {
    color: #FF0000;
    font-family: Arial,Helvetica;
    font-size: 10pt;
    text-decoration: none}

A:hover {
    color:00ca00; 
    text-decoration:underline; 
    font-size: 10pt;
    font:arial;}

/* BODY Style du corps du texte */
BODY {
  font-family: Arial,Helvetica;
  font-size: 10pt; 
  color: #000000;
  background: url(/images/algi6.jpg)}

/* Style du copyright */
.copyright {
    font-size: 10pt; }

/* Fin de la section de style */