@font-face {
    font-family: 'Libre Barcode 39 Extended Text';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librebarcode39extendedtext/v27/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP6Me7gj.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    color: #003063;
}


/* Zone EN-TETE*/

.titre {
    color: white;
    font-size: 26px;
    line-height: 40px;
}

.header {
    float: left;
    background-image: url(Images/headerAmStock.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 81px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    background-color: rgba(0, 163, 232, 1);
    text-align: center;
}



.nom_client_doc {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    display: block;
    overflow: hidden;
}

.date {
    position: absolute;
    right: 15px;
    top: 0px;
    color: #ffffff;
    font-size: 10px;
}

#liensEspaceMembre2 {
    display: block;
    float: right;
    margin-right: 80px;
    font-size: 14px;
    color: white;
}
/* Zone PIED DE PAGE */
.footer {
    width: 100%;
    text-align: center;
    font-size: 10px;
    vertical-align: bottom;
    height: 50px;
    background-color: rgba(0, 163, 232, 1);
    display: block;
    float: left;
    margin-top: 10px;
}

.ZoneFoot {
    display: block;
    height: auto;
    overflow: hidden;
    width: 900px;
    margin: auto;
}
/* Zone CENTRE DE PAGE */
.page {
    text-align: left;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: 80px;
}

.page_ident {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1000px;
    font-size: 18px;
    height: auto;
    display: block;
    overflow: hidden;
}

.gridview {
    text-align: center;
    font-size: 10px;
    overflow: auto;
    display: block;
}

    .gridview table th {
        background-color: dimgray;
        color: white;
        text-align: center;
        text-transform: uppercase;
    }

        .gridview table th a {
            color: white;
            background-color: transparent;
        }

            .gridview table th a:hover {
                color: orange;
            }

    .gridview table tr:nth-child(even), .gridview table tr {
        background-color: #fff;
    }

        .gridview table tr:nth-child(odd) {
            background-color: #f0f4f7;
        }

            .gridview table tr:nth-child(odd):hover, .gridview table tr:nth-child(even):hover {
                background-color: #aac8de;
            }

        .gridview table tr:last-child:hover {
            border-bottom: none;
            background-color: #fff;
        }

.text_sous_gridview {
    text-align: center;
    position: absolute;
    font-size: 10px;
    margin-top: 100px;
    top: 0px;
    left: 328px;
}

.detailsview {
    text-align: center;
    position: absolute;
    font-size: 14px;
    margin-left: 350px;
}

#connect {
    margin-left: 350px;
}

.nav {
    font-size: 12px;
    width: 100%;
}

#corps_page {
    float: left;
    display: block;
    height: auto;
    overflow: hidden;
    margin-left: 15px;
    min-width: 800px;
}




#listeclient {
    font-size: 14px;
    display: block;
    float: left;
    width: 100%;
}

.textbox_tab {
    background-color: aqua;
}

.bouton {
    border-radius: 10px;
    border-style: outset;
    color: White;
    background-color: Blue;
    opacity: 0.7;
    font-size: 14px;
    height: 25px;
    cursor: pointer;
}

.bouton2 {
    float: left;
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 10px;
    height: 25px;
    border-style: outset;
    color: blue;
    background-color: white;
    border-color: Blue;
    font-size: 14px;
    cursor: pointer;
}

.bouton3 {
    border-radius: 10px;
    height: 30px;
    border-style: outset;
    color: White;
    background-color: Blue;
    opacity: 0.7;
    font-size: 14px;
    cursor: pointer;
}


.bouton_date {
    border-radius: 10px;
    height: 30px;
    border-style: outset;
    color: White;
    background-color: Blue;
    opacity: 0.7;
    font-size: 14px;
    width: 120px;
    text-align: left;
    margin-right: 10px;
}

.bouton_tri {
    border-radius: 100px;
    height: 22px;
    border-style: outset;
    color: White;
    background-color: Blue;
    opacity: 0.7;
    width: 25px;
}


.bouton_tri_groupe {
    text-align: right;
    padding-left: 280px;
}

.bouton_tri_groupe2 {
    text-align: left;
    padding-left: 65px;
}

.bouton_modifier_doc {
    float: right;
}


.bouton:hover {
    color: blue;
    background-color: white;
}

.bouton2:hover {
    color: white;
    background-color: blue;
}

.bouton3:hover {
    color: white;
    background-color: red;
    text-decoration: blink;
}


#sidebar {
    float: left;
    width: 210px;
    background-color: rgba(205, 206, 209, 1);
    padding: 15px;
    display: block;
    top: 0px;
    left: 0px;
    height: auto;
    overflow: hidden;
}

#corps {
    margin-left: 245px;
}

.menu {
    margin-bottom: 0.3em;
    text-transform: uppercase;
}

/* BARRE DE FRACTIONNEMENT */
hr {
    border: 0;
    border-top: 1px solid blue;
    height: 1px;
}

/* TITRE */
h1, h2, h3 {
    margin: 0;
    font-family: verdana;
    font-size: 11px;
}

h1 {
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

h2 {
    font-weight: normal;
}

h3 {
    font-weight: bold;
}

/* LIENS HYPERTEXTE */
a {
    text-decoration: none;
    color: #31659C;
    font-weight: bold;
}

    a:visited {
        color: #31659C;
        font-weight: bold;
    }

    a:hover {
        text-decoration: underline;
        color: #31659C;
        font-weight: bold;
    }

    a:active {
        color: #31659C;
        font-weight: bold;
    }

/* LISTE */

ul {
    list-style-type: none;
    list-style-image: url(images/bullet-2.gif);
    list-style-position: outside;
    line-height: 2.1em;
    vertical-align: middle;
    margin-left: 1.25em;
}

.link {
    list-style-image: url(images/bullet-1.gif);
}

#liensEspaceMembre {
    margin-left: 200px;
}

#liensEspaceMembre2 {
}


ContentTemplate {
    font-size: 8px;
}

.wizard {
    background: aqua;
    margin-left: 0px;
    font-size: 12px;
    height: 200px;
}

.suivi {
    padding-top: 60px;
    color: White;
}

.loginview {
    margin-left: 245px;
}

.rechercher {
    text-align: left;
    font-size: 24px;
}

.labelagauche {
    text-align: left;
}

.placement_texte {
    float: left;
}


.titre_tab_creer_doc {
    padding: 0 0 30px 0;
}

.centrer_tab {
    text-align: center;
}

.tab_creer {
    border-collapse: collapse;
    margin: auto;
}

.label_tab {
    text-align: left;
    padding: 6px 10px 6px 0px;
}

.textbox_table {
    text-align: left;
}

.test {
    border: solid 1px white;
}

.ligne_tab_modif {
    padding: 0 20px 30px 0;
    font-size: 14px;
}

.ligne_tab_modif_c1 {
    font-size: 14px;
    width: 250px;
    text-align: left;
}

.ligne_tab_modif_c2 {
    font-size: 14px;
    width: 80px;
}


.ligne_tab_modif_c3 {
    font-size: 14px;
    width: 420px;
    height: 25px;
    text-align: center;
}


.ligne_tab_modif_c4 {
    font-size: 14px;
    width: 180px;
    height: 40px;
}

.ligne_tab_modif_cseul {
    font-size: 14px;
    width: 180px;
    height: 150px;
}

.contenu_cadre {
    display: block;
    width: 1000px;
    position: relative;
    top: 10px;
}

.contenu_cadre, a {
    text-decoration: none;
    font-size: 10px;
}

.barretitre {
    background-image: url('1/test.jpg' );
    background-repeat: repeat-x;
    background-position: 0;
    font-weight: bold;
}



.ligne_date_c1 {
    font-size: 14px;
    width: 500px;
    text-align: left;
}

.ligne_date_c2 {
    font-size: 14px;
    width: 250px;
    text-align: left;
}

.ligne_date_c3 {
    font-size: 14px;
    width: 350px;
    text-align: left;
}

.ligne_quantite {
    font-size: 12px;
    padding-bottom: 20px;
}

.detailsview2 {
    float: right;
}

.ligne_tab_ajust_c1 {
    padding-bottom: 25px;
    width: 200px;
    text-align: left;
}

.ligne_tab_ajust_c2 {
    padding-bottom: 25px;
    width: 500px;
    text-align: left;
}

.ligne_tab_emp_c1 {
    width: 200px;
    font-size: 14px;
}

.ligne_tab_emp_c2 {
    width: 400px;
    font-size: 14px;
    height: 30px;
    text-align: center;
}

.ligne_tab_emp_c3 {
    width: 200px;
    font-size: 14px;
}


.ligne_tab_rec_c1 {
    width: 160px;
    font-size: 16px;
}

.ligne_tab_rec_c2 {
    width: 100px;
    font-size: 16px;
    height: 40px;
}

.ligne_tab_rec_c3 {
    width: 100px;
    font-size: 16px;
    height: 30px;
}

.ligne_tab_rec_c4 {
    width: 100px;
    font-size: 16px;
    height: 30px;
}

.ligne_tab_rec_c5 {
    width: 100px;
    font-size: 16px;
}

.ligne_tab_date_lim_c1 {
    width: 333px;
    font-size: 16px;
    height: 100px;
}

.align_droite {
    text-align: right;
    border: solid 1px black;
}

.barcode39 {
    font-family: 'Libre Barcode 39 Extended Text', cursive;
    font-size: 40px;
    font-weight: normal !important;
    display: block;
    float: right;
    margin-top: 5px;
}

    .barcode39::after {
        clear: both;
    }

.TrLigneHaut {
    border-top: 1px solid #000000;
}

.TrLigneBas {
    border-bottom: 1px solid #000000;
}
