#panier {
}
table.taille660 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 660px;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
td  {
	padding: 5px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
td.sep  {
	background-image: url(../../images/fd-separateur.gif);
	width: 2px;
	background-repeat: repeat-y;
	padding: 0px;
}
.ligne-titre {
	background-image: url(../../images/fd-panier-titre-center.gif);
	font-size: 12px;
	font-weight: bold;
}
.ligne-verte-1 {
	background-color: #EDF5E7;
}
.ligne-verte-2 {
	background-color: #F4FAF1;
}
.ligne-bleue-1 {
	background-color: #E0EDEB;
}
.ligne-bleue-2 {
	background-color: #EFF5F4;
}
.ligne-orange {
	background-color: #FBF7E6;
}
.ligne-prenat {
	background-color: #FFECEC;
}

.ligne-total {
	background-repeat: repeat-x;
	background-image: url(../../images/fd-panier-total.gif);
	height: 1px;
	line-height: 47px;
}

.colonne-a {
	width: 90px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
}
.colonne-a img {
	width: 80px;
	border: solid 1px #CCCCCC;
	/*
	height: 42px;
	width: 63px;
	*/
}


.colonne-b {
	text-align: left;
}
.colonne-c {
	text-align: center;
	width: 60px;
}
.colonne-d {
	text-align: center;
	width: 60px;
}
.colonne-e {
	text-align: center;
	width: 35px;
}
.colonne-f {
	width: 35px;
	text-align: center;

}
.colonne-g {
	text-align: right;
	font-size: 14px;
}
.colonne-h {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.colonne-i {
	width: 120px;
	text-align: center;
}


.modif {
	background-image: url(../../images/bt-panier-modif.gif);
	display: block;
	height: 24px;
	width: 29px;
}
a:hover.modif {
	background-image: url(../../images/bt-panier-modif-over.gif);
}
.suppr {
	background-image: url(../../images/bt-panier-delete.gif);
	display: block;
	height: 25px;
	width: 25px;
	padding-right: 0px;
}
a:hover.suppr {
	background-image: url(../../images/bt-panier-delete-over.gif);
}

