/* block top user information */
#header_right #header_user {
	float: right;
	width: 290px;
	text-align: right;
	background: url(/img/fond-panier-cadre-photo-2.png) no-repeat;
	max-height: 103px;
	padding: 5px;
	margin: 7px 0 10px 0;
	border-radius: 10px;
}
#header_user p { 
	color: rgb(240, 0, 58);
	margin-top:40px;
	margin-right: 5px;
	}
#header_user span { font-weight: bold;color:rgb(240, 0, 58); }
#header_user ul { margin-top: 0.3em }
#header_user li {
	float: right;
	line-height: 3em;
	margin-left: 0.5em;
	white-space: nowrap
}
#header_user #shopping_cart{ font-size: 0.9em; margin-right: 4px; width: 300px; margin-top: 2px;position:relative;}
#header_user li#your_account {
	font-size: 14px;
	margin-right: 15px;
	/*background: url('/img/fond-compte2.png') no-repeat;*/
	padding: 17px 12px 0 0;
	width: 168px;
	height: 56px;
	margin: -135px -10px 0 0;
}
#header_user #shopping_cart a, #header_user #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 0 10px 32px;
	height: 20px;
	text-decoration: none;
	color:rgb(240, 0, 58);
	;
}
#header_user #shopping_cart a { background-image: /*url('../../../img/icon/cart.gif') */}
#header_user #your_account a { /*background-image: url('../../../img/icon/my-account.gif')*/margin-right: 10px; }
#header_right #header_user a{color:rgb(240, 0, 58);}