
#chapo {
    background: rgb(200, 200, 200) url("watermark.png") 525px 25px 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.enseignant #chapo li.enseignant,
body.quiz #chapo li.quiz,
body.guide #chapo li.guide,
body.parents #chapo li.parents,
body.junior #chapo li.junior,
body.sensibilisation #chapo li.sensibilisation {
    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;
}

