/* CSS Document */

#panier .titre{
background: #696d8c;
background-repeat: no-repeat;
height: 105px;
margin-top: 0px;
margin-bottom: 5px;
}

#panier{
margin-top: 8px;
margin-left: 0px;
padding: 0px;
}

#panier table{
border: none;
border-collapse: collapse;
width: 90%;
font-size:11px;
color:#2f3649;
}

*>#panier table{
border: none;
border-collapse: collapse;
width: 100%;
}


#panier td{

padding: 5px;
}

#panier tr{
border-collapse: collapse;
padding: 5px;
}

#panier tr.titrepanier{
background-color: #696d8c; 
color: #fff;
font-weight: bold; }

#panier tr.ligneproduit{
border-bottom: 1px #e9e1ca solid;
}

#panier tr.ligneproduitpack{
background-color:#EDF5FA; 
border: 1px #737272 solid;
}

#panier tr.ligneoption{
background-color: #ffffff; 
border: 1px #737272 solid;
}

#panier tr.paniertotal{
background-color: #e9e1ca; 
border: 1px #e9e1ca solid;
font-size: 15px;
color: #773344; }



#panier td.produit {
font-size: 12px;
font-weight: bold;
}


#panier td.sous-total {
font-size: 12px;
font-weight: bold;
}

#panier td.prix {
color: #773344;
font-size: 13px;
font-weight: bold;
}



#panier tr.blanc{
border: none;
}

#panier td.blanc{
border: none;
}

