.menuGroupe, .formGroupe {
     background-color : #3e3e3e;
     color            : #e9e9e9;
     border-radius    : 4px;
}

.formGroupe {
     padding-left  : 5px;
     padding-right : 5px;
     border-radius : 4px;
     line-height   : 36px;
     margin-top    : 30px;
}

.fondEcran {
     position        : absolute;
     width           : 100%;
     height          : 100%;
     top             : 0;
     left            : 0;
     background      : url(../images/nuages-sd.jpg) no-repeat center fixed;
     background-size : cover;
}

.blocCentral {
     position         : absolute;
     width            : 527px;
     left             : 50%;
     top              : 40%;
     margin-left      : -263px;
     margin-top       : -200px;
     background-color : #ffffff;
     padding          : 20px;
     border-radius    : 20px;
}

.blocGraphique,.blocTexte,.blocTor {
     width            : 90%; /* 1000px */
     border-style     : solid;
     border-width     : 1px;
     border-radius    : 8px;
     border-color     : #656565;
     padding-top      : 20px;
     padding-bottom   : 20px;
     margin-bottom    : 30px;
     background-color : #e9e9e9
}

.blocTexte {
     background-color : #ffeabe;
     padding          : 10px;
     border-width     : 0px;
     box-sizing       : border-box;
}

.blocTor {
     background-color : #d2d2d2;
     padding          : 10px;
     border-width     : 0px;
     box-sizing       : border-box;
     text-align       : left;
     height           : 120px;
     margin-bottom    : 5px;
}

.blocTor img {
     width         : 100px;
     float         : left;
     padding-right : 10px;
}

.bloc420 {
     display       : inline-block;
     width         : 24%;
     border-style  : solid;
     border-width  : 1px;
     border-radius : 8px;
     border-color  : #656565;
}

.bloc420Complement {
     background-color : #d2d2d2;
     border-radius    : 0 0 8px 8px;
     padding-top      : 10px;
     padding-bottom   : 5px;
}

.messageErreur,
.messageConfirmation,
.messageNeutre
{
     background-color : #be0000;
     padding          : 10px;
     border-radius    : 5px;
     color            : #ffffff;
     margin-bottom    : 10px;
}

.messageConfirmation { background-color : #016410 }
.messageNeutre       { background-color : #969696 }

#selecteurLangue {
     float : right;
     right : 37px;
     top   : 40px;
}

#partieGauche,
#partieDroite
{
     background-color : #ffffff;
     padding          : 20px;
     border-radius    : 20px;
}

#partieGauche {
     float       : left;
     min-height  : 500px;
     width       : 300px;
     margin-left : 10px;
     line-height : 36px;
}

#partieGauche a,
#partieGauche span
{
     display       : block;
     padding-left  : 5px;
     padding-right : 5px;
     border-radius : 4px;
}

#partieGauche a {
     text-decoration : none;
     color           : #3e3e3e
}

#partieGauche a:hover {
     background-color : #999;
     color            : #ffffff
}

#partieDroite {
     overflow     : hidden;
     min-height   : 800px;
     margin-left  : 370px;
     margin-right : 10px;
     margin-top   : 20px;
}