/* navLeft */
#navLeft{
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.8);
}
#navFiches{
    display: table;
    table-layout: fixed;
    width: 100%;
}
#navFiches > div{
    display: table-cell;
    border-left: 1px solid rgba(0,0,0,.5);
}
#navFiches > div:first-of-type{
    border: none;
}
#navLeft .simul-submit{
    margin: 8px 30px 15px 30px;
}
#navLeft .submit {
    text-align: left;
}

/* box */
.box h1{
    font-size: 1.6em;
}

#wrapper{
    display: block;
}
#wrapper > div{
    display: block;
    width: auto;
    height: auto;
}
#wrapper .box{
    margin: 25px auto;
}

#navLeft + #content .hack{
    padding: 0;
}

.message{
    margin: 25px auto;
}

