/* block top user information */
#header_right #header_user {
   width: 450px;
   height : auto;
   text-align: right;
   float : right;
   margin :0px 0px 0 0px;
   background: transparent;
   padding: 8px 5px 5px 6px;
   
   
}
#header_user p { color: #3B3636; }
#header_user  a { color:#3B3636; }
#header_user span { font-weight: bold;  }
#header_user ul { margin-top: 0px; }
#header_user li {
   line-height: 2em;/*espace entre les lignes de texte*/
   white-space: nowrap;
   float : right;   
}
#shopping_cart { font-size: 1em; color: #3B3636;  }
#header_user #your_account { font-size: 1em; }
#header_user #shopping_cart a, #header_user #your_account a {
   background-repeat: no-repeat;
   background-position: top left; /*position des icones*/
   padding: 3px 5px 15px 35px;
   height: 180px;
   font-weight: bold;
   text-decoration : none;
   color:#3B3636;
}
#header_user #shopping_cart a  {  background-image: url('../../../img/icon/shopping_cart.png') ; }
#header_user #shopping_cart span.ajax_cart_quantity { padding-right:0.5em; }
#header_user #your_account a { background-image: url('../../../img/icon/my-account.png'); margin-left: 5px; }