/* CSS pour castorshop */
#prix_barre {
    text-decoration : line-through;
}


/* tableau de liste par défaut */
table.tableauFiche {
    width: 100%;
    font-size: 0.8em;
}

table.tableauFiche thead {
    background-color: #0000AE;
}

table.tableauFiche th {
    text-align:left;
    color: #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;
}

table.tableauFiche th.actions {
    width: 70px;
    text-align:center;
}

table.tableauFiche td {
    border-top: #ffffff 1px solid;
}

table.tableauFiche tr.bleu1 {
    background-color: #e0e1e4;
}

table.tableauFiche tr.bleu2 {
    background-color: #f1f2f3;
}

/* Tableau de specification pour l'admin */
table.norm{
    font-size: 1em;
    width: 80%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border: solid 1px #000000;
}

table.norm td{
    border: solid 1px #000000;
    border-top: solid 1px #000000;
    padding:3px;
}
