/* 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:#FE0000;
border-left:1px #FFFFFF dotted;
}
#produit .photo{
	width:55px;
	height: 55px;
	background-position: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #177FDA;
	border-bottom-color: #177FDA;
	border-left-color: #177FDA;

}
#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-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #177FDA;
	border-bottom-color: #177FDA;
	font-family:Arial, Helvetica, sans-serif;
font-size:12px;

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


#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-color:#F8F8F8;
	color: #177FDA;
}


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

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

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

#entetecatalogue select{

font-size:10px;
border:1px #666666 dotted;
color:#177FDA;
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:#177FDA;
}
#pagination .fleche img{

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

display:block;
}
