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

}
#produit .photo img{
background:none;
border:none;
padding:none;
margin:none;
}
#produit .descrip{
padding-left:5px;
padding-right:5px;
padding-top:0px;
padding-bottom:0px;
border-bottom:1px dotted #666666;
}
#produit .qte{
width:50px;
font-size:11px;
text-align:center;
border-left:1px dotted #666666;
border-bottom:1px dotted #666666;}

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

#produit .prix{
width:70px;
font-size:11px;
border-left:#666666 dotted 1px;
border-bottom:1px dotted #666666;
background-color:#cccccc;
text-align:center;
color:#000000;
background-image:none;
text-align:center;
}

#produit .dispo{
width:50px;
font-size:11px;
border-left:#666666 dotted 1px;
border-bottom:1px dotted #666666;
border-right:#666666 solid 1px;
text-align:center;
color:#000000;
background-image:none;
text-align:center;
}
#produit tr{
background-image:url(img/bg_catalogue.gif);
background-repeat:repeat-x;
cursor:pointer;
}
#produit tr.hover, #produit tr:hover{
background-image:url(img/bg_catalogue-on.gif);
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;
}

#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;
}
