body {
    background-color: #c7be9e;
    font-family: "Ubuntu",Arial,sans-serif;
    margin: 0;
    padding: 0;
}

#contenu {
    max-width: 1120px;
    box-shadow: 6px 0 0 rgba(0, 0, 0, 0.04), -6px 0 0 rgba(0, 0, 0, 0.04);
    margin: 0px auto 0px auto;
    min-width: 320px;
}

#contenu_large {
    margin: 0px auto 0px auto;
    height: 100%;
    position: relative;
}

#page {
    background-color: #ffffff;
    overflow-x: auto;
}
/*entete*/
#entete {
    background-color: #1974af;
    position: relative;
    width: 100%;
}

#hauteur-entete {
    width: 100%;
    height: auto;
}

#entete .nav-top {
    background-color: #1974af;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

#entete .nav-top-contenu {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
}

    #entete .nav-top-contenu li {
        position: relative;
        display: inline-block;
        font-size: 16px;
    }

        #entete .nav-top-contenu li a {
            color: rgba(255, 255, 255, 0.7);
            padding: 15px 14px;
            line-height: 20px;
            text-decoration: none;
            display: block;
        }

            #entete .nav-top-contenu li a:hover {
                color: #fff;
            }

        #entete .nav-top-contenu li:hover {
            background-color: rgba(0,0,0,0.1);
        }

    #entete .nav-top-contenu ul {
        display: table;
        padding-left: 0px;
        list-style: outside none none;
        margin: 0px 0px 0px 0px;
    }

.nav-center {
    background: rgba(0, 0, 0, 0) url("../images/BandeauBleu.jpg") repeat-x scroll left top;
    min-height: 120px;
    height: auto;
    width: 100%;
    color: #efe7d2;
    display: flex;
}

.nav-center-title {
    padding-top: 122px;
    margin: 0px auto;
    font-size: 30px;
    width: 1080px;
}

a, a::before, a::after {
    transition-duration: 0.1s;
    transition-timing-function: ease;
}
/*connexion*/
#zone_connexion {
    padding: 20px 0px 20px 20px;
    min-height: 500px;
}

.titre {
    font-size: 24px;
    padding: 0px 0px 20px 0px;
}

.zone_connexion_lbl {
    display: inline;
    float: left;
    width: 135px;
}

.zone_connexion_input {
    display: inline;
    float: left;
}

.zone_connexion_champs {
    margin: 5px 0px 20px 0px;
}

.clear {
    clear: both;
}

.zone_bouton {
    margin: 10px 0px 0px 135px;
}

.champs_erreur {
    border: 1px solid #b00c0c;
}
/* Bloc des messages d'erreur */
.bloc_erreur {
    display: none;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #7d775d;
    width: 310px;
    min-height: 14px;
    padding: 8px 27px 5px 25px;
    color: #B00C0C;
    margin-bottom: 30px;
}
/*menu left*/
.MenuBar {
    z-index: 190;
    width: 205px;
    background-color: #f2f2f2;
    font-size: 14px;
    float: left;
    display: inline;
    overflow: hidden;
}

.StaticMenuItem {
    width: 185px;
    color: #333;
    line-height: 30px;
}

#menuBar {
    height: 100%;
}

    #menuBar li {
        background-color: #f2f2f2;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #FFFFFF;
        height: 40px;
        background-color: #1974af;
    }

    #menuBar a:hover {
        background-color: #ebebeb;
    }

    #menuBar a {
        padding: 5px 0px 0px 20px;
        height: 40px;
        background-color: #f2f2f2;
    }

        #menuBar a.static.selected {
            background-color: #e5e5e5;
            width: 180px;
            margin-left: 5px;
        }
/*contenu droite*/
.contenu_droite {
    margin-left: 205px;
    padding-top: 0px;
    min-width: 0px;
}

.contenu_table {
    margin: 0px 20px 0px 20px;
}

.table_contenu {
    width: 100%;
}

.table_donnees, #dgRayons, #dgCP, #dgUtilisateurs {
    border: 1px double #ddd;
    border-collapse: collapse;
    font-size: 13px;
    text-align: center;
}

.table_tr td, .header_td, .table_tr th {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 13px;
    padding: 8px 10px;
    font-weight: normal;
}

.table_td td, .item_td, .table_donnees tr, .table_donnees td {
    border-color: #e9e7e7;
    border-style: none solid solid none;
    border-width: 0px 1px 1px 0px;
    padding: 8px 10px 8px 10px;
}

.entete-large {
    margin: 0px auto 0px auto;
    width: 100%;
}

.zoneBoutons {
    margin: 7px 0px 10px 0px;
}

.zoneChamps {
    margin: 20px 0px 10px 0px;
}

.zoneChampsCaches {
    margin: 20px 0px 10px 0px;
    display: none;
}

.divBouton {
    float: left;
    display: inline;
    height: 30px;
    background-color: #f4f4f4;
    border-radius: 2px;
    border: 1px solid #dadada;
    color: #444444;
    cursor: pointer;
}
.divBton {
    float: left;
    display: inline;
    margin-left: 20px;
    height: 30px;
    background-color: #f4f4f4;
    border-radius: 2px;
    border: 1px solid #dadada;
    color: #444444;
    cursor: pointer;
}

.divBoutonCancel {
    float: right;
    display: inline;
    height: 30px;
    background-color: #d06b53;
    border-radius: 2px;
    border: 1px solid #dadada;
    color: #ffffff;
    cursor: pointer;
}

    .divBouton div, .divBoutonCancel div {
        padding: 5px 12px 0px 12px;
    }

.divBouton:hover, divBoutonCancel:hover {
    border: 1px solid #c4c4c4;
    box-shadow: 1px 1px 2px rgba(125, 119, 93, .5);
}

#filtre, #AjoutSpecimen, #listeCombo {
    position: absolute;
    background-color: #ffffff;
    z-index: 100;
    border-color: #e9e7e7;
    border-style: solid;
    width: 500px;
    border-width: 1px;
    display: none;
}

#colonnes, #sites {
    position: absolute;
    background-color: #ffffff;
    z-index: 100;
    border-color: #e9e7e7;
    border-style: solid;
    width: 250px;
    max-height: 500px;
    overflow-y: auto;
    border-width: 1px;
    display: none;
}

.divLeftEspace {
    float: left;
    display: inline;
    margin-left: 15px;
}

.divRightEspace {
    float: right;
    display: inline;
    margin-right: 15px;
}

.liensBleus {
    color: #1155cc;
    text-decoration: none;
    margin-left: 14px;
    font-size: 13px;
}

.zoneTitre {
    background-color: #fff6c3;
    height: 30px;
}

    .zoneTitre div {
        padding: 5px 12px 0px 12px;
    }

.divBoutonBleu {
    float: left;
    display: inline;
    margin-left: 20px;
    height: 30px;
    background-color: #4c8ffc;
    border-radius: 2px;
    border: 1px solid #3079ed;
    color: #FFFFFF;
    cursor: pointer;
}


/* .divBoutonBleu:hover {
        border: 1px solid #2f5bb7;
        box-shadow: 1px 1px 2px rgba(125, 119, 93, .5);
    }*/

.divX {
    color: #a5a6a6;
    font-weight: bold;
    cursor: pointer;
}

.colonneFiltre {
    width: 150px;
}

.operateurFiltre {
    width: 80px;
}

#listeColonnes, #listeSites {
    margin-left: 15px;
}

#ZoneImporter {
    position: absolute;
    background-color: #ffffff;
    z-index: 100;
    border-color: #e9e7e7;
    border-style: solid;
    width: 500px;
    border-width: 1px;
    display: none;
}

#ZoneExporter {
    position: absolute;
    background-color: #ffffff;
    z-index: 100;
    border-color: #e9e7e7;
    border-style: solid;
    width: 500px;
    border-width: 1px;
    display: none;
}

.nav-top {
    width: 100%;
}

#menu {
    position: absolute;
    left: 0px;
    border-top: 1px solid #2f5bb7;
    background-color: #377fb1;
    width: 100%;
}

#hauteur-menu {
    width: 100%;
    height: 50px;
}

#menu .nav-top {
    background-color: #377fb1;
    display: table;
}

#menu .nav-top-contenu {
    display: table;
    padding-left: 15px;
}

    #menu .nav-top-contenu li {
        position: relative;
        display: inline-block;
        font-size: 16px;
    }

        #menu .nav-top-contenu li a {
            color: rgba(255, 255, 255, 0.7);
            padding: 15px 14px;
            line-height: 20px;
            text-decoration: none;
            display: block;
        }

            #menu .nav-top-contenu li a:hover {
                color: #fff;
            }

            #menu .nav-top-contenu li a.static.selected {
                color: #fff;
                background-color: rgba(0,0,0,0.1);
            }

        #menu .nav-top-contenu li:hover {
            background-color: rgba(0,0,0,0.1);
        }

    #menu .nav-top-contenu ul {
        display: table;
        padding-left: 0px;
        list-style: outside none none;
        margin: 0px 0px 0px 0px;
    }

#contenuSaisie {
    padding-top: 0px;
    margin-left: 20px
}

.labelSaisie {
    margin: 10px 0px 0px 15px;
    text-align: left;
    height: 21px;
}

.champsSaisie {
    width: 180px;
}

.divChampsSaisie {
    width: 180px;
    margin: 10px 0px 0px 2px;
    height: 21px;
}


.ligneSaisie {
    margin-top: 10px;
}

.colonneSaisie {
    float: left;
    display: inline;
}

#TabContainerContent_body {
    border-bottom: 0px;
    height: 0px;
}

#contenuEchantillon {
    border: 1px solid #999999;
    border-top: 0px;
}
button.btn-deconnexion {
    margin-right: 10px;
}