/*********************************************************************
 *************** PRODUIT ESPACE CLIENT ET COMMANDE *******************
 *********************************************************************/

@import url(produit.css);
@import url(espace_client.css);
@import url(commande.css);


/*********************************************************************
 ******************** BLOC SPECIFIQUE ECOMMERCE **********************
 *********************************************************************/

#compte {
  background:url(../../img/compt.png) no-repeat top center;
  float: right;
  width: 214px;
  height: 83px;
  margin: 0 2px;
}

#panier {
  float: right;
  background: url(../../img/paanier.png) no-repeat;
  width: 214px;
  height: 83px;
  margin: 0 0 0 2px;
}
p#nb_article,#compte a{
 background:url(../../img/inpuut.png);
 margin:42px auto auto;
padding-top:4px;
text-align:center;
width:184px;
 height:21px;
 color:#fff;
 display:block;
}

#panier h3, #compte h3 {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 5px 0 3px 28px;
  display:none;
}

#panier p, #compte p {
  margin-bottom: 0
}

#livraisons {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
/*border:1px solid #CBCDD0;*/
float:left;
margin-left:5px;
width:190px
}

#suivi_commande {
float:right
}
