/* debut du catalogue */
#produitentete td{
padding-top:3px;
padding-bottom:3px;
}
#produitentete .photo{
	width:55px;
	font-size:11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECE0C6;
	color: #57441E;
}
#produitentete .descrip{
	font-size:11px;
	color: #57441E;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECE0C6;
}
#produitentete .qte{
	width:50px;
	font-size:11px;
	border-left:1px #ECE0C6 dotted;
	color: #57441E;
}
#produitentete .prix{
	width:50px;
	font-size:11px;
	border-left:1px #ECE0C6 dotted;
	color: #57441E;
}
#produit .photo{
	width:55px;
	height: 55px;
	background-position: center;
	background-repeat:no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECE0C6;
	border-right-color: #ECE0C6;
	border-bottom-color: #ECE0C6;
	border-left-color: #ECE0C6;

}
#produit .photo img{
background:none	;
border:none;
padding:none;
margin:none;
}
#produit .descrip{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE0C6;
	color: #5A471F;
}
#produit .qte{
	width:50px;
	font-size:11px;
	text-align:center;
	vertical-align:top;
	padding-top:2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ECE0C6;
	border-left-color: #ECE0C6;
}

#produit .nohighlights{
	background-image:url(img/bg_catalogue-on.gif);
	background-repeat:repeat-x;
	height:55px;
	color: #333333;
}

#produit .prix{
	width:50px;
	font-size:11px;
	/*background-color:#cccccc;*/
	text-align:center;
	color:#000000;
	background-image:none;
	text-align:center;
	border-bottom: 1px #ECE0C6 solid;
	border-right: 1px #ECE0C6 solid;
	border-left: 1px #ECE0C6 solid;
}
#produit tr{
background-image:url(img/bg_catalogue.gif);
background-repeat:repeat-x;
cursor:pointer;
background-color:#FFFFFF;
}
#produit tr.hover, #produit tr:hover{
background-image:url(img/fond3.jpg);
background-repeat:repeat-x;
}

#produit tr.hover, #produit tr:hover{
background-color:#FFFFFF;
cursor:pointer;
}
#produit tr.hover .titreprod, #produit tr:hover .titreprod{
text-decoration:underline;
}
/*#produit tr.hover .prix, #produit tr:hover .prix{
background-color:#FFFFFF;
}*/
#entetecatalogue{
padding-bottom:2px;
}

#entetecatalogue select{
background-color:#FFFFFF;
font-size:10px;
border:1px #666666 dotted;
color:#666666;
padding-bottom:2px;
}
#entetecatalogue .categorienom{
font-weight:bolder; 
font-variant:small-caps; 
font-size:12px;
}
.titreprod{
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
	text-transform: uppercase;
	color: #421f13;
}

#pagination a{
font-size:10px;
text-decoration:none;
color:#FFFFFF;
}
#pagination .fleche img{
background-color:#FFFFFF;
}
#pagination td{
font-size:10px;
text-decoration:none;
border:1px solid #666666;
color:#FFFFFF;
}
#pagination a.hover, #paginationdetail a:hover, #pagination .selected{
color:#666666;
background-color:#FFFFFF;
display:block;
}

