/* Corps de la page */
body {
    font-size: 12pt;
    line-height: 1.5;
    padding: 20px 40px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* Titres des sections */
h2 {
    font-weight: bold;
    font-size: 14pt;
    line-height: 1.5;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

/* Liste des informations */
ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

li {
    margin-bottom: 10px;
}

/* Images à côté du texte */
li img {
    vertical-align: middle;
    margin-right: 5px;
}

/* Liens GPX */
a {
    text-decoration: none;
    color: #0066cc;
    font-weight: bold;
}
