/********** CARTES DE PAIEMENT ************/
form.paiement {
	margin:0; padding:0;
}

form.paiement input.card {
	margin:5px;
	border:0;
	width:45px;
	height:30px;
}

form.paiement input.card:hover {
	cursor:pointer;
}

form.paiement input.cb { background:url('CB.gif') no-repeat center;}
form.paiement input.mastercard { background:url('EUROCARD_MASTERCARD.gif') no-repeat center;}
form.paiement input.amex { background:url('AMEX.gif') no-repeat center;}
form.paiement input.visa { background:url('VISA.gif') no-repeat center;}
form.paiement input.ecard { background:url('E_CARD.gif') no-repeat center;}
form.paiement input.cheque { background:url('CHEQUE.gif') no-repeat center;}

/* ETAPE 2 */
fieldset.client legend {
	font-size:14px;
	color:#000;
	font-weight:bold;
	margin:10px;
	padding:5px;
	border-bottom:2px solid #ccc;
}

fieldset.client div.titre {
	float:left;	clear:both; width:100%;
	margin-top:10px;
	margin-bottom:1px;
	background:#000;
}

fieldset.client div.data {
	float:left;	clear:both; width:100%;
	background:#fff;
	text-align:center;
	background:url('client_data.gif') repeat-y left;
}

fieldset.client div.data p {
	margin:10px;
}

fieldset.client div.data form {
	margin:10px; padding:0;
}

fieldset.client div.data form label {
	float:left;
	width:100%;
	clear:both;
	text-align:left;
}

fieldset.client div.data form input {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:20px;
	border:1px solid #999999;
}

fieldset.client div.data input.valid {
	width:180px; height:25px;
	float:none; border:0;
	background:url('../panier/input.gif') no-repeat;
	margin-bottom:0px;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	
}

fieldset.client div.bottom {
	float:left;	clear:both; width:100%;
	background:url('client_bottom.gif') no-repeat left;
	height:20px;
}

