/* debut du catalogue */
#produitentete{
background-image: url(img/bg_entete.gif);
background-position:center top;
background-repeat:no-repeat;
}
#produitentete td{
padding-top:3px;
padding-bottom:3px;
height:25px;
}
#produitentete .photo{
	width:55px;
	font-size:11px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #002280;
	color: #FFFFFF;
}
#produitentete .descrip{
	font-size:11px;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2c559b;
}
#produitentete .dispo{
	width:55px;
	font-size:11px;
	border-left:1px #2c559b solid;
	color: #FFFFFF;
}

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

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

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

#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-right:#2c559b solid 1px;
	border-bottom:0px solid #002280;
	background-color:#002280;
	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;
	background-color:#0099CC;
}
#produit .titreprod{
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	color:#002280;
}
#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: none;
	border-left:#002280 dashed 1px;
	border-right:#2c559b solid 1px;
	color:#2c559b;
}
#entetecatalogue{
padding-bottom:2px;
}

#entetecatalogue select{
	background-color:#FFFFFF;
	font-size:10px;
	border:1px #002280 dotted;
	color:#002280;
	padding-bottom:2px;
}
#entetecatalogue .categorienom{
	font-weight:bolder; 
	font-variant:small-caps; 
	font-size:12px;
}
#pagination{
	background-image: url(img/bg_pagination.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:25px;
}
#pagination a{
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
}
#pagination .fleche img{
background-color:#FFFFFF;
padding:3px;
border:1px solid #336699;
}
#pagination td{
font-size:10px;
text-decoration:none;
color:#FFFFFF;
}
#pagination a.hover, #paginationdetail a:hover, #pagination .selected{
color:#002280;
background-color:#FFFFFF;
display:block;
}

