/*************** Tabs ***************/

/* Onglet fiches produits / Big tabs */
.tabs {
	background:url(/images/base/tabs_bg.gif) no-repeat 100% 100%;
	}
.tabs li, .tabs li span {
	background-image:url(/images/base/tabs_li_bg.gif);                  /* Image de fond de l'onglet */
	background-repeat:no-repeat;
	}
.tabs li {
	float:left;
	height:32px;
	margin-right:.33em;
	background-position:0 -96px;
	padding-left:5px;
	font-size:1em; /*   AVANT = 1.08em */
	overflow:hidden;
	}
.tabs li.on {
	background-position:0 -64px;
	}
.tabs li span {
	display:block;
	background-position:100% -32px;
	padding:0 18px 0 10px;
	line-height:2.0em; /*   AVANT = 2.5 */
	}
.tabs li span img {
	float:left;
	margin:8px 6px 0 0;
	}
.tabs li.on span {
	background-position:100% 0;
	}
.tabs li a, .tabs li a:hover {
	color:#ffffff;  /*   AVANT = #000 */
	text-decoration:none;
	}
.tabs li a:hover {
	color:#0088b5;
	}



.product-spot {
    color:#003366;
	/*background:url(/images/base/product_spot_bg.jpg) no-repeat;*/
	}
.product-spot .tabs {
	bottom:-1px;
	left:0px;
	position: relative;
	margin: 0 0 0 0px;
	background:#ffffff;
	}
.product-spot .tabs a {
font-size:11px;
color:#FFFFFF; /* couleure texte tab*/
font-family:Verdana;
	}
.product-spot .tabs .on a {
font-size:11px;
color:#656567;
font-family:Verdana;
	}
.product-spot .tabs li, .product-spot .tabs li span {
	background-image:url(/images/base/product_spot_tabs_li_bg.gif);
	}
