/* debut du catalogue */
#produitentete td{

border:1px solid#FFFFFF;;
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:80px;
	height: 80px;
	padding:2px;
	background-position: center;
	background-repeat:no-repeat;
}

#produit .photo img{
	background:none;
	border:none;
	padding:none.;
	margin:none;
}

#produit .descrip{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;	
	font-size:11px;
	background-image:url(img/bg_box.gif);
	background-repeat:repeat;
	border: 1px solid #595181;
	color: #FFFFFF;
}
#produit .qte{
	width:55px;
	font-size:11px;
	text-align:center;
	border-left:1px dashed #FFFFFF;
	border-bottom: 1px solid #FFFFFF;


	}
	
#produit .qte a{

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

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

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

}

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


text-align:center;
color:#FFFFFF;
font-weight:bold;
}
#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 .titreprod{
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
	color:#FFFFFF;
}
#produit tr.hover, #produit tr:hover{

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-image:url(/img/bg_box.gif); border:1px solid#FFFFFF;;
border-left:#FFFFFF dashed 1px;
color:#FFFFFF;
}
#entetecatalogue{
padding-bottom:2px;
}

#entetecatalogue select{

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

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

padding:3px;
/*border:1px solid #FFFFFF;
*/}
#pagination td{
font-size:10px;
text-decoration:none;
color:#FFFFFF;

}
#pagination a.hover, #paginationdetail a:hover, #pagination .selected{
	color:#FFFFFF;
	display:block;
	text-decoration:none;
}