/* Ce fichier a été copié depuis le projet Commun. */
/* Ne pas éditer ce fichier directement; l'éditer depuis le projet Commun. */

/* Largeurs fixes - Respectent un standard */
/* LES LARGEURS INSCRITES ICI DOIVENT ÊTRE REPORTÉES DANS CONFLUENCE - GUIDE DE STANDARDS - CONCEPTS - TABLEAU */

table .statut {
    width: 100px;
    text-align: right;
}

table .dateHeureUneLigne {
    width: 130px;
}

table .dateHeureDeuxLignes {
    width: 70px !important;
}

table .date {
    width: 100px;
    text-align: right;
}

table .prix {
    width: 100px;
    text-align: right;
}

table .numeroFacture {
    width: 125px;
}

#w table .codeProduit, #w table .codeProduitFacture {
    width: 140px;
}

table .codeProduit, table .codeProduitFacture {
    width: 250px;
}

#w table .nomProduit, #w table .nomProduitFacture {
    width: 190px;
}

table .nomProduit, table .nomProduitFacture {
    width: 400px;
}

table .codeTaxes {
    width: 50px;
    text-align: right;
}

#w table .commentaire {
    width: 340px;
    max-width: 340px;
}

table .commentaire {
    width: 520px;
    max-width: 520px;
}