#content {
    text-align: left;
    overflow-y: auto;
    width: 84%;
    height: 90%;
    font-family: times serif;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    color: #c5073d;
    padding: .5rem 0 .5rem 1.5rem;
}
h3 {
    font-size: 2rem;
    padding: .5rem 0 .5rem 1.5rem;
}
p {
    padding: .5rem 4rem 1rem 1.5rem;
    font-size: 1.5rem;
    line-height: 2.2rem;
    text-align: justify;
}
.signature {
    text-align: right;
    margin: .5rem 3rem;
}
.img_extrait {
    float: left;
    width: 50%
}