BODY {
    background-color: #FFFFFF;
    font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 12pt; text-align: center;
    padding: 0px;
}
A {
    color: #99AA33;
}
A:visited, A:hover {
    color: #669933;
}
IMG {
    margin: 10px; border: 0px;
}
#entete {
    background: #EC5E00 url(/images/facade.jpg) no-repeat center left; color: #FFFFFF; width: 100%; height: 100px;
    font-size: 28pt; font-weight: bold; text-align: center; vertical-align: top;
    border: 2px outset #EC5E00; margin: 0px; padding: 0px;
}
#entete A {
    color: #FFFFFF; text-decoration: none;
}
#pied {
    background-color: #EC5E00; color: #FFFFFF;
    font-weight: bold; text-align: center; vertical-align: top;
    border: 2px outset #EC5E00;
}
#menu {
    min-width: 225px; background-color: #FFFFFF;
    text-align: justify;
    border-right: 2px dotted #FFD333; padding-right: 10px;
}
.menu {
    color: #000000;
    font-size: 12pt;
    border: 1px solid #D9DAE7; margin: 0px;
}
.menu A, .menu A:hover, .menu A:active, .menu A:focus, .menu A:visited {
    color: #000000;
    text-decoration: none;
}
.menu UL {
    display: block; background-color: #FFFFFF;
    margin: 2px;
}
A.item {
    color: #EC5E00;
    font-size: 10pt; font-weight: normal; text-decoration: none;
    background: url(/images/link_bullet.png) no-repeat center left; padding-left: 24px;
}
A.item:hover, A.item:focus {
    background: url(/images/link_bullet_on.png) no-repeat center left;
    text-decoration: underline;
}
A.item:visited {
    color: #000000;
}
.article, .une {
    font-size: 10pt; text-align: justify;
    padding: 10px; border-top: 2px dotted #FFD333; border-right: 2px dotted #FFD333;
}
.une:hover {
    cursor: pointer;
}
.article P {
    text-indent: 50px;
}
.article P:first-letter, .une P:first-letter {
    font-size: 12pt; font-weight: bold;
}
.vignette P {
    text-indent: 0px;
    margin: 20px;
}
.vignette IMG {
    float: left;
    margin: 20px;
}
UL {
    text-align: left; vertical-align: top; list-style-type: none;
    margin: 0px; padding: 0px;
}
UL LI {
    margin: 0px;
}
.article UL {
    margin-left: 50px;
}
.article UL LI:before {
    content: "\2192\A0";
}
TABLE.stat TD {
    text-align: center;
    border: 1px solid #D9DAE7;
}
TABLE.stat TH {
    color: #000000; background-color: #EC5E00;
    text-align: center;
}
TABLE.stat TD.title {
    background-color: #CED0F2;
    text-align: left;
}
H1, .headtitle {
    color: #000000; background: #CED0F2 url(/images/title_bullet.png) no-repeat bottom left;
    font-size: 16pt; font-weight: bold; text-align: center;
    padding-left: 20px; border: 2px groove #FFFFFF;
}
H2, .subtitle {
    color: #EC5E00; text-align: center; font-size: 14pt; font-weight: bold; margin: 10px;
}
H3, .comment {
    font-style: italic;
}
