#wrapper {
    height: 1000px;
    width:90%;
    margin-left: 5%;
    margin-right: auto;
    clear: both;
}

#cl1 {
    font-size:0.9vw;
    float:left;
    width:25%;
}

#clperso {
    font-size:0.9vw;
    float:left;
    width:90%;
}

#cl2,#cl3,#cl4 {
    font-size:0.9vw;
    float:left;
    width:25%;
}
#cl1 {
    height:inherit !important;
}
#cl2 {
    height:inherit !important;
}
#cl3 {
    height:inherit !important;
}
#cl4 {
    height:inherit !important;
}
.titrecol {
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
}
.cellcenter {
    text-align: center;
    padding-right: 5px;
}
#baban{
    width:100%;
    font-size:1em;
    clear: both;
}
#ban{
    width:25%;
    float:left;
}
#ban2{
    margin-left:5%;
    width:70%;
    font-size:0.85em;
    float:left;
}


.bouton{
    border-style: solid;
    font-size:1em;
    margin-left:20px;
    height: 24px;
}
.bouton:hover{
    border-style: solid;
    font-size:1em;
    margin-left:20px;
    color: #ffffff;
    background-color: #8E44AD;
}

.disabled label {
    color: #646464;
}

input
{
    height: 11px;
    font-size: 0.8em;
}

img {
    width: 100%;
    height: auto;
    max-width: 100%;
}