/* ~~ Pege du Livre 
/* ~~table.produit {
	background: rgb(41, 163, 41); margin: 0px 0px 15px; border: 1px solid rgb(255, 255, 255); border-collapse: collapse;
} ~~ */
table.produit {
	background: rgb(215, 232, 139); margin: 0px 0px 15px; border: 1px solid rgb(255, 255, 255); border-collapse: collapse;
}
table.produit td {
	padding: 5px;
}
table.produit td table td {
	padding: 0px;
}
table.produit-header {
	border-bottom-color: rgb(255, 255, 255); border-bottom-width: 2px; border-bottom-style: solid;
}
table.produit-header td {
	font-size: 14px;
}
table.produit-header h4 {
	margin: 0px; padding: 0px 5px 0px 0px; font-size: 14px; font-weight: bold; display: inline;
}
table.produit-header td.prix {
	font-size: 14px; font-weight: bold;
}
table.produit-content p {
	margin: 10px 0px;
}
table.produit-content a {
	color: rgb(255, 255, 255);
}
table.produit-footer p {
	margin: 1px 0px;
}
table.produit-footer a {
	color: rgb(255, 255, 255);
}
span#mode {
	width: 50px; height: 24px; line-height: 24px; float: right;
}
span#mode img {
	border: currentColor;
}
