﻿/* Eléments principaux de la page */

body {
    background: #FFF7C9;
    font-family: 'Trebuchet MS', Arial, sans-serif;
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
}

h3 {
    font-size: 1.0em;
    font-weight: bold;
}

p {
	font-size: 1.0em;
}
