BODY {
    font-family: monotype Corsiva; text-align: center; vertical-align: middle;
}
#entete, #menu, #contenu, #pied {
    width: 790px; margin: auto; padding: 4px;
}
#entete {
    color: #7A0808; background: #FFFFFF url('banniere.png') no-repeat right center;
    font-size: 16pt; font-weight: bold; text-align: center; vertical-align: middle;
}
#menu {
    color: #3A0090; background-color: #C1D3E3;
    font-size: 14pt; font-weight: bold; text-align: center;
    margin-bottom: 40px; border: 3px outset #C1D3E3;
}
#contenu {
    color: #000000; min-height: 400px; background: #E7DDBB url('logo_fond2.png') repeat;
    font-size: 14pt; text-align: justify; vertical-align: top;
    border: 3px outset #CDB871;
}
#contenu P {
    padding: 4px;
}
#contenu P:first-letter {
    color: #8B0000; font-size: 16pt; font-weight: bold;
}
#pied {
    text-align: right;
}
H1 {
    color: #1F813D; font-size: 18pt; text-align: center; margin-top: 20px; margin-bottom: 20px;
}
H2 {
    color: #8B0000; font-size: 16pt;
}
A {
    color: #3A0090; text-decoration: none;
}
A:visited, A:hover {
    color: #8B0000;
}
A:hover {
    text-decoration: underline overline;
}
#entete IMG {
    margin: 0px; border: 0px;
}
#contenu IMG {
    margin: 10px; border: 2px inset #CDB871;
}
TABLE {
    width: 100%; text-align: center; border: 0px;
}

