﻿body
{
    font-family: Verdana;
    font-size: 10pt;
    text-align: center;
}

table
{ 
    margin: 0px; 
}

.titre
{
    text-align: right;
}

a:link {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
    font-style: italic;
}
a:visited {
    color: #3399FF;
    text-decoration: underline;
    background-color: #FFFFFF;
    font-weight: normal;
    font-style: italic;
}
a:hover {
    color: #0000FF;
    text-decoration: underline;
    background-color: #FFFF00;
    font-weight: bold;
    font-style: italic;

}
a:active {
    color: #FF0000;
    text-decoration: none;
    background-color: #CCCCCC;
    font-weight: bold;
    font-style: italic;
}



