
#chapo {
    background: rgb(200, 200, 200) url("watermark.png") 515px 9px no-repeat;
    min-height: 185px;
    _height: 185px;
    border-top: 2px solid white;
}

#chapo .tiret {
    float: left;
    position: relative;
    left: 105px;
    top: 40px;
    width: 35px;
    height: 9px;
    background: rgb(159, 193, 73);
}

#chapo .content {
    float: left;
    position: relative;
    left: 120px;
    top: 32px;
}

#chapo h4 {
    margin-bottom: 0.5em;
    font-size: 14pt;
    font-weight: normal;
    color: white;
}

#chapo ul {
    list-style: none;
    float: left;
    margin-right: 3em;
}

#chapo ul a {
    color: #898a8c;
}

#chapo ul a:hover,
#chapo ul a:focus {
    text-decoration: underline;
}

body.resultats2008 #chapo li.resultats2008,
body.service #chapo li.service,
body.trier #chapo li.trier {
    font-weight: bold;
}

#body {
    background-color: rgb(249, 247, 248);
    margin-left: 350px;
    padding: 50px 50px;
}

#body h4 {
    color: rgb(159, 192, 73);
    font-size: 14pt;
    font-weight: normal;
}

