body, html
{
	overflow: hidden;
}


/*
**   BLOCS   **************************************************************************
*/

div#conteneur
{
	position: relative;
	width: 110px;
	text-align: left;
}

a#panier
{
	position: relative;
	display: block;
	width: 110px;
	text-decoration: none;
	cursor: pointer;
}

div#panierH
{
	position: relative;
	width: 100px;
	min-height: 64px;
	height: auto !important;
	height: 64px;
	padding: 1px 5px 0;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

div#panierH p
{
	position: relative;
	width: 100px;
	margin: 0 auto 4px;
}

div#panierB
{
	position: relative;
	width: 100px;
	height: 30px;
	background: url(../img/panier_bas.gif) no-repeat top left;
}
