/*css de la page de FAQ*/
#conteneur {
    height: 800px;;
}

#ligneCoteDroitEtirer {
    height: 300px;
}

#ligneCoteGaucheEtirer {
    height: 245px;
}

#contenuTexteGauche {
    width: 230px;
    height: 200px;
    margin-left: 30px;
    padding: 10px;
    position: absolute;
    top: 410px
}

#contenuTexteMilieu {
    width: 530px;
    height: 600px;
    position: absolute;
    margin-left: 250px;
    margin-top: 200px;
    text-align: justify;
    line-height: 20px;
}

.question {
    font-weight: bold;
}

#contenuTexteGauche img {
    width: 120px;
    height: auto;
    margin-left: 30px;
}
