a {
    color: white;
    text-decoration: underline;
}

a:link {
    color: white;
    text-decoration: underline;
}

a:hover {
    color: #E2E46B;
    text-decoration: underline;
}

a:active {
    color: #E2E46B;
    text-decoration: underline;
}

a:visited {

}

body {
    font-family: Tahoma, sans-serif, Arial, Helvetica;
    font-size: 11px;
    font-style: normal;
    color: #375375;
    cursor: default;
}

td.caract {
    font-family: Tahoma, sans-serif, Arial, Helvetica;
    font-size: 11px;
    font-style: normal;
    color: #FFFFFF;
    cursor: default;
    text-align: center;
    padding-bottom: 4px;
    font-weight: bolder;
}

td.titre {
    font-family: Tahoma, sans-serif, Arial, Helvetica;
    font-size: 12px;
    color: #E2E46B;
    font-weight: bolder;
    text-align: center;
    text-decoration: underline;
}

td.activite {
    font-family: Tahoma, sans-serif, Arial, Helvetica;
    font-size: 11px;
    color: #E2E46B;
    text-align: center;
}

td.rub {
    font-family: Tahoma, sans-serif, Arial, Helvetica;
    font-size: 11px;
    font-variant: small-caps;
    color: silver;
    cursor: default;
    font-weight: bolder;
    border-bottom: 1px solid silver;
}

td.corps {
    font-family: Tahoma, sans-serif, Arial, Helvetica;
    font-size: 11px;
    font-style: normal;
    color: #FFFFFF;
    cursor: default;
    text-align: justify;
    padding-bottom: 4px;
}

td.link {
    font-family: Tahoma, sans-serif, Arial, Helvetica;
    font-size: 11px;
    color: #E2E46B;
    font-weight: bolder;
    padding-bottom: 2px;
    text-decoration: underline;
}

input, textarea {
    font-family: Tahoma, sans-serif, Arial, Helvetica;
    font-size: 11px;
    font-style: normal;
    color: #375375;
    background: #E2E46B;
    border: 1px inset silver;
    padding-left: 2px;
    padding-right: 2px;
}

