/* debut du catalogue */
#produitentete td{
padding-top:3px;
padding-bottom:3px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#produitentete .photo{
width:55px;
font-size:11px;
border-left:1px solid #FFFFFF;
}
#produitentete .descrip{
font-size:11px;
border-left:1px solid #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}
#produitentete .qte{
width:50px;
font-size:11px;
border-left:1px #FFFFFF dotted;
}
#produitentete .prix{
width:50px;
font-size:11px;
background-color:#8FAA71;
border-left:1px #FFFFFF dotted;
}
#produit .photo{
	width:45px;
	border-right:1px dotted #8FAA71;
	border-bottom:1px solid #8FAA71;
	border-top:1px solid #cccccc;
	background-position: center;
	border-left:1px solid #8FAA71;

}
#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 #8FAA71;
border-right:1px dotted #8FAA71;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}
#produit .qte{
width:50px;
font-size:11px;
text-align:center;
border-left:1px dotted #8FAA71;
border-bottom:1px dotted #8FAA71;}


#produit .prix{
background-color:#cccccc;
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;
*/
background-color:#FAFFFF;
}


#produit tr.hover, #produit tr:hover{

cursor:pointer;
}
#produit tr.hover .titreprod, #produit tr:hover .titreprod{
text-decoration:underline;
color:#5C6E49;
}
#produit tr.hover .prix, #produit tr:hover .prix{

}
#entetecatalogue{
padding-bottom:2px;
}

#entetecatalogue select{

font-size:10px;
border:1px #666666 dotted;
color:#8FAA71;
padding-bottom:2px;
}
#entetecatalogue .categorienom{
font-weight:bolder; 
font-variant:small-caps; 
font-size:12px;
}
.titreprod{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-variant:small-caps;
font-weight:bold;
}

#pagination a{
font-size:10px;
text-decoration:none;
color:#8FAA71;
}
#pagination .fleche img{

}
#pagination td{
font-size:10px;
text-decoration:none;
color:#8FAA71;
}
#pagination a.hover, #paginationdetail a:hover, #pagination .selected{
color:#8FAA71;

display:block;
}
