﻿/*
couleurs :
firebrick #B22222
gainsboro #dcdcdc
royalblue #4169e1
cornsilk  #fff8dc
*/
body 
    {
    font-family:            verdana, helvetica, arial, sans-serif ;
    font-size:              10pt ;
    /*background:             #000033;*/
    text-align:             justify ;
    margin:                 10px;
    color:                  #111111;
    scrollbar-base-color:   firebrick;
    }

/* Liens hypertextes en général */
a:link, a:visited
    {
    color:              royalblue;
    text-decoration:    overline underline;
    }

/*a:link:hover, a:visited:hover, a:link:active, a:visited:active*/
a:hover, a:active
    {
    color:              firebrick ;
    text-decoration:    none ;
    background-color:   cornsilk;
    }