/* ------------------------ */
/* CONTENER                 */
/* ------------------------ */
html{
  
}
body{
    padding-top:60px;
}

/* ------------------------ */
/* TABLEAU                  */
/* ------------------------ */
table{
    font-size: 12px;
}
th{
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
th, td{
    padding: 5px 5px 5px 5px;

}
.col_action{
    width: 50px;
}
.col_autre_qte{
    width: 60px;
}
.col_date_livraison{
    width: 100px;
}
.col_designation{
    width: 145px;
}
.col_emplacement{
    width: 60px;
}
.col_fournisseur{
    width: 90px;
}
.col_livraison{
    width: 90px;
}
.col_qte{
    width: 30px;
}
.col_reference{
    width: 60px;
}
.col_reference_fournisseur{
    width: 80px;
}
.col_stock{
    width: 50px;
}
.col_stock_previsionnel{
    width: 50px;
}

/* ------------------------ */
/* ONGLETS                  */
/* ------------------------ */
#onglets{
    display: none;
}
#onglets li{
    position: relative;
    float: left;
    list-style: none;
    padding: 2px 5px 5px;
    margin-right: 5px;
    border: 1px solid grey;
    cursor: pointer;
    z-index: 1;
}
#onglets .actif{
    font-weight: bold;
    border: 2px solid black;
    z-index: 10;
}
#contenu{
    clear: both;
    position: relative;
    z-index: 5;
    top:10px;
    width: auto;
    overflow: hidden;
}