/* root element for tabs
couleur fd origine aaa059
  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height: 30px;
	z-index: 30;
	text-align: center;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin-right:1px !important;
	list-style-image:none !important; 
	font-size: 120%;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	display:block;
	height: 30px;
	line-height: 30px;
	width: 130px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	position:relative;
	top:0px;
	background: #4D4A1F url(images/3-menu-fd.jpg) no-repeat left top;
	border: 1px solid #4D4A1F;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -652px -31px;	
	background: #908750;
	color: white;
	/*background: url(images/menu_hor_fd_sel.jpg) no-repeat center center;*/
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: #908750;
	color: #1C1E06 !important;
	cursor:default !important;
	border-right: 1px solid #4D4A1F;
	border-left: 1px solid #4D4A1F;
	border-top: 1px solid #4D4A1F;
	border-bottom: 1px solid #908750;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


div.panes div {
	display:none;
	padding: 15px 10px;
	border:1px solid #4D4A1F;
	width: 95%;
	height:350px;
	background-color:#908750;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/*PANIER*/
ul.tabs2 { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height: 23px;
	z-index: 30;
	text-align: center;
}

/* single tab */
ul.tabs2 li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin-right:1px !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs2 a {
	display:block;
	height: 22px;
	line-height:23px;
	width: 30px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	position:relative;
	top:0px;
	background: #4D4A1F;
	border: 1px solid #4D4A1F;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

ul.tabs2 a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs2 a:hover {
	background-position: -652px -31px;	
	color:#666;	
}

ul.tabs2 a.current, ul.tabs2 a.current:hover, ul.tabs2 li.current a {
	background: Transparent;
	cursor:default !important;
	color:#380615 !important;
	border-right: 1px solid #4D4A1F;
	border-left: 1px solid #4D4A1F;
	border-top: 1px solid #4D4A1F;
	
	border-bottom: 1px solid #908750;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

/* initially all panes are hidden */ 
div.panes2 div.pane2 {
	display:none;		
}


div.panes2 div {
	display:none;
	padding: 15px 10px;
	border:1px solid #4D4A1F;
	width: 95%;
	height:250px;
	background-color: #908750;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
