
a{
	font-size: 1em;
	text-decoration: underline;
	color: #492A12;
}

.panier	{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;

}

.panier	.panierentete{
	height: 30px;
	text-align: center;
	font-size: 0.8em;
	background-color: #C4AB97;
}

.panier	.panierligne{
	height: 60px;
	border-bottom: 1px solid #C7C3C0;
	text-align: center;
	font-size: 0.8em;	
}

form{
	margin: 0; 	
 	padding: 0;
}

.panier	.panierligne #produitquantite {
	font-size: 100%;
	width: 30px;
	text-align: center;
	border : 1px solid #C7C3C0;
	/*background: #F6E7DC;*/
}

.panier	.panierligne .supprimer {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	font-weight: normal;
	width: 70px;
	height: 20px;
	background: #fff url('../../fr/images/communs/fond_bouton.gif') repeat;
	border : 0px solid #fff;
}

/*-----------------------------------------------------------------------------------------*/
#commande	{
	float: left;
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: #DBD2CB;
}

#commandepoids	{
	width: 220px;
	padding-left: 30px;
	font-size: 0.8em;
	font-weight: bold;
}

#commanderecalcul	{
	width: 150px;
	text-align: center;	
}

#commanderecalcul .recalculer	{
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	font-weight: normal;
	width: 100px;
	height: 20px;
	background: #fff url('../../fr/images/communs/fond_bouton.gif') repeat;
	border : 0px solid #fff;
}

#commandemontanttotal	{
	padding-right: 30px;
	font-size: 0.8em;
	text-align: right;
	font-weight: bold;
}
/*-----------------------------------------------------------------------------------------*/
#livraison {
	float: left;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #DBD2CB;
}

#livraisonfrais {
	width: 220px;
	padding-left: 30px;
	font-size: 0.8em;
	font-weight: bold;
}
/*-----------------------------------------------------------------------------------------*/
#promo {
	float: left;
	height: 20px;
	margin-top: 20px;
	padding-left: 30px;
}
#promo input{
	width: 100px;
	height: 20px;
	font-size: 0.9em;
	border : 1px solid #C7C3C0;
}
#remise {
	float: left;
	height: 40px;
	background: #DBD2CB;
	margin: 0;
	padding: 0;
}

#montantremise {
	width: 220px;
	padding-left: 30px;
	font-size: 0.8em;
	font-weight: bold;
}


/*-----------------------------------------------------------------------------------------*/
#actionpage {
	float: left;
	width: 100%;
	height: 40px;
	margin-top: 30px;
	padding: 0;
}
#fondretourboutique {
	width: 170px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url('../../fr/images/communs/fond_bouton.gif') repeat;
}
#fondretourboutique a{
	display: block ;
	font-size: 0.7em;
	text-decoration: none;
}

#actionpage input {
	width: 170px;
	font-size: 0.7em;
	background: #fff url('../../fr/images/communs/fond_bouton.gif') repeat;
	border : 0px solid #fff;
	height: 20px;
}

#actionpage input:hover {
	cursor: pointer;
}

