/* ------------------------------
   TYPOGRAPHIE & BASE GLOBALE
--------------------------------*/
body {
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 11pt;
    color: #333;
}

/* ------------------------------
   STRUCTURE : MASQUAGE D'ÉLÉMENTS
--------------------------------*/
#header,
#menu,
#menutop,
#footer,
.print,
.tracking,
.infobox,
.steps,
.hide {
    display: none;
}

/* Affichage spécifique pour impression */
.printonly {
    display: block;
}

/* ------------------------------
   CONTENU
--------------------------------*/
#contenu p {
    text-align: justify;
}

#contenu input {
    border: none;
}

/* ------------------------------
   TITRES
--------------------------------*/
h1 {
    font-size: 130%;
    border-bottom: 1px solid #333;
}

h2 {
    font-size: 120%;
    width: 100%;
    border-bottom: 1px solid #333;
}

h3 {
    font-size: 110%;
    width: 75%;
    border-bottom: 1px solid #999;
}

h4,
h5 {
    font-size: 100%;
}

pre {
    font-size: 115%;
}

/* ------------------------------
   LIENS
--------------------------------*/
a {
    color: #333;
    text-decoration: none;
}
