/*********************************************************************
 *************** 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/top-fond.png) top left no-repeat;
  float: right;
  width: 97px;
  height: 107px;
  margin: 10px 6px;
  text-align: center;
}

#panier {
  float: right;
  background: url(../../img/top-fond.png) top left no-repeat;
  width: 97px;
  height: 107px;
  margin: 10px 20px 0 0;
  text-align: center;
}

#compte a, #panier a {
  text-decoration: none;
  color: #8f897e;
  font-size: 12px;
  font-weight: 600;
}

#compte a:hover, #panier a:hover {
 color: #333;
}

#compte img {
 margin: 10px 0 15px 3px;
}

#panier img {
 margin: 4px 0 12px 1px;
}

#nb_article {
  background: url(../../img/background-nb_articles.png) top left no-repeat;
  width: 41px;
  height: 41px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 13px;
  float: left;
  margin: -108px 0 0 76px;
  display: block;
}

/*
#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;
float:left;
margin-left:5px;
width:190px
}

#suivi_commande {
float:right
}
*/