table {
    border-width:1px; 
    border-style:solid; 
    border-color:black;
}

td { 
    border-width:0px;
    border-style:solid; 
    border-color:black;
}

.blanc {
    border-width:0px; 
}


a:link {
    color: #005500;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

a:visited {
    color: #005500;
    text-decoration: none;
    background-color: #A5B2A4;
    font-weight: bold;
    font-style: normal;
}

a:active {
    color: #005500;
    text-decoration: none;
    background-color: #A5B2A4;
    font-weight: bold;
    font-style: normal;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #A5B2A4;
    font-weight: bold;
    font-style: normal;
}

a.linkred:link {
    color: #005500;
    text-decoration: none;
    background-color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
}

a.linkred:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
}

a.linkred:visited { 
    color: #005500;
    text-decoration: none;
    background-color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
}

a.linkred:hover { 
    color: #FF0000;
    font-weight: normal;
    text-decoration: none;
    background-color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
}



