
/* PANIER */
.panier-content{
  width:550px;
  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;
  }

/* cart bar */
ul.cart-bar{
  width:550px;
  margin:0;
  list-style-type:none;
  }
  ul.cart-bar li{
    float:left;
    width: 103px;
    height:29px;
    }
.txtpanier{background:url(../images/charte/menus/panier_over_01.gif) no-repeat right top;}
.txtpanier_over{background:url(../images/charte/menus/panier_01.gif) no-repeat right top;}
.txtpanier_selected{background:url(../images/charte/menus/panier_select_01.gif) no-repeat right top;}

.txtidentification{background:url(../images/charte/menus/panier_over_02.gif) no-repeat right top;}
.txtidentification_over{background:url(../images/charte/menus/panier_02.gif) no-repeat right top;}
.txtidentification_selected{background:url(../images/charte/menus/panier_select_02.gif) no-repeat right top;}

.txtrecapitulatif{background:url(../images/charte/menus/panier_over_03.gif) no-repeat right top;}
.txtrecapitulatif_over{background:url(../images/charte/menus/panier_03.gif) no-repeat right top;}
.txtrecapitulatif_selected{background:url(../images/charte/menus/panier_select_03.gif) no-repeat right top;}

.txtlivrasion{background:url(../images/charte/menus/panier_over_04.gif) no-repeat right top;}
.txtlivrasion_over{background:url(../images/charte/menus/panier_04.gif) no-repeat right top;}
.txtlivrasion_selected{background:url(../images/charte/menus/panier_select_04.gif) no-repeat right top;}

.txtpaiement{background:url(../images/charte/menus/panier_over_05.gif) no-repeat right top;}
.txtpaiement_over{background:url(../images/charte/menus/panier_05.gif) no-repeat right top;}
.txtpaiement_selected{background:url(../images/charte/menus/panier_select_05.gif) no-repeat right top;}

/* panier */

.table-compte{
  background:#D3D2D1;
  width:100%;
  clear:both;
  text-align: center;
  margin-top:30px;
  float:left;

  }
.table-compte thead td{
    background-color:#5183F6;
    color:#ffffff;
    font-weight:bold;
    height:30px;
    text-align: center;
    font-size:12px;
    }
tr.table-row{background-color:#ffffff;}

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

  .table-compte td img{cursor: pointer;}
  .table-compte td.alignright{
    text-align: right;
    padding-right:5px;
    }
tfoot td{
  background-color: #ffffff;
  height:55px;
  }

.alert-text{
  text-align: center !important;
  margin:80px auto 0;
  font-weight:bold;
  }

/* adresse de livraison */
.panier-adresse{
  margin-top:30px;
  float:left;
  }
  .panier-adresse p{
    width:140px;
    float:left;
    font-weight:bold;
    }
   .panier-adresse textarea{
     width:250px;
     margin:0px;
     height:50px;
     padding-left:5px;
     float:left;
     }
ul.centered-list{
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
    ul.centered-list li{
       float:left;
       width:33%;
       text-align: center;
       height:20px;
       }

















