1/* Style général */
2
3html {
4 font-family: Helvetica, Arial, sans-serif;
5 font-size: 10px;
6}
7
8h2 {
9 font-size: 2rem;
10}
11
12ul,ol,dl,p {
13 font-size: 1.5rem;
14}
15
16li, p {
17 line-height: 1.5;
18}
19
20/* Styles des listes descriptives */
21
22
23dd, dt {
24 line-height: 1.5;
25}
26
27dt {
28 font-weight: bold;
29}
30
31dd {
32 margin-bottom: 1.5rem;
33}