/* CSS Document */

/* le panier */

#voir_panier{
	background-color:white;
	width:925px;
	padding:10px;
	border:1px solid black;
	margin-bottom:10px;
}
#voir_panier div{
	padding:15px 3px 5px;
	height:36px;
	border-right:1px dotted #ccc;
	border-bottom:1px solid black;
	text-align:right;
	float:left;
	display:block;
}

#voir_panier div.panier_photo{
	clear:both;
	border-right:0;
	width:60px;
	padding:2px 3px;
	height:52px;
} 

#voir_panier div.panier_designation{
	width:350px;
	text-align:left;
} 

#voir_panier div.panier_detail{
	width:130px;
	text-align:left;
} 

#voir_panier div.panier_qte{
	width:60px;
	text-align:right;
}

#voir_panier div.panier_qte input{
	width:20px;
	
}

.btn_qte_plus, .btn_qte_moins{
	font-size:0;
	width:12px;
	height:12px;
	padding:0;
	margin:2px;
	border:0;
	background-color:transparent;
	background-image:url(../images_interface/umacommerce_btn_plus.gif);
	background-position:right center;
	background-repeat:no-repeat;
	clear:right;
	float:right;
}

.btn_qte_moins{
	background-image:url(../images_interface/umacommerce_btn_moins.gif);
}

.btn_qte_plus{
	margin-top:-4px;
}

#voir_panier div.panier_prix{
	width:100px;
} 

#voir_panier div.panier_sous_total{
	width:100px;
} 

#voir_panier div.panier_supprime{
	width:60px;
} 
#voir_panier div.panier_total_ht{
	width:620px;
	text-align:left;
}

#voir_panier div.header{
	font-weight:bold;
	height:20px;
	padding:3px;
} 

#voir_panier div.footer{
	font-weight:normal;
	height:20px;
	padding:3px;
}

/* Les formulaires de paiement*/

label{
	font-weight:bold;
}

#paiement_form p{
	font-weight:normal;
	font-size:9px;
	margin:0 0 10px 40px;
}
#paiement_form h2{
	font-size:14px;
	margin:10px 0 15px 0;
}

#paiement_form h3{
	font-size:12px;
	color:#990000;
	margin:10px 0 15px 0;
}

#client_data, #formCompte{
	clear:both;
	float:left;
	border:1px solid #000;
	padding:20px;
	width:300px;
	background-color:white;
	margin-bottom:30px;
	margin-top:2px;
}

#formCompte{	
	width:600px;
}

#paiement_form{
	float:right;
	border:1px solid #000;
	padding:20px;
	width:429px;
	background-color:white;
	margin-bottom:30px;
	margin-top:2px;
	
}

fieldset{
	margin-top:20px;
	font-size:11px;
}
input{
	font-size:11px;
}

#formCompte label{
	width:150px;
	float:left;
	display:block;
}
.wide{
	width:300px;
}
#client_commentaire{
	width:100%;
}

#prix_barre{
	position:relative;
	float:left;
	margin:0;
	display:block;
	width:180px;
	text-decoration:line-through;
}

