#boutique
{
	display		: none; 
	position	: absolute; 
	margin-left	: 20px; 
	top			: 140px; 
	padding		: 5px; 
	background	: #1279b4; 
	border		: 1px solid #444;
	z-index		: 999999;
	width		: 600px;
}

#boutique A
{
	color: white;
}

#cadrePanier
{
	position: absolute; 
	display: none;
	margin:0;
	margin-top:17px;
	margin-left: 782px; 
	padding:2px 5px;
	width : 158px;
	height:75px;
	color:white;
	background:#1279b4 url(../../img/panierblanc.gif) no-repeat;
	background-position:140px 2px ;
}

#cadrePanier H2, #cadrePanier P
{
	margin : 0px;
	padding: 0px;	
}

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