﻿@media (min-width: 768px) {
    html {
        font-size: 1.1em;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

#corps {
    margin: 0;
}

#contenu {
    padding: 10px;
}

.espace {
    margin-top: 1%;
}

.etiquette {
    font-size: 95%;
}

.petit-texte {
    font-size: 85%;
}

.information {
    font-size: 105%;
    font-weight: bold;
}

.champ-numerique {
    width: 150px;
}

.champ-date {
    width: 200px;
}

textarea {
    white-space: pre-wrap;
}

.avec-saut-ligne {
    white-space: pre-line
}

.element-cache {
    visibility: hidden;
}