table.listprods {
	font-size: small;
	border-collapse: collapse;
	border: 1px solid #555;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

table.listprods a {
	color: #333;
}

table.listprods a:hover {
	text-decoration: none;
}

table.listprods tr.titre th {
	padding: 0px;
	margin: 0px;
	background-image: url("/images/interface/table_TH.gif");
	background-repeat: repeat-x;
	background-color: #000;
	height: 24px;
	line-height: 24px;
	border: 1px solid #555;
	border-right: 1px solid #fff;
	color: #fff;
	padding-left: 2px;
	padding-right: 2px;
}

table.listprods tr.titre th td {
	color: #fff;
}

table.listprods tr.titre th.vide {
	background-color: transparent;
}

table.listprods td.prodrow {
    border-bottom: 1px solid black;
	background-color: #fff;
}

table.listprods td.prodrow div.designation {
	font-size: 12pt;
	font-weight: bold;
}

table.listprods td.image {
	text-align: center;
	border-left: 1px solid #555;
}

table.listprods td.prodrow div.short_desc {
	font-weight: bold;
}

table.listprods td.fabricant {
	text-align: center;
}

table.listprods td.compar input {
	width: auto;
}

table.listprods td.prix {
	text-align: center;
	font-size: x-large;
}

table.listprods td.gain {
	text-align: center;
	font-size: large;
	border-left: 1px solid #555;
}

table.listprods td.note {
	text-align: center;
	/*border-right: 1px solid #555;*/
}

table.listprods td.tag {
	text-align: center;
	font-weight: bold;
}

table.listprods span.a_partir {
    font-size: 16px;
    color: #000;
}

table.listprods span.ancien_prix {
	font-size: 18px;
	color: #B22;
	text-decoration: line-through;
}
table.listprods span.tailles_dispo {
	font-size: 14px;
	color: #444;
}
table.listprods td.gain {
	width: 50px;
	font-size: 12px;
	text-align: center;
}
table.listprods div.carre_bleu_gain {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background-image: url("/images/interface/carre_bleu_cagnotte.jpg");
	background-repeat: no-repeat;
	width: 50px;
	height: 58px;
	padding-top: 20px;
}

div.categorie{
 width: 190px;
 background-color: #eee;
 color: #555;
 background-image: url("/images/ICONES/22/folder1.png");
 background-repeat: no-repeat;
 padding-left: 25px;
 margin: 2px;
 border: 1px solid #555;
 height: 22px;
}

img.fabricant_big{
width: 400px;
height: 300px;
}
img.fabricant_fiche{
width: 200px;
height: 150px;
}
img.fabricant_mini{
width: 100px;
height: 75px;
}
img.fabricant_nano{
width: 64px;
height: 48px;
}
table.listprodsenavant {
	font-size: small;
	border-collapse: collapse;
	border: 1px solid #b22;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

table.listprodsenavant a {
	color: #333;
}

table.listprodsenavant a:hover {
	text-decoration: none;
}

table.listprodsenavant tr.titre th {
	padding: 0px;
	margin: 0px;
	background-image: url("/images/interface/table_TH_enavant.gif");
	background-repeat: repeat-x;
	background-color: #000;
	height: 24px;
	line-height: 24px;
	border: 1px solid #b22;
	border-right: 1px solid #b22;
	color: #b22;
	padding-left: 2px;
	padding-right: 2px;
}

table.listprodsenavant tr.titre th td {
	color: #b22;
}

table.listprodsenavant tr.titre th.vide {
	background-color: transparent;
}

table.listprodsenavant td.prodrow {
	border-bottom: 1px solid black;
	background-color: #fff;
}

table.listprodsenavant td.prodrow div.designation {
	font-size: 12pt;
	font-weight: bold;
}

table.listprodsenavant td.image {
	text-align: center;
	/*border-left: 1px solid #b22;*/
}

table.listprodsenavant td.prodrow div.short_desc {
	font-weight: bold;
}

table.listprodsenavant td.fabricant {
	text-align: center;
}

table.listprodsenavant td.compar input {
	width: auto;
}

table.listprodsenavant td.prix {
	text-align: center;
	font-size: x-large;
}

table.listprodsenavant td.note {
	text-align: center;
	/*border-right: 1px solid #b22;*/
}

table.listprodsenavant td.tag {
	text-align: center;
	font-weight: bold;
}

table.listprodsenavant span.ancien_prix {
	font-size: 18px;
	color: #B22;
	text-decoration: line-through;
}
table.listprodsenavant span.tailles_dispo {
	font-size: 14px;
	color: #444;
}

table.listprodsenavant td.gain {
	width: 50px;
	font-size: 12px;
	text-align: center;
}
table.listprodsenavant div.carre_bleu_gain {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background-image: url("/images/interface/carre_bleu_cagnotte.jpg");
	background-repeat: no-repeat;
	width: 50px;
	height: 58px;
	padding-top: 20px;
}


div#annee_ermax {
	position: fixed;
	top: 35%;
	left: 40%;
	width: 250px;
	height: 200px;
	background-color: #fee;
	border: 1px solid #A00;
	text-align: center;
	font-size: small;
}