#content {
    text-align: left;
    overflow-y: auto;
    width: 84%;
    height: 90%;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    color: #c5073d;
    padding: .5rem 0;
}
h3 {
    font-size: 2rem;
    padding: .5rem 0;
}
p, td {
    padding: .5rem 2rem 1rem 0;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: bold;
    text-align: justify;
}
table {
    width: 100%;
}
td.td_date {
    width: 13%;
}
td.td_oeuvre {
    width: 87%;
}
sup {
     vertical-align: super;
     font-size: smaller;
 }