.tablePanier th{
    text-align: left;
    font-weight: normal;
    padding: 3px 5px;
    border: 1px solid #EECFF9;
    background-color: #B186CD;
    color: #FFFFFF;
    vertical-align: middle;
}
.tablePanier td{
    padding: 3px 5px;
    border: 1px solid #EECFF9;
    background-color: #FFFFFF;
    color: #79558B;
}
.tablePanier tr.cartTotal td{
    background-color: #B186CD;
    color: #FFFFFF;
}


.tablePanier td table td{
    padding: 3px 5px;
    border: 1px solid #EECFF9;
    background-color: #FFFFFF;
    color: #79558B;
}
.tablePanier tr.cartTotal td table td{
    background-color: #B186CD;
    color: #FFFFFF;
}


/****************panier**************/
.txtpanier{
	background-image:url(../images/bar/btn-panier-checked.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:162px;
	height:21px;
    padding: 0 10px 0 0;
    display:inline;
}
.txtpanier_over{
	background-image:url(../images/bar/charte/btn-panier.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:162px;
	height:21px;
    padding: 0 10px 0 0;
    display:inline;
}
.txtpanier_selected{
	background-image:url(../images/bar/btn-panier-select.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:162px;
	height:21px;
    padding: 0 10px 0 0;
    display:inline;
}
.txtpanier_selected:hover{
	background-image:url(../images/bar/btn-panier-checked.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:162px;
	height:21px;
    padding: 0 10px 0 0;
    display:inline;
}
.txtidentification{
	background-image:url(../images/bar/btn-identification-checked.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:162px;
	height:21px;
    padding: 0 10px 0 0;
    display:inline;
}
.txtidentification_over{
	background-image:url(../images/bar/btn-identification.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:162px;
	height:21px;
    padding: 0 10px 0 0;
    display:inline;
}
.txtidentification_selected{
	background-image:url(../images/bar/btn-identification-select.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:162px;
	height:21px;
    padding: 0 10px 0 0;
    display:inline;
}
.txtidentification_selected:hover{
	background-image:url(../images/bar/btn-identification-checked.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:162px;
	height:21px;
    padding: 0 10px 0 0;
    display:inline;
}
.txtrecapitulatif{
	background-image:url(../images/bar/btn-recapitulatif-checked.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:162px;
	height:21px;
    padding: 0 10px 0 0;
    display:inline;
}
.txtrecapitulatif_over{
	background-image:url(../images/bar/btn-recapitulatif.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:162px;
	height:21px;
    padding: 0 10px 0 0;
    display:inline;
}
.txtrecapitulatif_selected{
	background-image:url(../images/bar/btn-recapitulatif-select.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:162px;
	height:21px;
    padding: 0 10px 0 0;
    display:inline;
}
.txtrecapitulatif_selected:hover{
	background-image:url(../images/bar/btn-recapitulatif-checked.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:162px;
	height:21px;
    padding: 0 10px 0 0;
    display:inline;
}
.txtpaiement{
	background-image:url(../images/bar/btn-paiement-checked.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:162px;
	height:21px;
    padding: 0 10px 0 0;
    display:inline;
}
.txtpaiement_over{
	background-image:url(../images/bar/btn-paiement.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:162px;
	height:21px;
    padding: 0 10px 0 0;
    display:inline;
}
.txtpaiement_selected{
	background-image:url(../images/bar/btn-paiement-select.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:162px;
	height:21px;
    padding: 0 10px 0 0;
    display:inline;
}

/* PANIER */
.panier-content{
  width:570px;
  text-align:center;
  margin:0 auto;
  font:normal 11px Verdana;
  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;
    }




