@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

.spacer{
	clear:both;
}

a img{
	border:none;
}

#b_panier
{ position: absolute;
  top: 70px;
  left: 320px;
  width: 650px;
  z-index: 101;
}

.fermer_bloc
{ cursor: pointer;
}

#empty_cart
{ text-align: center;
}

/**********************bloc texte et focus**************************/
#bloc_panier{
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:650px;
}

#bloc_panier .zone_texte_haut{
	width:650px;
	height:11px;
}

#bloc_panier .zone_texte_centre{
	background:#f7e3c4;
	width:650px;
	padding:0px;
}

#bloc_panier .zone_texte_bas{
	width:650px;
	height:11px;
}


/**************boutons******************/

#bloc_panier .btnjaune{
	background:url(../images/btnjaune_off.png) no-repeat !important;
	background:url(../images/btnjaune_off_ie6.png) no-repeat;
	width:170px;
	height:40px;
	color:#664a3e;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	border:none;
	margin-right:60px;
	float:right;
}
#bloc_panier .btnjaune:hover{
	background:url(../images/btnjaune_on.png) no-repeat !important;
	background:url(../images/btnjaune_on_ie6.png) no-repeat;
	color:white;
}

#bloc_panier #btn_haut{
	margin-top:-70px;
}

#bloc_panier #btn_bas{
	margin-top:20px;
}

#bloc_panier #qte_moins{
	background:url(../images/qtemoins_off.png) no-repeat;
	width:19px;
	height:19px;
	border:none;
}
#bloc_panier #qte_moins:hover{
	background:url(../images/qtemoins_on.png) no-repeat;
}

#bloc_panier #qte_plus{
	background:url(../images/qteplus_off.png) no-repeat;
	width:19px;
	height:19px;
	border:none;
}
#bloc_panier #qte_plus:hover{
	background:url(../images/qteplus_on.png) no-repeat;
}

#bloc_panier #quantite{
	width:25px;
}

#bloc_panier #continuer_achats{
	float:left;
	margin:10px;
	background:url(../images/continer_achat_off.png) no-repeat;
	width:117px;
	height:56px;
	border:none;
}
#bloc_panier #continuer_achats:hover{
	background:url(../images/continer_achat_on.png) no-repeat;
}

/***************styles communs*********************/
#bloc_panier h2{
	background:url(../images/bloc_h2.png) top no-repeat;
	width:640px;
	height:61px;
	font-size:24px;
	color:#f7e3c4;
	margin-bottom:10px;
	padding-left:10px;
}

#bloc_panier h3{
	color:#664a3e;
	font-size:18px;
	margin-bottom:10px;
}

#bloc_panier a{
	color:#45603e;
	font-weight:bold;
	text-decoration:underline;
}

#bloc_panier .lien_bleu{
	font-size:12px;
	margin-left:300px;
	font-weight:normal;
	color:#002cbd;
}

#bloc_panier .en_gros{
	font-size:20px;
	color:#45603e;
}

#bloc_panier .prix_barre{
	font-size:12px;
	font-weight:normal;
	text-decoration:line-through;
	color:black;
}

#bloc_panier .en_petit{
	font-weight:normal;
	font-size:12px;
}

#bloc_panier .fermer{
	display:block;
	width:22px;
	height:22px;
	float:right;
	margin-right:10px;
	margin-top:-70px;
}

/**********************************tableau panier***********************************/
#bloc_panier #cart_form table{
	width:98%;
	margin-left:1%;
	margin-bottom:10px;
	border-spacing:0px;
	border-bottom:solid 1px 
}

#bloc_panier td{
	text-align:left;
}

#bloc_panier #produit td{
	border-bottom:dotted 1px #664a3e;
}

#bloc_panier #produit td.designation{
	text-align:left;
}

#bloc_panier .photo{
	margin:10px;
	vertical-align:middle;
	border: solid 1px #664a3e;
}

#bloc_panier #produit h3{
	display:inline;
}

#bloc_panier td.pt_ttc{
	color:#247400;
	font-weight:bold;
	font-size:18px;
	text-align:right;
}



/********************************total commande**************************************/
#bloc_panier #cart_form .total{
	margin-right:20px;
	margin-bottom:10px;
	text-align:right;
	font-size:18px;
}

#bloc_panier #cart_form .total_cmd{
	font-weight:bold;
}

/*******************************boutons formulaire***********************************/
#bloc_panier #cart_form #supprimer{
	background:url(../images/fleche_suppr.png) left no-repeat;
	float:left;
	padding-left:30px;
	margin-left:20px;
	display:block;
	font-size:12px;
}


/*****************************frais de livraison************************************/
#bloc_panier #cart_form #encore_livraison{
	background:url(../images/frais_port.png) no-repeat;
	width:200px;
	height:48px;
	padding:10px;
	padding-left:26px;
	margin-left:150px;
}

#bloc_panier #cart_form #encore_livraison_empty{
	width:200px;
	height:48px;
	padding:10px;
	padding-left:26px;
	margin-left:150px;
}

#bloc_panier #cart_form #total_port{
	text-align:right;
	margin-top:20px;
	margin-right:70px;
}

#bloc_panier #cart_form .total_fdp{
}

