.ListeProduits {
	border: 1px solid #000000;
	margin:0 auto 0 auto;
}

.ListeProduits .Lignes td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding:2px 4px 2px 4px;
	text-align:center;
}
.ListeProduits .Vignette {
	border: 1px solid #000000;
}
.ListeProduits .Titre {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	text-align: center;
	padding: 2px;
}


.ListeProduits .Lignes .LastColonne {
	border-right-width:0;
	border-right:none;
}

.ListeProduits .Lignes .Texte {
	text-align:left;
}

.ListeProduits p {
	margin:0;
}
.ListeProduits ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.ListeProduits table {
	font-size:10px;
	border:1px solid #666666;
}

.ListeProduits .Lignes table td {
	border:none;
	text-align:right;
}