#boutique
{
	display		: none; 
	position	: absolute; 
	left		: 80px; 
	top			: 10px; 
	padding		: 5px; 
	background	: #2885b6; 
	border		: 1px solid #444;
	z-index		: 999999;
	width		: 600px;
}

#boutique A
{
	color: white;
}

#cadrePanier
{
	position: absolute; 
	display: none;
	margin:0;
	margin-top:315px;
	margin-left: 32px; 
	padding:2px 5px;
	width : 135px;
	height:92px;
	border:1px solid #2885b6;
	background:#fff url(../../img/panier-noir.gif) no-repeat;
	background-position:110px 2px ;
	color: #315c89;
}


#cadrePanier A
{
	display:block;
	color:black;
	font-weight:bold;
	text-decoration:underline;
}