/*---------------------------------------------------------------------
				le caddie
----------------------------------------------------------------------*/
#caddie {
					
					cursor:pointer;
					height:78px;
					position:absolute;
					right:0px;
					top:60px;
					overflow:hidden;
					z-index:50;
					background-image:url(../../../../images/fd_monPanier.gif);
					background-repeat:no-repeat;
					width:149px;
					height:38px;
					border:1px solid #a1a1a1;
					padding-left:64px;
					padding-right:14px;
					z-index:100;
					background-color:#fff;

}

#caddie a {	
	display:block;
	color:#c40534;
	cursor:pointer;/**/
	text-indent:0px;
	position:relative;
	background-image:url(../../../../images/puce_flecheDroit.gif);
	background-repeat:no-repeat;
	background-position:right 26px;

	font-size:11px;
	width:100%;
	height:100%;
	line-height:60px;
					
}
#caddie a:hover{
		background-image:url(../../../../images/puce_flecheBas.gif);	

}

