#container_layer_panier{
	margin:10px;
	width:320px;
}

.corps .recap_panier{
	display:inline;
	font-size:9px;
	float:right;
	height:30px;
	/************************/
    border-bottom:solid 0px #000;
}
.corps .recap_panier_selected{
	display:inline;
	float:right;
	font-size:9px;
	height:430px;
	border-bottom:solid 0px red;      
}

.corps #layer_panier{
	font-family:Arial;
	clear:both;
	position:absolute;
	display:none;
	z-index:1000;
	width:320px;
	background-color:#FFFFFF;
	float:right;
	top:121;
	border:solid 1px #999;
	padding:5px 5px 5px 5px;
	margin-left:545px !important;
}
.corps #ligneproduit{
	
}
.corps #ligneproduit td.cell_image{
	width:74px;
	border:solid 1px #999999;
	padding-left:3px;
	text-align:center;
}
.corps #image_panier{
	width:74px;
	border:solid 0px #999999;
}

.corps #reference_panier{
	font-family:Arial;
	background-color:#999999;
	font-size:9pt;
	font-weight:bold;
	color:#FFF;
	padding:5px 5px 5px 5px;
}

.corps #taille_panier{
	font-family:Arial;
	font-size:9pt;
	padding-top:10px;
	padding-left:5px;
	display:inline;
}

.corps #quantite_cart{
	font-family:Arial;
	font-size:9pt;
	padding-top:10px;
	padding-left:15px;
	display:inline;
	width:15px;
}
.corps #prix_panier{
	font-family:Arial;
	font-size:9pt;
	padding-top:5px;
	border:solid 0px #000;
}

.corps .separateur{
	padding-top:5px;
	border:solid 0px #000;
}

.corps #panier_boutons{
	text-align:center;
	padding-top:5px;

}
.corps #continue_cart{
	display:inline;
	float:left;
}
.corps #commande_panier{
	display:inline;
	float:right;
}
#fermeture_layer{
	position:absolute;
	margin-right:3px;
	width:320px;
	height:10px;
	color:#000;
	border:solid 0px red;
}
.fermeture_layers_cart{
	font-size:8pt;
	text-align:right;
	color:#000;
	margin-left:200px;
	padding-bottom:5px;
	border:solid 0px red;
}