
a { color: #000000; text-decoration: none; }
a:hover { text-decoration: underline; }
table.tableclass { border-collapse: collapse; border: 1px solid #CCB; text-align:center }
table.tableclass td, table.tableclass th { padding: 5px; border: 1px solid #E0E0E0; }
table.tableclass th { background: #E5E5E5; text-align: center;}

.tableclass .quantite {
	background: #dd4b39 ;
	color:#FFF;
	text-align:center;
}

.tableclass .cmd_fournisseur {
	background: #f6eb14;
}

.tableclass .delai {
	background: #FFCCCC;
}

.tableclass .recu {
	background: #00c0ef;
}

.tableclass .marquage {
	background: #f39c12;
}

.tableclass .sms_livraison {
	background: #88FF44;
}

.tableclass .enleve {
	background: #00a65a;
}

.tableclass .p1 {
	background: #f6eb14;
}
.tableclass .p1 a{
	text-transform:uppercase;
	font-weight:normal;
}

.tableclass .p2 {
	background: #00c0ef;
}
.tableclass .p2 a{
	color:#fff !important;
	text-transform:uppercase;
	font-weight:normal;
}

.tableclass .p3 {
	background: #f39c12;
}
.tableclass .p3 a{
	color:#fff !important;
	text-transform:uppercase;
	font-weight:normal;
}

.tableclass .p4 {
	background: #b7b7b7;
}
.tableclass .p4 a{
	color:#fff !important;
	text-transform:uppercase;
	font-weight:normal;
}

.tableclass .p5 {
	background: #dd4b39 !important;
}
.tableclass .p5 a{
	color:#fff !important;
	text-transform:uppercase;
	font-weight:normal;
}

