@charset "utf-8";

body {
    zoom: 130%;
}

/* Page_Contenu Gnral */
b {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 10px;
    text-decoration: none;
    color: #000099;
}

.table_contenu {
    width: 950px;
    height: 600px;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.rep {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 10px;
    text-decoration: none;
    color: #97d5ff;
}

/* Page_Haut */
.body_bleu {
    margin-top: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.table_haut {
    width: 950px;
    height: 85px;
    background-color: #1b1f35;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.td_societe {
    width: 260px;
    height: 55px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 10px;
}

.td_compte {
    width: 260px;
    height: 30px;
    color: #FFFFFF;
    padding-left: 10px;
    text-align: left;
}

.td_search {
    width: 670px;
    height: 40px;
    background-color: #FFFFFF;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
}

.td_menu {
    width: 680px;
    height: 15px;
}

.td_alerte {
    width: 680px;
    height: 30px;
    text-align: center;
    background-color: #FFFFFF;
}


/* Page_Bas */
.table_bas {
    width: 950px;
    height: 30px;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    border-top: #666666 solid 1px
}

.td_legende {
    width: 950px;
    height: 30px;
    font-size: 12px;
    text-align: center;
}

/*  Menu page_haut  */
dl,
dt {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#menu {
    position: absolute;
    left: 50%;
    margin-left: -205px;
    width: 680px;
    margin-top: -10px;
    height: 18px;
    background: #1b1f35;
}

#menu dl {
    float: left;
    width: 108px;
    height: 15px;
}

#menu dt {
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    background: #1b1f35;
}

#menu dt a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 15px;
    padding: 3px 0 0 0;
}

#menu dt.currentpage a {
    background: #1C56CC;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 15px;
    padding: 3px 0 0 0;
}

#menu dt a:hover {
    background: #CBEAFF;
    color: #1b1f35;
}

#menu dt a:active {
    background: #1C56CC;
}

/*  Sous Menu page_ssmenu  */
.ss_menu {
    padding: 2px;
}

.ss_menu ul {
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 10px;
}

.ss_menu li {
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
    margin-left: 2px;
}

.ss_menu a,
.ss_menu a:visited {
    padding: 0 5px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
}

.ss_menu a:hover,
.ss_menu a:active {
    padding: 0 5px;
    border: 1px solid #000;
    color: #000;
    background-color: #CBEAFF;
}

.ss_menu li.currentpage {
    font-weight: bold;
    padding: 0 5px;
    border: 1px solid #56bbff;
    background-color: #1C56CC;
    color: #FFF;
}

.ss_menu li.disablepage {
    padding: 0 5px;
    border: 1px solid #929292;
    color: #929292;
}

.ss_menu li.nextpage {
    font-weight: bold;
}

/* Accueil Interface */
.td_stat {
    border-top: #1b1f35 solid 1px;
    text-align: center;
}

/* Page_Contenu listing */
.table_listing {
    width: 930px;
    margin: 0px 10px 10px 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.table_listing td {
    padding-left: 2px;
}

.td_rgmt {
    height: 15px;
    text-align: right;
    padding: 5px 10px;
    border-top: #1b1f35 solid 1px;
}

.td_hempd {
    border-left: #ffffff solid 1px;
}

.tr_titre {
    background-color: #666666;
    color: #FFFFFF;
}

/*  Formulaire  */
input {
    margin: 0;
    vertical-align: middle;
}

.form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.text {
    background-color: #CBEAFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    border: 1px solid black;
    padding-left: 2px;
}

.text:not([name="Libelle"]) {
    max-width: 100px
}

.submit {
    background-color: #1C56CC;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    border: 1px solid black;
}

.select {
    background-color: #CBEAFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    border: 1px solid black;
    vertical-align: bottom;
}

.textarea {
    background-color: #CBEAFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    border: 1px solid black;
}


/* Fiche Produit */
.td_id {
    width: 250px;
    height: 400px;
    background-color: #1b1f35;
    color: #FFFFFF;
    border-top: #FFFFFF solid 1px;
    padding: 5px;
    vertical-align: top;
    text-align: left;
}

.table_id {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
}

.td_modif {
    border-top: #1b1f35 solid 1px;
}

.td_gnr {
    width: 270px;
    height: 190px;
    vertical-align: top;
    background-color: #ffffff;
    color: #1b1f35;
}

.div_gnr {
    width: 269px;
    height: 110px;
    overflow-y: auto;
    overflow-x: hidden;
    border-right: #1b1f35 solid 1px;
}

.td_info {
    width: 670px;
    height: 570px;
    padding: 5px;
    vertical-align: top;
    border-top: #1b1f35 solid 1px;
}

.div_modif {
    width: 670px;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: #000099 solid 1px;
    margin: 5px 0 10px 0;
}