/* block top user information */
#header_right #header_user {
	float: none;
	width: 350px;
	text-align: left;
	margin-left: 10px;
	margin-top: 16px
}
#header_user p { color: #595959 }
#header_user p:hover{ color: #595959 }
#header_user span { font-weight: bold }
#header_user ul { margin-top: 0.3em }
#header_user li {
	float: left;
	line-height: 2em;
	margin-left: 0px;
	white-space: nowrap
}
#header_user #your_account, #header_user #shopping_cart { font-size: 1.0em }
#header_user #shopping_cart a {
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
	color: #99cc00;
	font-weight: bold;
	text-decoration: none
}
#header_user #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
	color: #595959;
	margin-left : 12px;
	text-decoration: underline
}

#header_user #your_account a:hover { color: #FE9C00; text-decoration: none }
#header_user #shopping_cart a:hover { color: #FE9C00; text-decoration: underline }

/*#header_user #your_account a { background-image: url('../../../img/icon/Naturamat_account.png') }*/
/*#header_user #shopping_cart a { background-image: url('../../../img/icon/Naturamat_Panier.png') }*/
