body {
    font-family: Arial, sans-serif;
}

h1 {
    color: #313173;
    text-align: center;
    font-size: 150%;
    margin-bottom: 2em;
}

h2 {
    color: #313173;
    font-size: 120%;
}

a {
    text-decoration: none;
}

code {
    background-color: #fdfdfd;
    border: 1px dashed #cccccc;
    margin: 2em;
    padding: 1em;
    display: block;
}

table {
    border-collapse: collapse;
}

table td, table th {
    padding: 0.2em;
}

table th {
    background-color: #9191D3
}


/* Styles spécifiques à l'inclusion dans les pages du site */

.indicateur em {
    font-weight: normal;
    font-style: italic;
    color: black;
}

.indicateur a {
    text-decoration: none;
}
