/* parametres des balises simple */

/* Mise en page pour Smartphones */
@media screen and (max-width: 768px) {
    body {
       background-color: #4B86C1;
        padding-top: 10px;

    }

    #contenu {

        margin-top: 15px;
        width: 1000px;
        min-height: 600px;
        position: relative;
        background-color: #FFF;
        margin: auto;
        border-radius: 20px;
        padding: 2%;
    }

    nav {

        margin-bottom: 10px;
        background-color: #FFD700;
        height: 50px;
        border-radius: 10px;
    }
}


/* Mise en page pour une tablette */
@media screen and (min-width: 768px) and (max-width: 1200px) {
    body, html {
        background-color: #4B86C1;
        padding-top: 10px;
        border-radius: 20px;
        margin: none;
        width: 100%;
    }

    nav {

        margin-bottom: 10px;
        background-color: #FFD700;
        height: 50px;
        border-radius: 10px;
    }

    #contenu {
        margin: auto;
        margin-top: 15px;
        width: 1000px;
        min-height: 600px;
        position: relative;
        background-color: #FFF;

        border-radius: 20px;
        padding: 2%;
    }
}

/* Mise en page pour les grands écrans */
@media screen and (min-width: 1200px) {
    body {
        background-color: #4B86C1;
        padding-top: 10px;
    }

    #contenu {

        margin-top: 15px;
        width: 1100px;
        min-height: 600px;
        position: relative;
        border-radius: 20px;
        background-color: #FFF;
        margin: auto;
        padding: 2%;
    }

    nav {
        background-color: #FFD700;
        height: 50px;
        border-radius: 10px;
        text-align: left;
        font-size: 16px;
    }
}


th {

    text-align: left;
    background-color: #FFF;
    text-decoration: none;
    font-weight: normal;
    color: #4B86C1;
    padding-right: 5px;
    padding-left: 5px
}

table {
    padding-bottom: 100px;
}

* {
    font-family: verdana;
    font-size: 13px;
}

a {
    text-decoration: none;
}

h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #FFD700;
    color: #000;
    font-size: 15px;
    padding: 5px;
	font-weight: bold;
}

h2 {
    margin-top: 30px;
    font-size: 15px;
}

td {
    padding-right: 0px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    size: 8px;
}

.affichage table {
    text-align: left;
    width: 100%;
}

.affichage th {
    size: 17px;
    text-align: left;
    background-color: #4B86C1;
    padding: 5px;
    color: #FFF;
}

/*Toutes les lignes impaires : la 1e, la 3e, la 5e, etc.*/
.affichage tr:nth-child(odd) {
    background-color: #FFF;
}

/*Toutes les lignes paires : la 2e, la 4e, la 6e, etc.*/
.affichage tr:nth-child(even) {
    background-color: #BDBFC1;
    padding: 5px;

}

.formulaire tr {
    size: 17px;
    text-align: left;
    background-color: #BDBFC1;
}

.formulaire td {
    size: 17px;
    text-align: left;
    background-color: #BDBFC1;
}

nav ul {
    list-style: none;
    padding-top: 15px;

}

nav ul li {
    display: inline;
    margin: 10px;
}

nav ul li a {
    text-decoration: none;
    font-size: 17px;
    color: #000000;}

#menu nav ul li a {
    text-decoration: none;
    font-size: 17px;
    color: #000000;
}

nav ul li a:hover {

    size: 17px;
    color: #4B86C1;
}

/* parametres id */
#logo {
    width: 50%;
    height: 10%;

}

#connexion {

    width: 50%;
    margin-left: 50%;
    text-align: right;

}

#footer {

    height: 100px;
    position: absolute;
    width: 50%;
    bottom: -3px;


}

#droit {
    width: 50%;
    height: 10%;
    margin-left: 107%;

    margin-top: 33.5%;
}

#gauche {
    width: 50%;
    height: 10%;
    float: left;
}

#menu2 nav ul li a {
    border: 3px solid transparent;
    font-size: 17px;
    color: #000000;
}

#temps {
}

#temps table {
    padding: 0px;
    margin: 0px;
}

#desc {
    max-height: 400px;
}



/* parametres des class */

.imgDroit {
    text-align: right;
    margin-left: 32%;
    width: 19%;
    margin-top: -60%;
    position: relative;
}

.imgGauche {

    text-align: left;
    margin-left: 0%;
    width: 15%;
    margin-bottom: -2px;

}

.valider {
    width: 150px;
    height: 25px;
    background-color: #98FB98;
    margin: 10px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.ValiderPetit {
    width: 100px;
    height: 20px;
    background-color: #98FB98;
    margin: 10px;
    border-radius: 15px;
}

.SuprimerrPetit {
    width: 100px;
    height: 20px;
    background-color: #F00;
    margin: 10px;
    border-radius: 15px;
}

.Annuler {
    width: 150px;
    height: 25px;
    background-color: #FF5E4D;
    margin: 10px;
    border-radius: 15px;
    margin-bottom: 60px;

}


.AnnulerPetit {
    width: 100px;
    height: 20px;
    background-color: #FF5E4D;
    margin: 10px;
    border-radius: 15px;
}
.rouge {
    background-color: #F00;

}

.Modifier {
    width: 150px;
    height: 25px;
    background-color: #BDBFC1;
    margin: 10px;
    border-radius: 15px;
}

.cacher {
    color: #FFF;
}

.Lchamp90 {
    width: 90px;
}
.Lchamp100 {
    width: 100px;
}
.Lchamp500 {
    width: 500px;
}

.Lchamp40 {
    width: 50px;
}

.Lchamp300 {
    width: 300px;
}

.Lchamp800 {
    width: 800px;
}
.erreur {
    color: #f00;
    font-weight: bold;
}

.align1 {
    padding-right: 33px;
}
.LchampCgroupe {
    width: 115px;
}
.LchampCdossier {
    width: 85px;
}
.titreInteret {
    background-color: #4B86C1;
    color: #FFF;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    padding-right: 5px;
    padding-left: 5px
}

/*
.current-page
{
    background-color: lightcoral;
    border : 2px solid black;
    padding: 0.5em;
    border-radius: 10px;
    justify-content: center ;
    text-decoration: none;
    background-color: #91BD09;
}
*/