/* Tableau historique des commandes */
table.historique {width:100%;border-collapse: collapse;}
table.historique thead{color:#85a9d3;font-size:0.9em;font-weight:normal;background:#e6eaf2;}
table.historique th{text-align:center;padding:1px 0px 1px 4px;border-top:1px solid #e6eaf2;border-left:1px solid #e6eaf2;border-right:1px solid #e6eaf2;border-bottom:1px solid gainsboro;font-weight:normal;}
table.historique td{text-align:center; vertical-align:center;color:black; font-size:0.8em;font-weight:normal;padding:5px 5px 5px 4px;border-bottom:1px dotted #85a9d3;}
table.historique input {font-family:verdana,arial, helvetica, sans-serif;color:#595959; font-size:0.9em;font-weight:normal;}

/* Tableau détail dans l'historique des commandes */
table.historique-detail {margin:0px 5px 0px 0px;width:99%; border-collapse:collapse;}
table.historique-detail thead{background:#e4e4e5;color:#093482;}
table.historique-detail tfoot th{color:#093482;font-weight:bold;}
table.historique-detail th{text-align:left;font-size:1em;padding:1px 0px 1px 4px;border-right:1px solid white;border-top:0px;border-left:0px;border-bottom:1px solid white;}
table.historique-detail td{text-align:center;background:#f2f4f8;vertical-align:center;color:#85a9d3;font-weight:normal;padding:5px 0px 5px 4px;border-bottom:1px solid white;border-right:1px solid white}
table.historique-detail input {color:#595959; font-size:0.9em;font-weight:normal;}
table.historique-detail td.articles{text-transform:uppercase;text-align:left}
span#txtYear{display:inline;}   		 
   
table.historique td a,table.historique-detail td a{
display:block;
padding-left:7px;
color:#85a9d3;	
text-decoration:underline;
}  
table.historique td a:hover,table.historique-detail td a:hover {text-decoration:none;color:#85a9d3}
table.historique td a.detail-fermee,table.historique-detail td a.detail-fermee {	
background:url(../design/puce5.jpg) right center no-repeat;
}		  
table.historique td a.detail-ouvert,table.historique-detail td a.detail-ouvert {
background:url(../design/puce6.jpg) right center no-repeat;
}	
a.retour{
padding-left: 15px;
float:right;
font-size:0.9em;
color:#f89b0a;
text-decoration:underline; 
background: url(../design/puce7.jpg) left center no-repeat;
margin:10px 135px 10px 0px;
}
a.retour:hover {text-decoration:none;} 

/* Tableau du panier */
table.panier {margin:10px 0px 0px 0px;border:1px solid #85a9d3;width:84.5%; border-collapse: collapse;}
table.panier thead{color:#093482;font-size:0.9em;font-weight:bold;} 
table.panier tfoot{color:white;font-size:0.9em;font-weight:bold;background:#85a9d3;}
table.panier th{text-align:left;padding:2px;border-right:1px solid #85a9d3;}
table.panier thead th p {background:#85a9d3;padding:1px 0px 1px 3px;}
table.panier tfoot th{border-top:1px solid white;}   
table.panier td{background:white; vertical-align:center;color:#595959; font-size:0.8em;font-weight:normal;padding:4px 2px 4px 4px;border-right:1px solid #85a9d3;border-bottom:1px solid #85a9d3;} 
table.panier td img{float:left; vertical-align:bottom;border:0px;margin:8px 5px 0px 0px}
table.panier td.inputsupp input {border:none;}
table.panier input {font-family:verdana,arial, helvetica, sans-serif;color:#595959; font-size:0.9em;font-weight:normal;}
table.panier th.total{text-align:right;margin-right:2px}	 
div.articles-dl-panier{
color:#c08282;
margin:0px;
padding:0px;
}	
.frais-port{ 
color:#808080;
font-size:0.8em;
font-weight:normal;
}	  
p.cgv-acceptation{
color:#f89b0a;
font-size:0.8em;
text-align:left;  
margin:0px;
padding:5px 0px 0px 5px;
} 
p.cgv-acceptation a,p.frais-port a {color:#f89b0a;text-decoration:underline;}
p.cgv-acceptation a:hover,p.frais-port a:hover{color:gray;text-decoration:none;}	 


