/* debut du catalogue */
#panierentete td{
	background-color:#033C5C;
	padding-top:3px;
	padding-bottom:3px;
	}
#panierentete .photo{
	width:55px;
	font-size:11px;
	color: #FFFFFF;
	}
#panierentete .descrip{
	font-size:11px;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	}
#panierentete .qte{
	width:55px;
	font-size:11px;
	border-left:1px #033C5C solid;
	color: #FFFFFF;
	}
#panierentete .dispo{
	width:65px;
	font-size:11px;
	border-left:1px #033C5C solid;
	color: #FFFFFF;
	}
#panierentete .taille{
	width:55px;
	font-size:11px;
	border-left:1px #033C5C solid;
	color: #FFFFFF;
	}
#panierentete .couleur{
	width:55px;
	font-size:11px;
	border-left:1px #033C5C solid;
	color: #FFFFFF;
	}
#panierentete .suprimer{
	width:35px;
	font-size:11px;
	border-left:1px #033C5C solid;
	color: #FFFFFF;
	}
#panierentete .prix{
	width:75px;
	font-size:11px;
	border-left:1px #033C5C solid;
	color: #FFFFFF;
	}
#panier .photo{
	width:55px;
	height: 55px;
	background-position: center;
	background-repeat:no-repeat;
	border-bottom: 1px solid #033C5C;
	}
#panier .photo img{
	background:none;
	border:none;
	padding:0px;
	margin:0px;
	}
#panier .descrip{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:0px;
	font-size:11px;
	border-bottom: 1px solid #033C5C;
	color: #033C5C;
	}
#panier .qte{
	width:55px;
	font-size:11px;
	text-align:center;
	border-left:1px dashed #033C5C;
	border-bottom:1px solid #033C5C;
	}
#panier .qte a{
	color:#033C5C;
	text-decoration:none;
	}
#panier .couleur{
	width:55px;
	font-size:11px;
	text-align:center;
	border-left:1px dashed #033C5C;
	border-bottom:1px solid #033C5C;
	}
#panier .dispo{
	width:65px;
	font-size:11px;
	text-align:center;
	border-left:1px dashed #033C5C;
	border-bottom:1px solid #033C5C;
	}
#panier .suprimer{
	width:35px;
	font-size:11px;
	text-align:center;
	border-left:1px dashed #033C5C;
	border-bottom:1px solid #033C5C;
	}
#panier .taille{
	width:55px;
	font-size:11px;
	text-align:center;
	border-left:1px dashed #033C5C;
	border-bottom:1px solid #033C5C;
	}
#panier .nohighlights{
	background-image:url(img/bg_catalogue-on.gif);
	background-repeat:repeat-x;
	height:55px;
	color: #333333;
	}
#panier .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;
	}
#panier tr{
	background-image:url(img/bg_catalogue.gif);
	background-repeat:repeat-x;
	cursor:pointer;
	background-color:#FFFFFF;
	}
#panier tr.hover, #panier tr:hover{
	background-image:url(img/bg_catalogue-on.gif);
	background-repeat:repeat-x;
	}
#panier .titreprod{
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
	color:#033C5C;
	}
#panier tr.hover, #panier tr:hover{
	background-color:#DCBE64;
	cursor:pointer;
	}
#panier tr.hover .titreprod, #panier tr:hover .titreprod{
	text-decoration:underline;
	}
#panier .prix strike{
	font-size:10px;
	text-decoration:line-through;
	font-weight:normal;
	}

#panier tr.hover .prix, #panier 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 #d6c792;
	}
#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;
	}
