#blockpanier{
	margin-top: 5%;
}

#entete{
	background-color: #f4f4f4;
	display: inline-flex;
	width: 100%;

}
#btncommander{
	margin-top: 1%;
	margin-bottom: 1%;

}
#titrepanier{
	margin-right: 50%;
	margin-left: 15%;
	font-size: 250%;
	font-weight: bold;
	font-family: cursive;
}
#tableau{
	margin-right: 20%;
	margin-left: 15%; 
}
#entetetableau{
	display: inline-flex;
	width: 100%;
	justify-content: space-around;
	border:solid;
	border-width: 1px;

}
#titrenomproduit{
	margin-left: 25%;
	font-family: "Timenew";
	font-size: 105%;
	font-weight: bold;
}
#titrequantité,#action{
	font-size: 105%;
	font-weight: bold;

}
.article{
	display: inline-flex;
	height: 100px;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	justify-content: space-around;
	text-align: center; 
	border:solid;
	border-top: none;
	border-width: 1px;

}
.nomprod{
	margin-left: 2%;
	text-align: center; 
	width: 10%;
	margin-top: 2%;

}

.quantité{
	text-align: center; 
	margin-left: -3%;
	margin-top: 1%;
}

.btnsupp{
	background-image: url("../images/poubelle.png");
	background-position: center;
	height: 50%;
	background-color: white;
	border:none;
	width: 5%;
	background-size: 80%;
	margin-right: 2%;
	margin-top: 1%;
	background-repeat: no-repeat;
}