#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;
	border-top: solid #ccc 1px;
}
td.sep  {
	/*background-image: url(../../images/fd-separateur.gif);*/
	width: 1px;
	background-repeat: repeat-y;
	padding: 0px;
}
.ligne-titre {
	border-top:solid 1px #ccc;
	/*background-image: url(../../images/fd-panier-titre-center.gif);*/
	font-size: 12px;
	font-weight: bold;
	background-color:#fff;
	height:30px;
}
.ligne-verte-1 {
	background-color:#F2F9FF;
}
.ligne-verte-2 {
	background-color: #DEF3FF;
}
.ligne-bleue-1 {
	background-color: #F2F9FF;
}
.ligne-bleue-2 {
	background-color: #DEF3FF;
}
.ligne-orange {
	background-color: #FBF7E6;
}
.ligne-prenat {
	background-color: #FFECEC;
}

.ligne-total {
	background-color:	#fff;
	height: 1px;
	line-height: 47px;
}

.colonne-a {
	width: 90px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	height:30px;
}
.colonne-a img {
	/*
	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;
	color:#384C58;
}
.colonne-h {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color:#384C58;
}
.colonne-i {
	width: 120px;
	text-align: center;
}


.modif {
	background-image: url(../../images/bt-panier-modif.png);
	display: block;
	height: 24px;
	width: 24px;
	background-repeat:no-repeat;
}
a:hover.modif {
	background-image: url(../../images/bt-panier-modif-over.png);
}
.suppr {
	background-image: url(../../images/bt-panier-delete.png);
	display: block;
	height: 25px;
	width: 25px;
	padding-right: 0px;
}
a:hover.suppr {
	background-image: url(../../images/bt-panier-delete-over.png);
}
