
#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.parc #chapo li.parc,
body.piscine #chapo li.piscine,
body.piscine2 #chapo li.piscine2,
body.piscine3 #chapo li.piscine3,
body.piscine4 #chapo li.piscine4 {
    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;
}

