.trPanierHeader{
	font:bold 11px Arial;
	color:#ffffff;
	background-color:#7F3301;
  height:30px;
}
.tdPanierHeader{
	/*border-bottom:1px solid #C48113; */
 /*	border-right:1px solid #fff; */
	text-align:center;
}
.tdPanierHeaderBottom{
 /*	border-bottom:1px solid #C48113;*/
	border-right:none;
	text-align:right;
}

/****************panier**************/
.txtpanier{
	background-image:url(../images/bar/btn-panier-checked.gif);
		background-position:center center;
	background-repeat:no-repeat;
	float:left;
	width:147px;
	height:24px;
	margin-top:0px;
  margin-right:0px;
  display:inline;
  margin-left:0px;
}
.txtpanier_over{
	background-image:url(../images/bar/charte/btn-panier.gif);
	background-position:center center;
	background-repeat:no-repeat;
	width:147px;
	float:left;
	height:24px;
	margin-top:0px;
  margin-right:0px;
  margin-left:0px
}
.txtpanier_selected{
	background-image:url(../images/bar/btn-panier-select.gif);
		background-position:center center;
	background-repeat:no-repeat;
	width:147px;
	float:left;
	height:24px;
	cursor: pointer;
	margin-top:0px;
  margin-left:0px
}
.txtidentification{
	background-image:url(../images/bar/btn-identification-checked.gif);
   	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	width:147px;
	height:24px;
	margin-top:0px;
  margin-right:0px;
}
.txtidentification_over{
	background-image:url(../images/bar/btn-identification.gif);
   	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	width:147px;
	height:24px;
	margin-top:0px;
  margin-right:0px;
}
.txtidentification_selected{
	background-image:url(../images/bar/btn-identification-select.gif);
		background-position:center center;
	float:left;
	background-repeat:no-repeat;
	width:147px;
	height:24px;
	margin-top:0px;
  margin-right:0px;
}
.txtrecapitulatif{
	background-image:url(../images/bar/btn-recapitulatif-checked.gif);
   	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	width:147px;
	height:24px;
	margin-top:0px;
  margin-right:0px;
}
.txtrecapitulatif_over{
	background-image:url(../images/bar/btn-recapitulatif.gif);
   	background-position:center center;
	background-repeat:no-repeat;
	width:147px;
	float:left;
	height:24px;
	margin-top:0px;
  margin-right:0px;
}
.txtrecapitulatif_selected{
	background-image:url(../images/bar/btn-recapitulatif-select.gif);
		background-position:center center;
	float:left;
	background-repeat:no-repeat;
	width:147px;
	height:24px;
	margin-top:0px;
  margin-right:0px;
}
.txtpaiement{
	background-image:url(../images/bar/btn-paiement-checked.gif);
		background-position:center center;   ;
	background-repeat:no-repeat;
	float:left;
	width:147px;
	height:24px;
	margin:0;
	padding:0;
	margin-top:0px;
  margin-right:0px;
}
.txtpaiement_over{
	background-image:url(../images/bar/btn-paiement.gif);
		background-position:center center;
	background-repeat:no-repeat;
	float:left;
	width:147px;
	height:24px;
	margin-top:0px;
}
.txtpaiement_selected{
	background-image:url(../images/bar/btn-paiement-select.gif);
		background-position:center center;
	background-repeat:no-repeat;
	float:left;
	width:147px;
	height:24px;
	margin-top:0px;
  margin-right:0px;
}


/* PANIER */
.panier-content{
  width:570px;
  text-align:center;
  margin:0 auto;
  font:normal 11px Arial;
  color: #5d5d5d;

  }
.panier-content ul{
  list-style-type: none;
  text-align: center;
  margin:0px auto;
  }

/* panier */

.table-compte{
  background:#FEDFC0;
  width:100%;
  clear:both;
  text-align: center;
  margin-top:20px;
  float:left;
  border:1px solid #F0B6BD;
  font:normal 11px Tahoma;
  }
.table-compte thead td{
    background-color:#F7B549;
    color:#ffffff;
    font-weight:bold;
    height:30px;
    margin:0 auto;
    border-bottom:1px solid #C48113;
    }
tr.table-row{background-color:red;}

  tr.table-row td{
    height:20px;
    }
  .odd{background-color: #EAEBED;}
  .even{background-color: #ffffff;}

  .table-compte td img{cursor: pointer;}
  .table-compte td.alignright{
    text-align: right;
    padding-right:5px;
    }

 .column-left{
  text-align:right; padding-right: 3px
 }

 .cadeaux
 {
   background-color: #C6C1C1;
   height: 1px;
 }

 .tops{
   background-color: #7F3301;
   color: #ffffff;
   font-weight: bold;
   height: 25px;  

 }

