.commande {

	width : 100%;
	
	font-size : 12px;

}

.commande th {

	text-align : right;

}

.commande td {

	padding : 0px 5px;

}

.commande td.libelle {

	text-align : left;

}

.commande td.tarif {

	width : 80px;
	
	text-align : right;

}

.commande td.quantite {

	width : 100px;
	
	text-align : right;

}

.commande td.montant {

	width : 80px;
	
	text-align : right;

}

.commande td.action {

	width : 20px;
	
	text-align : center;

}

.totaux {

	width : 100%;
	
	padding : 5px 10px 20px 10px;
	
	font-size : 14px;
	
	background-color : #272B31;

}


.totaux tr {

	

}

.totaux tr.total {

	font-weight : bold;

}

.totaux td {

	padding : 0px 5px;

}

.totaux td hr {

	border-width : 2px 0px 0px 0px;
	border-style : solid;
	border-color : #ffffff;

}

.totaux td.libelle {

	text-align : left;

}

.totaux td.montant {

	width : 100px;
	
	text-align : right;

}
