﻿
   

/* Mise en forme du tableau de recapitulatif */


.entete
{
    font-style: italic;
    color: #03664A;
    text-decoration: underline;
}
.cellNom
{
    margin: 4px 0px;
    text-align: left;
    font-weight: bold;
}
.cellVal
{
    margin: 4px 0px;
    text-align: center;
}
.colNom
{
    width: 36%;
    background-color: #A7C942;
    color: #03664A;
}

.table-striped-ds > tbody > tr:nth-child(odd) > td.colNom,
.table-striped-ds > tbody > tr:nth-child(odd) > th.colNom {
  background-color: rgba(167,201,66,0.5); /*#A7C942;*/
}

.colVal
{
    width: 18%;
}

.webgrid-header
{
    background-color: #A7C942;
    color: #FFFFFF;
    padding-bottom: 4px;
    padding-top: 5px;
    text-align: center;
}

.webgrid-header th
 {
    text-align: center;
 }

.ids
{
    color: blue;
}

.pds
{
    color: #7F0000;
}

.header th:nth-child(3) {
    background-image: url("../Images/ecran.png");

}
.headerTel th:nth-child(3) {
    background-image: url("../Images/ecran.png");
}

.header th:nth-child(4) {
    background-image: url("../Images/carteMere.png");

}

.header th:nth-child(5) {
    background-image: url("../Images/connex.png");

}

.header th:nth-child(6) {
    background-image: url("../Images/ventillo.png");

}

.header th:nth-child(7) {
    background-image: url("../Images/carrosserie.png");

}

.header th:nth-child(8) {
    background-image: url("../Images/clavier.png");

}

.header th:nth-child(9) {
    background-image: url("../Images/hdd.png");

}

.header th:nth-child(10) {
    background-image: url("../Images/garantie.png"); 
}
.headerTel th:nth-child(4) {
    background-image: url("../Images/garantie.png"); 
}

.header th {
    background-repeat: no-repeat; 
    background-size: 30px;
    background-position:center;
}
.headerTel th {
    background-repeat: no-repeat; 
    background-size: 30px;
    background-position:center;
}