/* debut du catalogue */

#entete td{
	background-image:url(img/bg_entete.jpg);
	height:20px;
	/*background-color:#653a55;*/
	padding-top:3px;
	padding-bottom:3px;
	 color: #130202; 
	 font-variant:small-caps; 
}
#entete .photo{
	width:55px;
	font-size:11px;
	 color: #130202; 
}
#entete .descrip{
	font-size:11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #130202;
	 color: #130202; 
}
#entete .qte{
	width:55px;
	font-size:11px;
	border-left:1px #130202 solid;
	 color: #130202; 
}
#entete .dispo{
	width:65px;
	font-size:11px;
	border-left:1px #130202 solid;
	 color: #130202; 
}

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

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

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

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

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

#produit .prix{
background-image:url(img/bg_prixoff.jpg);
width:75px;
font-size:12px;
border-left:#FFFFFF dashed 1px;
border-bottom:1px solid #130202;
background-color:#fad5e1;
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:#333333;
}
#produit tr.hover, #produit tr:hover{
background-color:#FFFFFFF;
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:url(img/bg_prixonn.jpg);
border-left:#130202 dashed 1px;
color:#FFFFFF;
}

