/* debut du catalogue */
#produitentete td{
background-color:#7f0303;
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 #FFFFFF solid;
	color: #FFFFFF;
}
#produitentete .dispo{
	width:65px;
	font-size:11px;
	border-left:1px #FFFFFF solid;
	color: #FFFFFF;
}

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

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

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


	}
	
#produit .qte a{

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

}
#produit .dispo{
	width:65px;
	font-size:11px;
	text-align:center;
	border-left:1px dashed #475e12;
	border-bottom: 1px solid #E60405;

}
#produit .taille{
	width:55px;
	font-size:11px;
	text-align:center;
	border-left:1px dashed #475e12;
	border-bottom: 1px solid #E60405;

}

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

#produit .prix{
width:75px;
font-size:12px;
border-left:#FFFFFF dashed 1px;
border-bottom: 1px solid #E60405;

background-color:#7f0303;
text-align:center;
color:#FFFFFF;
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:#FFFFFF;
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:#7f0303;
border-left:#475e12 dashed 1px;
color:#FFFFFF;
}
#entetecatalogue{
padding-bottom:2px;
}

#entetecatalogue select{
background-color:#FFFFFF;
font-size:10px;
border:1px #475e12 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 #475e12;
}
#pagination td{
font-size:10px;
text-decoration:none;
color:#FFFFFF;
background-color:#7f0303;
}
#pagination a.hover, #paginationdetail a:hover, #pagination .selected{
color:#000000;
background-color:#FFFFFF;
display:block;
}