@charset "utf-8";
.box {
	width:200px;
	font-family:arial;
	font-size:10px;
	z-index: 200;
	position: absolute;
	left: 50%;
	margin-left: 350px;
	top: 5px;
}
.box a {
	color:#FFFFFF;
	text-decoration:none;
}
.box a:hover {
	color:#000000;
	text-decoration:none
}
.box #tabMenu {
	list-style:none;
	}
.box #tabMenu li {
	float:left;
	height:32px;
	cursor:pointer;
	cursor:hand;
	width: 65px;
	}
.box li.contact {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: 0 -32px;
}


.box li.compte {
	background-image: url(../images/compte.png);
	background-repeat: no-repeat;
	background-position: 0 -32px;
	}
.box li.panier {
	background-image: url(../images/panier.png);
	background-repeat: no-repeat;
	background-position: 0 -32px;
	width: 70px;
	}

.box li.mouseover {
	background-position:0px 0px;
	}
.box li.mouseout {
	background-position:0px -32px;
	}
.box li.selected {
	background-position:0px 0px;
	}
.box .boxTop {
	height:10px;
	clear:both;
	background-image: url(../images/boxTop.png);
	background-repeat: no-repeat;
	}
.box .boxBody {
	background-image: url(../images/boxMilieu.png);
	}
.box .boxBottom {
	height:10px;
	background-image: url(../images/boxBottom.png);
	background-repeat: no-repeat;
	}

.box .boxBody div {display:none;
	}
.box .boxBody div.show {display:block;
	}

.box .boxBody div ul {
	margin:0 10px 0 25px;
	padding:0;
	width:175px;
	list-style-image:url(images/arrow.gif)
}
.box .boxBody div ul {
	margin-left:10px;
	padding-left:15px;
	}
.box .boxBody div li {
	padding:4px 0;
	cursor:hand;
	cursor:pointer;
}
.boxBody div ul li.last {
	border-bottom:none
	}
.boxBody div li span {font-size:9px;
	font-style:italic; color:#888;
	}
