/* block top user information */
#header_right #header_user {
	width:572px;
	height:30px;
	text-align: left;
	margin:48px auto 0 auto;
	color:#FFF;
}
#header_right #header_user ul#header_nav {
	display:block;
	width:400px;
	float:left;
	margin:0;
	padding:0;
}
#header_right #header_user p#header_user_info,
#header_right #header_user ul#header_nav li#shopping_cart,
#header_right #header_user ul#header_nav li#your_account {
	display:block;
	height:26px;
	line-height:20px;
	float:left;
	margin:0;
	padding:6px 0 0 35px;
	background-repeat:no-repeat;
	background-position:0 0;
	color:#FFF;
	font-size:11px;
	text-transform: uppercase;
	font-weight:bold;
}
#header_right #header_user a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#header_right #header_user div a {
	color:#FF9900
}
/* Le total doit etre egal à 570-35*3 */
#header_right #header_user p#header_user_info             { width:135px; background-image:url("../../../img/button_user_yellow.gif"); }
#header_right #header_user ul#header_nav li#shopping_cart { width:205px; background-image:url("../../../img/button_user_orange.gif"); }
#header_right #header_user ul#header_nav li#your_account  { width:125px; background-image:url("../../../img/button_user_red.gif"); }



/*
#header_user span { font-weight: bold }
#header_user ul { margin-top: 0.3em }
#header_user li {
	float: right;
	line-height: 2em;
	margin-left: 0.5em;
	white-space: nowrap
}
#header_user li#your_account { display:none; margin-left: 0 }
#header_user #shopping_cart a, #header_user #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 4px 26px;
	height: 20px;
	text-decoration: none
}
#header_user #your_account a { background-image: url('../../../img/icon/my-account.gif') }

#header_user  #header_user_info {
	position:absolute;
	top:4px;
	right:250px;
	font:normal 12px Arial, Verdana, sans-serif;
	color:#c59f3b;
	text-align:right;
}
	#header_user  #header_user_info a {
		color:#fff;
		text-decoration:none;
	}
	#header_user  #header_user_info a.log-in {
		margin-left: 5px;
		padding-left: 30px;
		background:transparent url(../../../img/block_top_search_block_top_login_bg.png) no-repeat 0 0;
	}

#header_user  #shopping_cart {
	position:absolute;
	top:36px;
	right:4px;
	padding:10px 14px 10px 0;
	height:45px;
	width:214px;
	font:bold 12px Garamond, Arial, sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	background:#000 url('../../../img/icon/cart_header.png') no-repeat 5px 5px;
}
	#header_user #shopping_cart a {
		padding-left:48px;
		color:#fff;
	}
	#header_user  #shopping_cart .ajax_cart_quantity {
		font-size:18px;
		color:#c59f3b;
	}
	#header_user  #shopping_cart .ajax_cart_total {display:none !important;}
	#header_user  #shopping_cart_tel {
		position:absolute;
		top:72px;
		right:16px;
		font:normal 18px Arial, Verdana, sans-serif;
		color:#fff;
		text-align:right;
	}

*/