body, p, div, td, th, span {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #330066;
}
.TITRE {
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    padding-bottom:11px;
    padding-left:300px;

}
.MENU {
    padding-top:0px;
    text-align:center;
}
.MENU a:link, .MENU a:active, .MENU a:visited, .MENU a:hover {
    font-size: 13px;
    text-decoration:none;
    font-weight: bold;
    color:white;
    padding-right:10px;
    padding-left:10px;
}
.MENU a:hover {
    text-decoration:underline;
    color:#dc632e;
}

.SOUSMENU {
    text-align:left;
}
.SOUSMENU a:link, .SOUSMENU a:active, .SOUSMENU a:visited, .SOUSMENU a:hover {
    line-height:25px;
    font-size: 10px;
    text-decoration:none;
    font-weight: bold;
    color:white;
    padding-right:12px;
    padding-left:12px;
}
.SOUSMENU a:hover {
    text-decoration:underline;
    color:#dc632e;
}
a:link, a:active, a:visited, a:hover {
    font-weight: bold;
    text-decoration:none;
    color:white;
}
a:hover {
    text-decoration:underline;
    color:#dc632e;
}
hr {
border:none;
border-top:1px solid black;
}
.Erreurs, .Erreurs div {
color:#ff0000;
    font-weight: bold;
text-align:center;
}