.input-bouton {
	width:100%;
	border:1px solid #666;
	color:#333;
}


/* RECAP *******************************************************************************************/
#recap .input-text{
	width:70%;
	text-align:right;
}
#recap .input-textShow {
	width:60%;
	border:none;
	background:transparent;
	text-align:right;
}

#recap td {
	border-right:1px solid #fff;
	padding:2px 5px;
}
#recap  thead td {
	background:#ff5f00;
	color:#fff;
	font-weight:bold;
}

#recap .row-produit td {
	border-bottom:1px solid #bbb;
	padding:5px 5px;
}

#recap .row-frais {
	background:#dbdcde;
}
#recap .row-total {
	background:#6e6f73;
	color:#fff;
}
#recap .row-total input,
#recap .row-total a {
	color:#fff;
}
/* Identification **************************************************************************************/
#facturation .input-text,
#livraison .input-text {
	width:100%;
	border:1px solid #bbb;
}