/* block top user information */

#header_user {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 345px;
}

#header_nav {
	list-style-type:none;
}
#header_nav > li {
	float: left;
	width: 160px;
	height: 36px;
	padding-top: 41px;
}


/* cart */
#shopping_cart {
	background: url(../../../img/panier.png) no-repeat;
	font-size: 1.3em;
	text-align: center;
	line-height: 2.5em;
	margin-left: 25px;
}
#shopping_cart a{
	display: block;
}
#shopping_cart a:hover span{text-decoration: none}


/* account */
#header_user #your_account {
	background: url(../../../img/espaceclient.png) no-repeat;
}
#header_user #your_account a {
	display: block;
	margin: 5px auto;
}

/* user infos */ 
#header_user_info {
	clear:both;
	float:right;
	margin-top:10px;
	padding:0;
	font-size:12px
}
#header_user_info a {
	display:inline-block;
	margin:0 0 0 10px;
	padding:3px 0 0 34px;
	line-height: 11px;
	border-left:1px solid #000
}
#header_user_info a.account {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}
*:first-child+html #header_user_info a {line-height:14px;}
#header_user_info a.login {background: url('img/icon/login.gif') no-repeat 10px 0}
#header_user_info a.logout {background: url('img/icon/logout.png') no-repeat 10px -1px}
