canvas {
    border: solid 1px;
    border-radius: 5px;
    background:white;
}
main {
    text-align: center;
}
label {
    display: inline-block;
    width: 7em;
}
/*
#controles {
    position: fixed;
}
#controles * {
    position: initial;
}
*/
#conteneur_barres {
    display: inline-block;
}
.conteneur_matrice {
    font-size: xx-small;
}
#pre_sortie {
    font-size: xx-large;
}
/*
#debug {
    position: fixed;
    bottom: 0px;
    left: 0px;
}
*/
input {
    width: 9vw;
}
/*
.cachee {
    display: none;
}
*/
