@charset "utf-8";
/* CSS Document */

.ligne_commande {
	border: solid 5px #FFF;
	border-radius: 10px;
	padding: 15px;
	cursor: pointer;
}
.ligne_commande:hover {
	border: solid 5px #666;
}
.ligne_commande.active {
	border: solid 5px #666;
}

.commande_synthese > div {
	width: 19.5%;
	display: inline-block;
	text-align: left;
}
.commande_synthese > div:first-child {
	background-image: url(../api/design/approved-black.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 40px;
}
