/* debut du catalogue */
#produitentete td{
background-color:#033C5C;
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 #033C5C solid;
	color: #FFFFFF;
}
#produitentete .dispo{
	width:65px;
	font-size:11px;
	border-left:1px #033C5C solid;
	color: #FFFFFF;
}

#produitentete .taille{
	width:55px;
	font-size:11px;
	border-left:1px #033C5C solid;
	color: #FFFFFF;
}

#produitentete .couleur{
	width:55px;
	font-size:11px;
	border-left:1px #033C5C solid;
	color: #FFFFFF;
}
#produitentete .prix{
	width:75px;
	font-size:11px;
	border-left:1px #033C5C solid;
	color: #FFFFFF;
}
#produit .photo{
	width:55px;
	height: 55px;
	background-position: center;
	background-repeat:no-repeat;
	border-bottom: 1px solid #033C5C;

}

#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 #033C5C;
	color: #033C5C;
}
#produit .qte{
	width:55px;
	font-size:11px;
	text-align:center;
	border-left:1px dashed #033C5C;
	border-bottom:1px solid #033C5C;

	}
	
#produit .qte a{

	color:#033C5C;
	text-decoration:none;
	}
#produit .couleur{
	width:55px;
	font-size:11px;
	text-align:center;
	border-left:1px dashed #033C5C;
	border-bottom:1px solid #033C5C;
}
#produit .dispo{
	width:65px;
	font-size:11px;
	text-align:center;
	border-left:1px dashed #033C5C;
	border-bottom:1px solid #033C5C;
}
#produit .taille{
	width:55px;
	font-size:11px;
	text-align:center;
	border-left:1px dashed #033C5C;
	border-bottom:1px solid #033C5C;
}

#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:#033C5C dashed 1px;
border-bottom:1px solid #033C5C;
background-color:#FFFFFF;
text-align:center;
color:#033C5C;
font-weight:bold;
}
#produit tr{
background-image:url(img/bg_catalogue.gif);
background-repeat:repeat-x;
cursor:pointer;
background-color:#FFFFFF;
}

#produit .titreprod{
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
	color:#033C5C;
}
.entete_cata{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
}

.fd_tab_cata {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #73880A;
	border-left-color: #73880A;
	border-bottom-style: solid;
	border-bottom-color: #73880A;
	border-bottom-width: 1px;
	background-image: url(img/fd_tab.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	/*height:56px;*/
}
.fd_tab_cata tr.hover, .fd_tab_cata tr:hover {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color:#FEF7F5;
}
#produit tr.hover, #produit tr:hover{
background-color:#DCBE64;
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:#DCBE64;
border-left:#033C5C dashed 1px;
color:#033C5C;
}
#entetecatalogue{
padding-bottom:2px;
}

#entetecatalogue select{
background-color:#FFFFFF;
font-size:10px;
border:1px #033C5C dotted;
color:#033C5C;
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:#033C5C;
}

#pagination a{
font-size:10px;
text-decoration:none;
color:#FFFFFF;
}
#pagination .fleche img{
background-color:#FFFFFF;
padding:3px;
border:1px solid #033C5C;
}
#pagination td{
font-size:10px;
text-decoration:none;
color:#FFFFFF;
}
#pagination a.hover, #paginationdetail a:hover, #pagination .selected{
color:#033C5C;
background-color:#FFFFFF;
display:block;
}