.pagesjaunes{
    width: 78px;
    height: 27px;
}

table#list_commandes th {

}

table#list_commandes td {
    padding: 0px 2px;
}

td.balance {
    font-weight: bold;
}

td.balance span.positif {
    color: #0a0;
}

td.balance span.negatif {
    color: #a00;
}

td.balance span.bleu {
    color: #0aF;
}


td.prods {
    font-style: italic;
}

.prodsbleu{
    color: #0aF;
}
.prodsorange{
    color: #ff7400;
}

td.prodsvert {
    font-style: italic;
    color: #0a0;
}

td.prodsrouge {
    font-style: italic;
    color: #A00;
}


td.nom {
    font-weight: bold;
}

span.dispo_1 {
    color: #0A0;
}

span.dispo_0 {
    color: #A00;
}

span.dispo_025 {
    color: #C80;
}

span.dispo_075 {
    color: #AA0;
}

td.paiement span.accepte {
    color: #0A0;
}

td.paiement span.non_accepte {
    color: #A00;
}

td.paiement span.annule {
    text-decoration: line-through;
}

td.paiement span.non_annule {

}

div#adresses {
    float: left;
    border: 1px solid #00A;
    margin: 1px;
    width: 33%;
}

div#paiements {
    float: left;
    border: 1px solid #00A;
    margin: 1px;
    width: 33%;
}

div#remboursements {
    float: left;
    border: 1px solid #00A;
    margin: 1px;
    width: 33%;
}

div#commande {
    float: left;
    border: 1px solid #00A;
    margin: 2px;
    padding: 2px;
    width: 99%;
}

div#operations {
    float: left;
    border: 1px solid #00A;
    margin: 2px;
    padding: 2px;
}

div#status {
    float: left;
    border: 1px solid #00A;
    margin: 2px;
    padding: 2px;
}

div#adresses table {
    width: 100%;
}

div#paiements table {
    width: 100%;
}

div#remboursements table {
    width: 100%;
}

div#fact_mode_BL {
    position: fixed;
    top: 45%;
    left: 40%;
    width: 250px;
    height: 100px;
    background-color: #fee;
    border: 1px solid #A00;
    text-align: center;
    font-size: small;
}

div#avoirCh {
    position: fixed;
    top: 45%;
    left: 29%;
    width: 40%;
    height: 200px;
    background-color: #fee;
    border: 1px solid #A00;
    text-align: center;
    font-size: small;
}
div#fact_mode_RE {
    position: fixed;
    top: 45%;
    left: 15%;
    width: 70%;
    height: 200px;
    background-color: #fee;
    border: 1px solid #A00;
    text-align: center;
    font-size: small;
}

div#fact_msg_BL {
    position: fixed;
    top: 35%;
    left: 40%;
    width: 250px;
    height: 200px;
    background-color: #fee;
    border: 1px solid #A00;
    text-align: center;
    font-size: small;
}

.autrecommande {
    position: fixed;
    top: 249px;
    left: 20px;
    width: 250px;
    height: 200px;
    background-color: #fee;
    border: 1px solid #A00;
    text-align: center;
    font-size: small;
}

#WzBoDyI {
    background-color: #888888;
}

span.com {
    border: 1px solid black;
    margin: 0px 1px;
    padding: 1px;
}

span.commande {
    background-color: #fbb;
}

span.recu {
    background-color: #bbf;
}

span.stock {
    background-color: #bfb;
}

span.nc {
    background-color: #fbf;
}

div#add_fidelite {
    border: 1px solid #0A0;
    background-color: #dfd;
    color: #0A0;
}

div#add_fidelite a {
    font-weight: bold;
    color: #080;
}

input#numero{
    width: 25px;
}
input#prenom{
    width: 60px;
}
input#voie{
    width: 190px;
}
input#code_postal{
    width: 40px;
}
input#ville{
    width: 160px;
}
div#a_surveiller {
    display:inline;
}
div#a_suivre {
    display:inline;
}
div#a_contacter {
    display:inline;
}
div#justificatifs {
    display:inline;
}
div#contacts a{
    display:inline;
}
.calculEnvoi{
    font-size: 13px;
    padding-left: 10px;
}
.sentShip{
 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px dashed #68929C;
    color: #68929C;
    cursor: pointer;
    float: right;
    font-size: 13px;
    margin-top: 2px;
    padding: 2px 4px;
    text-transform: uppercase;
}
.bl_boutique{
    cursor: pointer;
}