/* debut du catalogue */
#produitentete td{
background-color:#D71805;
padding-top:3px;
padding-bottom:3px;
}
#produitentete .photo{
	width:55px;
	font-size:11px;
	color: #FFFFFF;
}
#produitentete .descrip{
	font-size:11px;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#produitentete .qte{
	width:55px;
	font-size:11px;
	border-left:1px #000000 solid;
	color: #FFFFFF;
}
#produitentete .dispo{
	width:65px;
	font-size:11px;
	border-left:1px #000000 solid;
	color: #FFFFFF;
}

#produitentete .taille{
	width:55px;
	font-size:11px;
	border-left:1px #000000 solid;
	color: #FFFFFF;
}

#produitentete .couleur{
	width:55px;
	font-size:11px;
	border-left:1px #000000 solid;
	color: #FFFFFF;
}
#produitentete .prix{
	width:75px;
	font-size:11px;
	border-left:1px #000000 solid;
	color: #000000;
}
#produit .photo{
	width:55px;
	height: 55px;
	background-position: center;
	background-repeat:no-repeat;
	border-bottom: 1px solid #000000;
}

#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;	
	font-size:11px;
	border-bottom: 1px solid #000000;
	color: #000000;
}
#produit .qte{
	width:55px;
	font-size:11px;
	text-align:center;
	border-left:1px dashed #000000;
	border-bottom:1px solid #000000;

	}
	
#produit .qte a{

	color:#000000;
	text-decoration:none;
	}
#produit .couleur{
	width:55px;
	font-size:11px;
	text-align:center;
	border-left:1px dashed #000000;
	border-bottom:1px solid #000000;
}
#produit .dispo{
	width:65px;
	font-size:11px;
	text-align:center;
	border-left:1px dashed #000000;
	border-bottom:1px solid #000000;
}
#produit .taille{
	width:55px;
	font-size:11px;
	text-align:center;
	border-left:1px dashed #000000;
	border-bottom:1px solid #000000;
}

#produit .nohighlights{	
	height:55px;
	color: #000000;
}

#produit .prix{
width:75px;
font-size:12px;
border-left:#FFFFFF dashed 1px;
border-bottom:1px solid #000000;
background-color:#E0E0E0;
text-align:center;
color:#000000;
font-weight:bold;
}
#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/bg_catalogue-on.gif);
background-repeat:repeat-x;
}
#produit .titreprod{
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
	color:#000000;
}
#produit tr.hover, #produit tr:hover{
background-color:#E0E0E0;
cursor:pointer;
}
#produit tr.hover .titreprod, #produit tr:hover .titreprod{
text-decoration:underline;
}


#produit .prix strike{
font-size:10px;
text-decoration:line-through;
font-weight:normal;
}



#produit tr.hover .prix, #produit tr:hover .prix{
background-image:none;
background-color:#D71805;
border-left:#000000 dashed 1px;
color:#FFFFFF;
}
#entetecatalogue{
padding-bottom:2px;
}

#entetecatalogue select{
background-color:#FFFFFF;
font-size:10px;
border:1px #000000 dotted;
color:#000000;
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;
	color:#000000;
}

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