



/* ----- Description de la liste des commandes ------ */

#commandes {
    float : left;
    clear : both;
    width : 95%;
    margin : 0;
    padding : 1em;
}


.liste-commandes {
    clear : both;
    width : 95%;
    border : none;
}


.derniers-clients .liste-commandes,
.dernieres-commandes .liste-commandes {
    width : 100%;
}

.liste-commandes th {
    text-align : center;
    padding : .4em;
    background : #e5e5e5;
    border : none;
}

.liste-commandes td {
    text-align : right;
    padding : .4em;
    border : none;
    /*border-left : 1px solid #e5e5e5;*/
    border-right : 1px solid #e5e5e5;
}
.liste-commandes .c0 td {
    background : #f0f0f0;
    /*border-left : 1px solid #fff;*/
    border-right : 1px solid #fff;
}

.liste-commandes tr.cloturee td { color : #999; }
.liste-commandes tr.erreur td { color : red; }
.liste-commandes tr.annulation td { color : a5a5a5; text-decoration : line-through;}
.liste-commandes tr.invalide td { color : #a5a5a5; }
.liste-commandes tr.expedie-a-payer td { font-weight : bold; /*background : url(../../img/educatop/commande_a_payer.gif) top left repeat-x;*/ }
.liste-commandes tr.a-expedier td { background : #FDF363; }


.liste-commandes td.actions {
    text-align : left;
}
.liste-commandes td.actions a {
    font-weight : normal;
    text-decoration : none;
}
.liste-commandes td.actions a:hover {
    text-decoration : underline;
}
