/*
 * Global
 */

body {
  background:        #aaaaaa;
  color:             #000000;
  font-family:       Helvetica, Arial, Sans-serif;
  margin-top:        15px;
  font-size:         10pt;
}

/*
 * Texte
 */


big {
  background:        none;
  color:             #000000;
  font-weight:       bold;
  font-size:         14pt;
}

small {
  background:        none;
  color:             #000000;
  font-size:         8pt;
}

.verysmall {
  background:        none;
  color:             #000000;
  font-size:         4pt;
}

i {
  background:        none;
}

light {
  background:        none;
  color:             #2f486f;
}


/*
 * Liens
 */

a {
  text-decoration:   none;
  background:        none;
  color:             #2f486f;
}
a:hover {
  text-decoration:   underline;
}

a.big {
  text-decoration:   none;
  color:             #2f486f;
  font-size:         12pt;
  font-weight:       bold;
}
a.big:hover {
  text-decoration:   underline;
}

a.small {
  text-decoration:   none;
  background:        none;
  color:             #2f486f;
  font-size:         8pt;
}
a.small:hover {
  text-decoration:   underline;
}


/*
 * Tableaux
 */

td.top {
  background:        #ffffff;
  color:             #000000;
}

td.text {
  color:             #000000;
  text-align:        justify;
  letter-spacing:    1px; 
  background:        #e2e2e2;
}

td.subtext {
  background:        #e6f2f0;
  color:             #000000;
  text-align:        justify;
  letter-spacing:    1px; 
}

td.subsubtext {
  background:        #ffffff;
  color:             #000000;
  text-align:        justify;
  letter-spacing:    1px; 
}

td.separator {
  background-image:  url(img/hdot.gif);
}

td.outline {
  background-color:  #000000;
}

/*
 * Formulaires
 */

.formtext {
}

.formclick {
}

/* Fin */
