#avion{
    position: absolute;
    padding: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    animation: myMove 7s ;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
}
@keyframes myMove{
    from{ top: 0px;
            opacity: 0.1}
    to{top: -200px;
        opacity: 1}
}
h2, h4 {
    color: white;
    text-shadow: 2px 2px black;
    text-align: center;
}
#enteteOnglets{
    display: inline-flex;
    margin: 0;
    padding: 0;
    outline: 1px solid #333;
}
#enteteOnglets li{
    cursor: pointer;
}
li{
    list-style: none;
    padding: 10px;
    border-color: black;
    border: 1px;
    outline: 1px solid #333;
    background-color: #f6f6f6;
    font-weight: normal;
}
ul, li {display: block}
body{
    padding: 10px;
}
#zoneTitre {
    width: 80%;
    text-align: center;
}
#zoneCours{
    display: inline-flex;
}
.cours {
    border-style: solid;
    display: block;
    width: 16em;
    font-size: 0.8em;
    font-weight: bold;
    background-color: white;
    color: black;

}
.parent {
    border-style: dashed;
    display: block;
    /*width: 20em;*/
    font-size: 1.2em;
    font-weight: bold;
    background-color: white;
    color: black;

}
.titreCours {
    border-style: solid;
    border-bottom: 3px;
    padding: 3px;
    font-weight: bold;
    color: #000;
    font-size: 1.2em;
    background-color: lightgrey;
}
.etatCours {
    border-style: solid;
    border-bottom: 3px;
    padding: 3px;
    font-weight: lighter;
    background-color: white;
    color: black;
    font-size: 0.8em;
}
.detailCours{
    border-style: solid;
    border-bottom: 3px;
    padding: 3px;
    background-color: white;
    font-size: 10px;
    font-weight: normal;
}
.itemDate {
    text-align: left;
}
.actionCours {
    text-align: center;
}
.actionButton{
    background-color: #f6f6f6;
    cursor: pointer;
}
.mois{padding: 1em;
    cursor: pointer;
    border: 2px;
    border-style: solid;
    background-color: #a1ffff;
}
.mois :hover{
    cursor: pointer;
    background-color: #00bfbf;
}
#ulChoixMois{
    display: flex;
}
#groupeMois{
    display: inline-flex;
}
#divChoixMois{
    padding-left: 1em;
    display: inline-flex;
    padding-top: 8px;
    padding-bottom: 8px;
}
.eleves {
    font-weight: normal;
    background-color: white;
    color: black;
    font-size: 0.7em;
    line-height: 0.8em;
}
.tblEleves {
    width: 100%;
}
.infos{
    font-weight: normal;
}
#infoCours{
    font-weight: bold;
}
#divChgtEtat{
    position: absolute;
    z-index: 20;
    top: 60px;
    left: 450px;
}
#tblChgtEtat{
    width: 200px;
}
#tblChgtEtat tr td {
    text-align:center;
}
#enteteCours, #tblIdentPersonnes{
    background-color: #dec4b7;
}
#selPersonnes, #selFormateurs{
    width: 40%;
}
.alignCenter{
    text-align: center;
}
#divSelMois{
    display: inline-flex;
    width: 45%;
}
.btnInscription{
    text-align: center;
    margin: auto;
}
#divSelPeople{
    display: inline-flex;
    width: 45%;

}
#selPeopleIS{
    display: inline-flex;
    width: 70%;
}
#selCoursIS{
    display: flex;
    width: 80%;
}
.titre{
    font-size: 16px;
    font-weight: bold;
}
.divBlockCours{
    width: 200px;
    font-size: 12px;
    background-color: #c5c5c5;
}
.buttonBC{

    text-align: center;
}
.lesDates{
    background-color: #c5c5c5;
}
blockquote{
    margin: 0;
}
#moisIS tbody tr td{
    border-color: black;
    border-style: double;
    font-weight: bold;
    cursor: pointer;
}
#moisIS #tdEnteteChoixMois{
    font-weight: normal;
    cursor: auto;
}
#divInscriptionPersonne{
    margin-top: 15px;
}
#divBlokFlex{
    display: inline-flex;
    width: 70%;
}
#chgtCoursBlock1{
    width: 70%;
}
#chgtCoursBlock2{
    width: 25%;
}
#listCours{
    width: 70%;
}
#btnEditCOurs{
    width: 300px;
}
#indicMod{
    position: relative;
    left: 20px;
    top: -30px;
}
#btnDeleteAll{
    margin-top: 0px;
    margin-right: 10px;
    padding: 5px;
}
#imgDelete{
    width: 40px;
}
#logout{
    padding-left: 20px;
    margin-left: 20px;
}
#divAvertis{
    position: fixed;
    top: 100px;
    left: 30%;
}
#divCourrier{
    position: fixed;
    top: 150px;
    left: 35%;
}
#titreCourrier, #tdCourrier{
    font-size: 22px;
    text-align: center;
    text-shadow: 5px 5px 5px #AAAAAA;
}
#questionCourrier{
    width: 300px;
    height: 150px;
}
button{
    box-shadow: 4px 4px 5px #AAAAAA;
    border-radius: 15px 15px;
}
.x_close{
    float: right;
    width: 20px;
    cursor: pointer;
    margin-right: 10px;
}
.x_close:hover{
    background-color: red;
}
#divMailTo{
    position: absolute;
    top: 400px;
    left: 50%;
    width: 40%;
    cursor: pointer;
    margin-right: 10px;
    z-index: 10;
    background-color: whitesmoke;
    box-shadow: 4px 4px 5px #AAAAAA;
    border-radius: 15px 15px;
}
#divSaisieMailTo{
    margin-right: 10px;
    margin-left: 10px;
}
#btnMailTo{
    float: right;
}







