#boutique
{
	display		: none; 
	position	: absolute; 

	top			: 130px; 
	padding		: 5px; 
	background	: #cc0001; 
	border		: 1px solid #444;
	z-index		: 999999;
	width		: 600px;
}

#boutique A
{
	color: white;	
}

#cadrePanier
{
	position: absolute; 
	display: none;
	margin:0;
	top: 390px;
	margin-left: 30px; 
	padding:2px 5px;
	width : 135px;
	height:92px;
	border: 1px solid #cc0001;
	background:white url(../../img/panier-noir.gif) no-repeat;
	background-position:110px 2px ;
}


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