.mainBody{
  background:  #eee;
}
.messageExcuse{
    border: 2px solid #0EB6EC;
    position: relative;
    left: 20%;
   width: 60%;
    padding-left: 10px;
    margin-bottom: 30px;
}
.messageExcuse div{
    margin-top: 10px;
    margin-bottom: 10px;
}
.textDescription{
    font-family: sans-serif;
    font-size: 24px;
    position: relative;
    left: 20%;
    width: 60%;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;

}
.headDescription{

    position: relative;
    left: 20%;
    width: 60%;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 48px;
    font-weight: bold;

}
.cssLogo{
    position: absolute;
    top: 15px;
    left: 15px;
}
/* -----------------------------       Pages de documentation (.pageTexte sur le body)     -------------------------- */

.pageTexte{
    background-color: #F1F1F1;
}
.pageTexte h1, .pageTexte h2, .pageTexte h3{
    color: black;
}
.pageTexte .wrapper{
    position: relative;
    margin-left: 30%;
    width: 40%;
}
.pageTexte div{
    color:grey;
    margin-bottom: 30px;
    margin-top: 30px;

}
.pageTexte table{
    width: 100%;
position:relative;
    /*left:20%*/
}
/* ------------------------------------       Panneau des menus de la main page     --------------------------------- */

.css_panelAdmin{
    position: relative;
    /*top: 10%;*/
    left: 20%;
    width: 60%;
    background-color: #8ea5a3;
    border-radius: 18px;
}
.css_panelAdminRow{
    line-height:40px;
    background-color: #2a2a2a;
}
.css_panelAdminRow td{
    text-align: center;
    /*border: 3px solid antiquewhite;*/
    border-radius: 10px;
    background-color: lightgrey;
    width: 20%;
}

.css_panelAdminRow td li{
    list-style: none;
    color:#00aa00;
}

.css_panelAdminBouton{
    position: relative;
    text-align: center;
    /*padding: 20px;*/
    /*height:15%;*/
    /*width: 20%;*/
    color:  #0a6aa1;
    font-size: 0.6em;
}
.css_panelAdminBouton img{
    width: 50px;
    height: 50px;
}
