#container {
	width:609px;
	float:left;
	padding:0;
}

#container .titre {
	margin-bottom:20px;
}

#container P {
	margin-bottom:15px;
}





#container .entete_panier TD {
	height:28px;
	border-right:1px solid #adc38b;
	border-left:1px solid #d7f9a2;
	background:#FFF url('../_images/fond_tri_vert.png') top repeat-x;
	color:#00473d;
	font-size:14px;
	font-weight:700;
	padding:0 5px;
}
#container .entete_panier TD.first {
	border-left:0 none;
}
#container .entete_panier TD.last {
	border-right:0 none;
}

#container .entete_panier TD.entete_panier_ref {
	width:74px;
}
#container .entete_panier TD.entete_panier_taille {
	width:81px;
}
#container .entete_panier TD.entete_panier_article {
	width:213px;
}
#container .entete_panier TD.entete_panier_quantite {
	width:64px;
}
#container .entete_panier TD.entete_panier_prix {
	width:122px;
	text-align:right;
}




#container .ligne_panier {
	margin:0;
	padding:0;
	width:609px;
}
#container .ligne_panier .refarticle {
	width:77px;
	height:60px;
	float:left;
	padding:3px;
	border-right:1px solid #d7f9a2;
	text-align:center;
}
#container .ligne_panier .refarticle INPUT {
	width:64px;
}
#container .ligne_panier .taillepot {
	width:86px;
	height:60px;
	float:left;
	padding:3px;
	border-right:1px solid #f5ffdf;
	text-align:center;
}
#container .ligne_panier .desc_panier {
	width:217px;
	height:60px;
	float:left;
	padding:3px;
	text-align:left;
}
#container .ligne_panier .stock_panier_combo {
	width:70px;
	height:60px;
	float:left;
	padding:3px;
	text-align:center;
}
#container .ligne_panier .prix_article_panier {
	width:126px;
	height:60px;
	float:left;
	padding:3px;
}
