/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
* { margin:0px; padding:0px; }
.boxText { /*font-family:  Verdana, Arial, sans-serif;*/ font-size: 10px; }
.errorBox { /*font-family:  Verdana, Arial, sans-serif;*/ font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { /*font-family:  Verdana, Arial, sans-serif;*/ font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { /*font-family: Arial, Helvetica, sans-serif;*/ font-size : 10px; color: #555; }
.orderEdit:hover { /*font-family: Arial, Helvetica, sans-serif;*/ font-size : 10px; color: #555; border-bottom:dotted 1px #555; }

body {
	font-family: Dosis, sans-serif;
	font-size: 16px;
  	margin:0px; padding:0px;
	height:100%;
	color:#5E5E5E;
	background-color: #F9F9F9;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.bold {
	font-weight:bold;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #990000;
  text-decoration: underline;
}

.inputs_default, textarea {
	border:solid 1px #555;
	font-size:14px;
	color:#6C6C6C;
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
	width:100%;

	padding-left:4px;
	/* font-family: arial, helvetica, sans-serif; */
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}

h1 {
	margin-top:10px;
	color:#fb8629;
}

.account h2 {
	padding: 0;
}

h2 {
	margin: 10px 0 0 0;
	padding: 0 20px 0 70px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: normal;
}

h2 strong {
	font-weight: normal;
	float: left;
}

h2 span {
	display: block;
	float: right;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin: 8px 0 0 5px;
	background: transparent url(images/pictos/pager.png) no-repeat 0 0;
	cursor: pointer;
}

h2 span.selected {
	background: transparent url(images/pictos/pager.png) no-repeat 0 100%;
	cursor: default;
}

h2 span.next,
h2 span.prev {
	font-size: 27px;
	font-weight: normal;
	line-height: 27px;
}

.produits_phares h2 {
	background: #DADADA url(images/pictos/picto_produitsphares.png) no-repeat 0 0;
	display: block;
}

.produits_phares figure {
	float: left;
	display: inline-block;
	background-color: #FFF;
	margin: 15px 15.5px 15px 0;
	padding: 0;
	/* width: 131.9px; */
	width: 15.18%;
	box-sizing: border-box;
	text-align: center;
}

.produits_phares figure.last-child {
	float: none;
	margin: 15px 0 5px 0;
}

.produits_phares figure img {
	width: 80px;
	height: 80px;
	margin: 10px 7.5px;
}

.produits_phares figure figcaption {
	background-color: #DADADA;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 0;
	height: 50px;
	position: relative;
}

.produits_phares figure figcaption .price {
	font-size: 18px;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
}

.top_mobile h2 {
	background: #DADADA url(images/pictos/picto_topmobile.png) no-repeat 0 0;
	display: block;
}

.top_mobile figure {
	float: left;
	display: inline-block;
	background-color: #FFF;
	margin: 15px 15.5px 5px 0;
	padding: 0;
	width: 95px;
	box-sizing: border-box;
}

.top_mobile figure.last-child {
	float: none;
	margin: 15px 0 5px 0;
}

.top_mobile figure img {
	width: 80px;
	height: 80px;
	margin: 10px 7.5px;
}

.top_mobile figure figcaption {
	background-color: #DADADA;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 0;
	height: 30px;
}

.marque {
	width: 100%;
	height: 174px;
	overflow: hidden;
	position: relative;
}

.marque h2 {
	background: #DADADA url(images/pictos/picto_search.png) no-repeat 0 0;
}

.marque div {
	overflow: hidden;
	width: 10000px;
	height: 114px;
	white-space: nowrap;
	position: absolute;
	top: 60px;
	left: 0;
	background-color: #FFF;
}

.marque a {
	text-decoration: none;
}

.marque figure {
	height: 75px;
	line-height: 75px;
	text-align: center;
}

article figure {
	float: left;
	display: block;
	background-color: #FFF;
	margin: 0;
	padding: 20px 7.4px;
	width: 130px;
}

article.other figure {
	height: 70px;
	line-height: 70px;
	text-align: center;
}

article.other2 figure {
	line-height: initial;
	height: 110px;
	background-color: transparent;
}

article.other figure a {
	display: block;
}

article.other2 figure a {
	height: 100%;
	position: relative;
	background-color: #FFF;
	padding: 15px 0 5px 0;
}

article.other2 figure figcaption {
	background-color: #DADADA;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 0;
	line-height: normal;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
}

article figure:last-child,
article figure.last-child {
	margin: 0;
}

article figure img {
	width: 130px;
	height: 50px;
	margin: 10px 0;
}

article.other figure img {
	width: auto;
	height: auto;
}

article.other2 figure img {
	margin: 0;
	padding: 0;
}

article figure .block_02 {
	float: none;
}

h3 {
	color:black;
	/* font-family:Arial, Helvetica, sans-serif; */
	font-size:20px;
	font-weight:bold;
}

.global {
	width: 1165px;
	margin: 0 auto;
}

/******************************************************************/

.boxe {
	margin-bottom: 10px;
}

.boxe.search {
	position: relative;
	display: block;
	height: 50px;
}

.boxe.search input {
	margin: 0;
	padding: 3px 10px;
	width: 196px;
	height: 44px;
	line-height: 44px;
	background-color: #DADADA;
	border: none;
	vertical-align: top;
}

/********************************************/

.boxe h2 {
	padding: 0 0 0 60px;
	text-transform: initial;
}

.boxe table {
	background: #FFF url(images/pictos/boxe_fleche.png) repeat-x 0 0;
	width: 100%;
}

.boxe table tbody tr td {
	padding: 5px 10px 0 10px;
}

.boxe table tfoot {
	text-align: right;
}

.boxe table tfoot td {
	padding: 0 10px 10px 10px;
}

.boxe table tfoot a {
	background-color: #555555;
	color: #FFF;
	padding: 5px 10px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
}

.boxe.search table {
	position: absolute;
	top: 50px;
	left: 0;
}

.boxe.search table tbody tr:hover td {
	background-color: #EEE;
}

.boxe.search table tbody tr td:first-child {
	width: 50px;
	padding-left: 10px;
	padding-right: 0;
	border-left: solid 1px #CCC;
	border-right: none;
}

.boxe.search table tbody tr td {
	height: 70px;
	padding-left: 0;
	padding-right: 10px;
	border-left: none;
	border-right: solid 1px #CCC;
	cursor: pointer;
}

.boxe.search table tbody tr td.noresult {
	border-right: solid 1px #CCC;
	cursor: auto;
	background-color: #FFF;
}

.boxe.search table tbody tr td:first-child a {
	padding-left: 0;
}

.boxe.search table tbody tr td a {
	display: block;
	padding-left: 10px;
	text-decoration: none;
	color: #000;
}

.boxe.search table thead tr td,
.boxe.search table tfoot tr td {
	height: 20px;
	font-size: 0;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
}

.boxe.search table tfoot tr td {
	height: 1px;
	padding-bottom: 5px;
	border-bottom: solid 2px #CCC;
}

.boxe.search .moche {
	font-size: 0;
	width: 5px;
	height: 7px;
	background-color: #FFF;
	position: absolute;
	top: 50px;
	z-index: 100;
}

.boxe.search .moche.left {
	left: 0;
}

.boxe.search .moche.right {
	right: 0;
}

.boxe.search table img {
	width: 50px;
	height: 50px;
	padding: 5px;
	border: solid 1px #DDD;
}

.panier h2 {
	background: #DADADA url(images/pictos/picto_panier.png) no-repeat 0 -50px;
}

.panier h2.empty {
	background: #DADADA url(images/pictos/picto_panier.png) no-repeat 0 0;
}

.panier img {
	margin-right: 10px;
}

.panier .price {
	color: #000;
	font-size: 16px;
}

.advert {
	text-align: center;
}

/********************************************/

.breadcrumb {
	position: relative;
	text-transform: uppercase;
	margin: 25px 0;
	z-index: 100;
}

.breadcrumb a {
	text-transform: initial;
}

.breadcrumb .tri {
	position: absolute;
	top: -15px;
	right: 0;
	background: transparent url(images/pictos/options_tri.png) no-repeat 0 0;
	width: 50px;
	height: 50px;
}

.breadcrumb .tri nav {
	display: none;
	position: absolute;
	top: 50px;
	right: 0;
	width: 200px;
	background: transparent url(images/pictos/tri_fleche.png) no-repeat 0 0;
	text-transform: initial;
	padding-top: 12px;
}

.breadcrumb .tri:hover nav {
	display: block;
	z-index: 100;
}

.breadcrumb .tri nav ul {
	list-style: none;
	margin: 0;
	padding: 10px;
	border: solid 1px #DADADA;
	border-top: none;
	background-color: #FFF;
}

.breadcrumb .tri nav ul li {
	margin: 0;
	padding: 0;
	background-color: #DADADA;
	margin-bottom: 5px;
	text-align: center;
}

.breadcrumb .tri nav ul li:last-child,
.breadcrumb .tri nav ul li.last-child {
	margin: 0;
}

.breadcrumb .tri nav ul li a {
	display: block;
	padding: 10px 0;
	color: #000;
	text-decoration: none;
}

.breadcrumb .tri nav ul li.selected {
	background-color: #555;
}

.breadcrumb .tri nav ul li.selected a {
	color: #FFF;
}

/********************************************/
.block_login {
	padding:0;
	margin:0;
	background:url(images/deco/fond_home_login_cookie.jpg) top left no-repeat;
	width:500px;
	height:350px;
	margin-left:-250px;
	margin-top:-175px;
	position:absolute;
	left: 50%;
	top: 50%;
}

.block_login .Text {
	margin-left:50px;
}

.block_login .Text a {
	font-size:10px;
	color:#555;
}

/********************************************/

.global_container_left {
	position: relative;
	width: 869px;
	float: left;
}

.global_container_left header {
	position: relative;
	/* z-index: 300; */
}

.global_container_right {
	width: 266px;
	float: right;
}

.shoppingcart .global_container_right {
	position: absolute;
	top: 0;
	right: 0;
}

.shoppingcart .global_container_left {
	width: 100%;
}

.shoppingcart .banniere {
	margin-right: 360px;
}

.shoppingcart table {
	width: 100%;
	margin: 20px 0 0 0;
	background-color: #FFF;
	clear: both;
}

.shoppingcart table thead tr {
	background-color: #DADADA;
}

.shoppingcart table thead tr th:first-child {
	text-align: left;
	padding-left: 20px;
}

.shoppingcart table thead h2 {
	margin: 0;
	padding: 0;
}

.shoppingcart table tbody h2 {
	margin: 0;
	padding: 0;
	color: #fb8629;
	font-weight: bold;
	height: auto;
	line-height: normal;
}

.shoppingcart table tbody td {
	padding: 10px 0;
}

.shoppingcart table tbody input {
	color: #000;
	background: #DADADA;
	border: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-family: Helvetica;
}

.shoppingcart table tbody td:last-child a,
.shoppingcart table tbody td.last-child a {
	display: inline-block;
	padding: 5px 10px;
	background-color: #555555;
	color: #FFF;
	font-weight: bold;
}

.shoppingcart table tfoot tr {
	background-color: #DADADA;
}

.shoppingcart .block_01_bot a {
	display: inline-block;
	padding: 5px 20px;
	color: #FFF;
	background-color: #EE9612;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
}

.shoppingcart .block_01_bot a:hover,
.shoppingcart .block_01_bot a:active {
	color: #FFF;
}

.shoppingcart .block_01_bot input {
	padding: 5px 20px;
	*padding: 3px 20px;
	color: #FFF;
	background-color: #EE9612;
	font-weight: bold;
	border: none;
	font-size: 16px;
	cursor: pointer;
	margin-top: 10px;
	overflow: visible;
}

header h1 {
	margin: 0;
	padding: 20px 0 0 0;
	height: 85px;
}

div.deconnexion {
	height: 105px;
	line-height: 115px;
	text-align: right;
	font-size: 22px;
	text-transform: uppercase;
}

div.deconnexion a {
	margin-left: 10px;
}

div.deconnexion img {
	vertical-align: middle;
}

.banniere {
	float: right;
	width: 470px;
	height: 60px;
	margin-top: 15px;
}

td.product_image, div.product_image{
	padding:2px;
}

article.index_recherche_par_famille_compatibilities {
	overflow: hidden;
	zoom: 1;
}

/***************************************************************************/

.ssmenu_home {
	margin-top: 10px;
	display: block;
}

/***************************************************************************/

div.header_search {
	width:auto;
	/*background:url(images/deco/fond_header_login.jpg) top left no-repeat;*/
	font-size:12px;
	float:right;
	margin-top:22px;
	color:#e3270e;
	text-align:left;
	padding:0;
}
 
.header_search #result {
	z-index:600;
	color:#000000;
	margin:0;
	padding:0;
	width:200px;
/*	
	border:2px solid #00FF00;
	background:#0000FF;*/
}

/**********************************************************/

.header_search_result {
	background-color:#FFFFFF;
	padding:0;
	border:1px solid #1BBBE9;
	position:inherit;
	z-index:200;
	display:inline-block;
}

.header_search_item {
	width:200px;
	text-align:left;
	margin:0;
	/* font-family:Arial, Helvetica, sans-serif; */
	font-size:14px;
	border-bottom:1px dotted #33cccc;
	display:inline;
}

.header_search_item a {
	color:#5E5E5E;
}

.header_search_item a:hover {
	background-color:#DDEFFB;
}

.search_result_bloc {
	clear:both;
	cursor:pointer;
	text-decoration:none;
}

.search_result_bloc_modele_mobile {
	background:#ff9933;
}

.search_result_bloc .img, .search_result_bloc2 .img {
	float:left;
	width:45px;
	margin-top:2px;
	margin-bottom:2px;
	text-align:center;
}

.search_result_bloc .text ,.search_result_bloc2 .text {
	float:left;
	width:150px;
	text-decoration:none;
}

a.mon_panier {
	/* font-family:Arial, Helvetica, sans-serif; */
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
}

div.header_login .panier {
	color:#FFFFFF;
	/* font-family:Arial, Helvetica, sans-serif; */
	font-size:12px;
	text-decoration:none;
}

.title_product {
	/* font-family:Arial, Helvetica, sans-serif; */
  	font-size: 12px;
  	font-weight: bold;
  	color: #00234c;
	line-height:1.2em;
}

.title {
	/* font-family:Arial, Helvetica, sans-serif; */
  	font-size: 16px;
  	font-weight: bold;
  	color:black;
	line-height:1.2em;
	text-transform:uppercase;
	margin-top:5px;
	margin-bottom:5px;
}

.sub_title {
	/* background:url(images/deco/puce_list_on.gif) 0 4px no-repeat; */
	padding-left:20px;
	/* font-family:Arial, Helvetica, sans-serif; */
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

.fil {
	color:#999999;
	font-size:10px;
	text-decoration:none;
	margin-bottom:5px;
}

.fil a {
	color:#555;
	text-decoration:none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  /* font-family:Arial, Helvetica, sans-serif; */
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  /* font-family:Arial, Helvetica, sans-serif; */
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  /* font-family:Arial, Helvetica, sans-serif; */
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

div.footer {
  	/* font-family:Arial, Helvetica, sans-serif; */
  	font-size: 10px;
  	font-weight: bold;
  	padding-top:10px;
	padding-bottom:60px;
  	text-align:center;
  	width:100%;
  	clear:both;
	margin-top:10px;
}

div.footer ul li, div.footer ul li a {
	/* font-family:Arial, Helvetica, sans-serif; */
	font-size:10px;
	display:inline;
	color:#555;
	text-decoration:none;
}

/*****************/

#product_image {
	width: 350px;
	height: 325px;
	text-align: center;
	background-color: #FFF;
	padding-top: 25px;
}

#product_image a {
	cursor: pointer;
}

.block_01.product_left {
	width: 350px;
	text-align: center;
}

.block_01.product_right {
	float: right;
	width: 500px;
	padding-left: 0;
}

.block_01.hotline h2 {
	padding: 0;
}

.block_01.hotline {
	
}

.historique {
	background-color: #FFF;
	margin-top: 5px;
	clear: both;
	overflow: hidden;
}

.historique h2 {
	background: #DADADA url(images/pictos/picto_historique.png) no-repeat 0 0;
	margin-top: 0;
}

.historique .button_card {
	display: none;
}

.historique .block_02 {
	border: none;
	margin: 0;
	background-color: #FFF;
	width: 200px;
}

.historique .block_02 .pictures {
	margin: 5px;
	padding: 0;
	width: auto;
}

.historique .block_02 .content {
	width: auto;
	margin: 10px 0 0 105px;
	padding: 0;
}

.historique div.block_02 .content .price {
	width: auto;
}

.historique figure {
	width: 202px;
}

.historique figure img {
	width: auto;
	height: auto;
}

.thumbnails {
	margin-top: 10px;
	text-align: left;
}

.thumbnails a {
	background-color: #FFF;
	cursor: pointer;
}

.thumbnails a.endline img {
	border: none;
}

.thumbnails a img {
	margin: 0 0 10px 0;
	padding: 20px;
	background: white;
	border-right: solid 10px #F9F9F9;
}

.block_01.product_right h1 {
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-family: Helvetica;
}

.block_01.product_right .description {
	font-weight: bold;
	font-size: 16px;
}

.block_01.product_right #add_to_panier {
	border: none;
	margin: 0;
	padding: 0;
}

.block_01.product_right #add_to_panier legend {
	display: none;
}

.block_01.product_right #add_to_panier input {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: none;
	text-align: center;
	font-family: arial;
	font-size: 16px;
	margin: 0 15px 0 5px;
	vertical-align: middle;
	background-color: #FFF;
}

.block_01.product_right #add_to_panier a {
	display: inline-block;
	background: #DADADA url(images/pictos/picto_panier.png) no-repeat 0 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	padding: 0 20px 0 70px;
	text-transform: uppercase;
	cursor: pointer;
	vertical-align: top;
}

.block_01.product_right #add_to_panier > span {
	display: inline-block;
	background: #DADADA url(images/pictos/picto_panier.png) no-repeat 0 0;
	height: 50px;
	line-height: 50px;
	border: none;
	padding: 0 20px 0 70px;
	text-transform: uppercase;
	vertical-align: top;
	margin-right: 5px;
	vertical-align: middle;
}

object, embed, iframe {
	max-width: 100%;
}

/*****************/

.tab_highlight {
	padding-bottom:5px;
	padding-top:5px;
}

.tab_highlight table {
	border:1px solid #CCCCCC;
}

.product_in_line_title {
	text-align:right;
	color:#000000;
	/* font-family:Verdana, Arial, Helvetica, sans-serif; */
	font-size:14px;
	font-weight:bold;
	padding-right:10px;
}

/* DISCOUNTS */
.discount_title a {
}

.discount_title_detail a {
	/* font-family:Verdana, Arial, Helvetica, sans-serif; */
	font-size:14px;
	font-weight:bold;
	text-align:right;
	padding:0px;
	color:#000000;
}

.tab_highlight table.discount {
	background:url(images/deco/fond_product_in_line_red.jpg) right repeat-y #FFFFFF;
}

.tab_highlight .discount {
  	padding:5px;
}

/* LES FLAGS */
.flag_default {
	display:none;
}
.flag_nouveaute {
	position:absolute;
	left:6%;
	top:0;
	background:url(images/deco/flag/nouveaute.png) no-repeat;
	width:60px;
	height:60px;
	padding:0px;
	margin-left:1px;
	margin-top:1px;
	z-index:3;
}

.flag_promotion {
	position:absolute;
	background:url(images/deco/flag/promotion.png) no-repeat;
	width:60px;
	height:60px;
	padding:1px 0 0 1px;
}

.flag_destockage {
	position:absolute;
	background:url(images/deco/flag/destockage.png) no-repeat;
	width:60px;
	height:60px;
	padding:1px 0 0 1px;
}

.discount_title {
	/* font-family:Arial, Helvetica, sans-serif; */
	font-size:10px;
	color:#990000;
}

.flag_fin_de_vie {
	/* font-family:Arial, Helvetica, sans-serif; */
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

/****************************************/

.infoBox {
  border:none;
  padding:0;
  background-color: #FFF;
  width: 100%;
}

.infoBox .view,
.infoBox .view:hover,
.infoBox .view:active,
.infoBox .tracking,
.infoBox .tracking:hover,
.infoBox .tracking:active {
	background-color: #555555;
	color: #FFF;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 5px;
}

.infoBox .print,
.infoBox .print:hover,
.infoBox .print:active {
	background-color: #EE9612;
	color: #FFF;
	padding: 5px 10px;
	margin: 0 5px;
	display: inline-block;
	margin-bottom: 5px;
}

/*.infoBox tr:hover {	
	background:#333333 url(images/deco/fond_inputs.png);
}*/

.infoBoxContents {
  font-family:Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding:5px;
  padding-left:10px;
  line-height:1.5em;
  color:inherit;
  text-align: center;
}

.shoppingcart .infoBoxContents {
	float: right;
}

.infoBoxContents a {
  /* font-family:Arial, Helvetica, sans-serif; */
  font-size: 10px;
  line-height:1.5em;
  color:#000000;
}

*.sub_title a {
	color:#000000;
}

.infoBoxItemName {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}

.infoBoxItemName a {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}

.infoBoxZoom {
	position:relative;
	left:16px;
	bottom:16px;
	z-index:20;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  /* font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
}

TD.infoBoxHeading {
  /* font-family:Arial, Helvetica, sans-serif; */
  font-size: 12px;
  color: #000000;
  padding:5px 0 5px 0;
}

TD.infoBox, SPAN.infoBox {
  /* font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  /* font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  /* font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
}

.pageResults {
	color:#000000;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  /* font-family: Verdana, Arial, sans-serif; */
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  /* font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, DIV.main {
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  line-height: 1.5em;
  color:#000000;
}

TD.mainw, P.mainw, DIV.mainw {
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  line-height: 1.5;
  color:#FFFFFF;
}

TD.smallText, SPAN.smallText, P.smallText,  DIV.smallText {
  /*font-family:  Verdana, Arial, sans-serif;*/
  font-size: 10px;
  color:#000000;
}

TD.smallTextW, SPAN.smallTextW, P.smallTextW {
  /*font-family:  Verdana, Arial, sans-serif;*/
  font-size: 10px;
  color:#000000;
}

TD.accountCategory {
  /*font-family:  Verdana, Arial, sans-serif;*/
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  /*font-family:  Verdana, Arial, sans-serif;*/
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  /*font-family:  Verdana, Arial, sans-serif;*/
  font-size: 12px;
}

TD.tableHeading {
  /*font-family:  Verdana, Arial, sans-serif;*/
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  /*font-family:  Verdana, Arial, sans-serif;*/
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 22px;
  font-family: Dosis, sans-serif;
  color: #555;
}

TEXTAREA {
  width: 100%;
  font-size: 22px;
  font-family: Dosis, sans-serif;
  white-space: pre;
}

SPAN.greetUser {
  /*font-family:  Verdana, Arial, sans-serif;*/
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  /*font-family:  Tahoma, Verdana, Arial, sans-serif;*/
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  /*font-family:  Tahoma, Verdana, Arial, sans-serif;*/
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  /*font-family:  Verdana, Arial, sans-serif;*/
  color: #ff0000;
}

SPAN.errorText {
  /*font-family:  Verdana, Arial, sans-serif;*/
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { /* background:url(images/deco/fond_inputs.png); */ cursor: pointer; cursor: auto; }
/* .moduleRowSelected { background:#EEEEEE; } */

.checkoutBarFrom { /*font-family: Arial, Helvetica, sans-serif;*/ font-size: 10px; color:#999999; padding-top:30px; }
.checkoutBarTo { /*font-family: Arial, Helvetica, sans-serif;*/ font-size: 10px; color:#999999; padding-top:30px; }
.checkoutBarCurrent { /*font-family: Arial, Helvetica, sans-serif;*/ font-size: 10px; color: #e3270e; padding-top:30px; }

#fil_commande {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#fil_commande li {
	list-style: none;
	margin: 0 30px 0 0;
	padding: 0 0 0 70px;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 20px;
}

#fil_commande .mon_panier  { background: url(images/pictos/picto_panier.png) no-repeat 0 0; }
#fil_commande .mon_panier.active  { background: url(images/pictos/picto_panier.png) no-repeat 0 100%; }
#fil_commande .info_livraison  { background: url(images/pictos/picto_livraison.png) no-repeat 0 0; }
#fil_commande .info_livraison.active  { background: url(images/pictos/picto_livraison.png) no-repeat 0 100%; }
#fil_commande .confirmation  { background: url(images/pictos/picto_confirmation.png) no-repeat 0 0; }
#fil_commande .confirmation.active  { background: url(images/pictos/picto_confirmation.png) no-repeat 0 100%; }
#fil_commande .fin  { background: url(images/pictos/picto_fini.png) no-repeat 0 0; }
#fil_commande .fin.active  { background: url(images/pictos/picto_fini.png) no-repeat 0 100%; }

/* message box */

.messageBox { /*font-family:  Verdana, Arial, sans-serif;*/ font-size: 10px; }
.messageStackError, .messageStackWarning { /*font-family:  Verdana, Arial, sans-serif;*/ font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { /*font-family:  Verdana, Arial, sans-serif;*/ font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { /*font-family: Arial, Helvetica, sans-serif;*/ font-size: 10px; color: #ff0000; margin-left:5px; }

/*****************************************/

table.tab_global {
	width:auto;
	z-index:0;
}

.col_cote {
	width:187px;
	margin-top:12px;
	margin-left:10px;
	margin-right:0;
}

div.col_cote_top {
	background:url(images/deco/fond_col_cote_top_01.jpg) center top no-repeat;
	color:#555;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

div.col_cote_top .title, div.col_cote_top .title a {
	color:#555;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

div.col_cote_bloc {
	background:url(images/deco/fond_col_cote_01.jpg) center repeat-y;
	padding-bottom:5px;
	text-align:left;
	padding-left:2px;
}

div.col_cote_bloc .link {
	background:url(images/deco/puce_list_off.gif) left no-repeat;
	color:black;
	/*font-family: Arial, Helvetica, sans-serif;*/
	text-decoration:none;
	margin-left:-15px;
	padding-left:15px;
}

div.col_cote_bloc .link2 {
	background:url(images/deco/puce_list_on.gif) left no-repeat;
	color:black;
	/*font-family: Arial, Helvetica, sans-serif;*/
	text-decoration:none;
	margin-left:-15px;
	padding-left:15px;
}

div.col_cote_bloc .sub_title {
	background:url(images/deco/puce_list_off.gif) 5px no-repeat;
	font-size:12px;
	color:black;
	text-decoration:none;
}

.col_cote_bloc ul li {
	color:black;
	font-size:10px;
	list-style:none;
}

.col_cote_bloc ul li a {
	color:black;
	text-decoration:none;
}

.col_cote_bloc ul li a:hover {
	color:#fb8629;
}

.col_cote_bloc ul li a small {
	color:#555;
}

.col_cote_bottom {
	background:url(images/deco/fond_col_cote_bot_01.jpg) center bottom no-repeat;
	height:22px;
	margin-bottom:5px;
}

div.col_cote_separator {
	background:url(images/deco/fond_col_cote_sep_01.jpg) no-repeat;
	height:2px;
}

div.col_cote_bloc .col_cote_bloc_sub {
	text-align:left;
	margin-left:-15px;
	margin-right:15px;
	margin-top:10px;
	width:100%;
	list-style:none;
	color:#FFFFFF;
}

.col_cote_bloc_sub .inputstyle {
	background:#DEDEDE;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:10px;
	border:0px #DDDDDD;
	padding:0;
	vertical-align: baseline;
}

.col_cote_bloc_sub td {
	padding:3px 1px 2px 2px;
}

.lign_top {
	border-top:1px dotted #CCCCCC;
}

.lign_bottom {
	border-bottom:1px dotted #CCCCCC;
}

/***************************************************/

#onglet {
    width:100%;
    background:none;
    font-size:12px;
    line-height:normal;
	display:inline;
}

#onglet li {
	float:left;
	background:url(images/deco/onglet/norm_left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
#onglet a, #onglet strong, #onglet span {
	display:block;
	background:url(images/deco/onglet/norm_right.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
}
#onglet #current {
	background:url(images/deco/onglet/norm_left_on.gif);
}
#onglet #current a {
	background:url(images/deco/onglet/norm_right_on.gif);
	padding-bottom:5px;
}
	
/***************************************************/

.index_recherche_par_mobile {
	width:200px;
	float:left;
	margin-right:20px;
}

.index_recherche_par_famille {
	width:570px;
	float:left;
}

div.onglet_sous_famille {
	float: left;
	margin: 10px 33px 10px 11px;
	text-align: left;
	height: 180px;
}

div.onglet_sous_famille:nth-of-type(5n+5) {
	margin: 10px 10px 10px 12px;
}

/* ie8 */
div.onglet_sous_famille.endline {
	margin: 10px 10px 10px 12px;
}

div.onglet_sous_famille .icone_sous_famille {
	text-align: left;
	border: solid 1px #DDD;
	padding: 10px 21px;
}

div.onglet_sous_famille .icone_sous_famille img {
}

div.onglet_sous_famille .detail_sous_famille {
	padding: 5px 0 0 5px;
	width: 129px;
}

div.onglet_sous_famille .detail_sous_famille a {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:18px;
	color:#000;
	text-decoration:none;
	font-weight: bold;
}

div.onglet_sous_famille .detail_sous_famille a small {
	font-size: 18px;
	font-weight: normal;
	color: #444;
	background: transparent url(images/pictos/fleche.png) no-repeat 0 50%;
	padding: 0 0 0 14px;
}
/***************************************************/

.listing_family {
  	background:#9aa3a8;
  	/*font-family: Arial, Helvetica, sans-serif;*/
  	font-size: 14px;
  	font-weight:bold;
  	color:#ffffff;
  	padding-left:10px;
  	line-height:2em;
  	border-top:solid 2px #999999;
  	margin-top:10px;
  	clear:both;
}

.listing_subfamily {
	background:#ebebeb;
  	/*font-family: Arial, Helvetica, sans-serif;*/
  	font-size: 12px;
  	color: #555;
  	padding-left:20px;
  	line-height:2em;
  	margin-bottom:5px;
  	clear:both;
}

/***************************************************/
.col_block {
	padding:0 0 10px 0;
	vertical-align:top;
	margin:0;
}

/***************************************************/
div.block_top_01 {
	margin:10px;
	color:#e3270e;
	font-size:20px;
}

.block_top_01 a {
	color:#000000;
	/*background:url(images/deco/icon_link.png) right no-repeat;
	padding-right:10px;*/
	text-decoration:none;
}

div.block_top2_01 {
	/*background:url(images/deco/fond_block_top_02.jpg) top left no-repeat;*/
	height:10px;
	text-align:left;
	padding:0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:12px;
	font-weight:bold;
	color:#000000;
	overflow:visible;
}

div.block_01 {
	padding:0;
	margin:0;
	font-size:16px;
}

.block_01.other h2 {
	padding: 0;
}

div.block_bot_01 {
	height:auto;
	margin:0;
	clear:both;
}

.other div.block_bot_01 {
	padding: 40px 0 0 0;
}

div.block_bot_01 a {
	background-color: #EE9612;
	color: #FFF;
	padding: 5px 10px;
	text-decoration: none;
}

.other div.block_bot_01 a {
	display: block;
	color: #FFF;
	width: 40px;
	height: 20px;
}

.block_01 a {
	color:#000000;
	/*background:url(images/deco/icon_link.png) right no-repeat;
	padding-right:10px;*/
	text-decoration:none;
}

.block_01 a:hover {
	color:#fb8629;
}

.block_01 ul li {
	list-style:square;
	line-height:1.8em;
	list-style-position: inside;
}

table.tab_listing {
	border:1px solid #4F4F4F;
	padding:4px;
}

.price {
	font-family: Helvetica, Arial, sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#000;
}

.price_01 sup {
	font-size: 0.5em;
}

.price.small {
	font-size: 16px;
	font-weight: normal;
}

.small .price_01 {
	font-size: 16px;
	font-weight: normal;
}

.small .price_01 sup {
	font-size: 16px;
	font-weight: normal;
	vertical-align: baseline;
}

/***************************************************/

div.block_02 {
	text-align: left;
	font-size: 12px;
	width: 270px;
	position: relative;
	border: solid 1px #DADADA;
	background-color: #DADADA;
	margin: 0 26.5px 20px 0;
}

div.block_02:nth-of-type(3n+3) {
	margin: 0 0 20px 0;
}

/* ie8 */
div.block_02.endline {
	margin: 0 0 20px 0;
}

div.block_02 .pictures {
	width: 95px;
	float: left;
	text-align: left;
	height: 100%;
	background-color: #FFF;
	padding: 5px;
	text-align: center;
}

div.block_02 .quantity {
	float:left;
	width:50px;
	padding-left:3px;
}

div.block_02 .pictures a img {
	margin-top:2px;
	margin-left:2px;
}

div.block_02 .content {
	margin-left: 105px;
	padding: 5px 0 0 10px;
	width: 155px;
}

div.block_02 .content .ItemName a {
	 /*font-family: Arial, Helvetica, sans-serif;*/
	 font-size:14px;
	 
}

div.block_02 .content .ItemName a b {
	color:#d32100;
}

div.block_02 .content .price {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	width: 130px;
}

div.button_card {
	position: absolute;
	bottom: 10px;
	left: 116px;
	white-space: nowrap;
	color: #000;
}

div.button_card a {
	text-decoration: none;
}

div.button_card span {
	background-color: #EE9612;
	color: #FFF;
	padding: 5px 10px;
	font-size: 14px;
	display: block;
	float: left;
	cursor: pointer;
}

div.button_card span.bad {
	background-color: #555555;
	cursor: default;
}

div.button_card em {
	font-style: normal;
	line-height: 24px;
	padding-left: 3px;
}

/***************************************************/

div.block_top_03 {
	background:url(images/deco/fond_block_top_03.jpg) top left no-repeat;
	height:4px;
}

div.block_03 {
	background:url(images/deco/fond_block_03.jpg) top left repeat-y;
	text-align:left;
	padding:0 5px 0 5px;
	font-size:12px;
	display:block;
}

div.block_bot_03 {
	background:url(images/deco/fond_block_bot_03.jpg) bottom left no-repeat;
	height:4px;
	margin-bottom:5px;
}

/***************************************************/

div.block_top_04 {
	/*background:url(images/deco/fond_block_top_01.jpg) top left no-repeat;*/
	height:25px;
	text-align:left;
	padding-left:15px;
	padding-top:10px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.block_top_04 a {
	color:#000000;
	/*background:url(images/deco/icon_link.png) right no-repeat;
	padding-right:10px;*/
	text-decoration:none;
}

div.block_top2_04 {
	/*background:url(images/deco/fond_block_top_01.jpg) top left no-repeat;*/
	height:10px;
	text-align:left;
	padding:0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

div.block_04 {
	/*background:url(images/deco/fond_block_01.jpg) top left repeat-y;*/
	text-align:left;
	padding:0 10px 0 10px;
	font-size:12px;
	display:block;
}

div.block_bot_04 {
	/*background:url(images/deco/fond_block_bot_01.jpg) bottom left no-repeat;*/
	height:10px;
	padding-left:15px;
	margin-bottom:5px;
}

.block_04 a {
	color:#000000;
	/*background:url(images/deco/icon_link.png) right no-repeat;
	padding-right:10px;*/
	text-decoration:none;
}

.block_04 a:hover {
	color:#fb8629;
}

.block_04 ul {
	margin-left:30px;
}

.block_04 ul li {
	list-style:url(images/deco/puce_list_off.gif);
	line-height:1.5em;
}

/***************************************************/

div.block_top_05 {
	background:url(images/deco/fond_block_top_05.png) top left no-repeat;
	height:28px;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:18px;
	font-weight:bold;
	color:#fb8629;
}

div.block_05 {
	background:url(images/deco/fond_block_05.png) left repeat-y;
	padding:3px;
	margin:0;
	font-size:12px;
}

div.block_05 * .item_name a, div.block_05 * .item_quantity {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:11px;
	color:#999999;
}

div.block_05 * .item_price {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:14px;
	font-weight:bold;
	color:#e3270e;
}

div.block_05 input {
	width:180px;
	font-size:18px;
	margin:0;
	background-color:#FFFFFF;
	border:1px solid #a2a2a2;
	height:25px;
	margin-right:2px;
}

div.block_bot_05 {
	background:url(images/deco/fond_block_bot_05.png) bottom left no-repeat;
	height:4px;
}
/***************************************************/

/* GRISE TOUT LE SITE */
#div_fullScreen, #div_fullScreen_image, #div_fullScreen_panier, #div_fullScreen_login {
    display:none;
	clear:both; 
	position:absolute;
    left: 0px;   
    top: 0px;
    background:url(images/deco/fond_fullscreen.png);
    width: 100%;
    height: 100%;
	z-index:50;
}

/* affichage des num�ros de pages */
div.pagination {
	float:left;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin: 8px 0 0 5px;
	background: transparent url(images/pictos/pager.png) no-repeat 0 0;
}

a div.pagination {
	cursor: pointer;
}

div.pagination.selected_page {
	background: transparent url(images/pictos/pager.png) no-repeat 0 100%;
}

div.pagination.prev {
	font-size: 27px;
	font-weight: normal;
	line-height: 27px;
}

div.pagination.next {
	font-size: 27px;
	font-weight: normal;
	line-height: 27px;
}

div.pagination.hide {
	visibility: hidden;
}

ul.search {
	width:100%;
	list-style:none;
}

ul.search li {
	list-style:none;
	list-style-type:none;
	float:left;
	width:130px;
	font-size:10px;
	line-height:1em;
}

.dropdown_cart {
	 border: 1px solid #d2d2d2;
	 background:#FFFFFF;
	 margin-top:4px;
}

.dropdown_cart td, .dropdown_cart td a {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:9px;
	color:#555;
	padding:4px 0 4px 0;
}

.dropdown_cart td#total {
	border-top:double 3px #d2d2d2;
	height:25px;
}

.dropdown_cart td#total a.mon_panier {
	font-size:14px;
	color:#336699;
}

.shopping_card_alert_stock {
	line-height:2em;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background:#FF6600;
	text-align:center;
	border:1px solid #CCCCCC;
	border-top:none;
}

.shopping_card_alert_min_order {
	line-height:2em;
	font-size:11px;
	font-weight:bold;
	color:#inherit;
	background:#DADADA;
	text-align:center;
	border:1px solid #CCCCCC;
	text-align:right;
	padding:3px;
	margin-bottom:5px;
}

.shopping_card_alert_min_order span {
	font-size:14px;
	color:inherit;
}

.shopping_card_alert_franco {
	line-height:2em;
	font-size:12px;
	font-weight:bold;
	color:inherit;
	background:#DADADA;
	text-align:right;
	border:1px solid #CCCCCC;
	padding:3px;
	margin-top:5px;
}

.shopping_card_total {
	margin:10px;
}

.checkout_confirmation_alert_stock {
	font-size:9px;
	color:#FFFFFF;
	/* background:url(images/deco/fond_inputs.png) #FF0000; */
	padding-left:5px;
}

.shoppingcart .half {
	width: 570px;
	float: left;
	clear: none;
	margin-bottom: 22px;
}

.shoppingcart .half.last-child {
	float: right;
}

.shoppingcart .half .main {
	padding: 0 0 0 20px;
	font-size: 16px;
	text-transform: uppercase;
}

.shoppingcart .half tr:first-child .main {
	padding-top: 10px;
}

.shoppingcart .half tr:last-child .main,
.shoppingcart .half tr.last-child .main {
	padding-bottom: 10px;
}

.shoppingcart .half td:last-child.main,
.shoppingcart .half td.last-child.main {
	padding-right: 20px;
	font-family: helvetica, arial, sans-ms;
}

.shoppingcart.confirmation .half {
	margin-bottom: 0;
}

.shoppingcart.confirmation .block_01_bot {
	position: absolute;
	bottom: 0;
	right: 0;
}

.shoppingcart.confirmation .block_01_bot input {
	text-transform: uppercase;
	background: #DADADA url(images/pictos/picto_confirmation.png) no-repeat 0 100%;
	height: 50px;
	padding-left: 70px;
	color: #555;
	font-weight: normal;
	font-size: 20px;
}

.boxe_info_livraison {
	background-color: #FFF;
	margin-top: 22px;
	clear: both;
}

.boxe_info_livraison header {
	background-color: #DADADA;
	padding: 10px;
	text-transform: uppercase;
	color: inherit;
	font-size: 20px;
}

.boxe_info_livraison header.active {
	background-color: #EE9612;
	color: #FFF;
}

.boxe_info_livraison header input {
	margin-right: 10px;
	cursor: pointer;
}

.boxe_info_livraison header label {
	cursor: pointer;
}

.boxe_info_livraison div {
	padding: 20px;
}

.boxe_info_livraison div label {
	display: block;
}

.boxe_info_livraison div input {
	width: 250px;
	font-size: 16px;
	padding: 0 15px;
	margin: 0 0 7px 0;
	background-color: #DADADA;
	border: none;
	color: #000;
	vertical-align: middle;
}

.boxe_info_livraison #postcode {
	width: 50px;
}

/* CLASS POUR LES PRIX */
.price_01 {
	font-size: 40px;
	font-weight: bold;
	font-family: Helvetica;
	display: inline-block;
	margin: 10px 0;
	color: #000;
}

.discount_01 {
	/*font-family: Arial, Helvetica, sans-serif;*/
  	font-size: 11px;
  	color:#999999;
	text-decoration:line-through;
}

.quantity_01 {
	display:none;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  color:#000000;
}

.price_highlight {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:12px;
	font-weight:bold;
	color:#FF0000 !important;
}

.price_02 {
	/*font-family: Arial, Helvetica, sans-serif;*/
  	font-size: 11px;
  	color:#000000;
}

.discount_02 {
	/*font-family: Arial, Helvetica, sans-serif;*/
  	font-size: 9px;
  	color:#999999;
	text-decoration:line-through;
	display:none;
}

.quantity_02 {
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 10px;
  color:#000000;
}

.price_03 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:34px;
	font-weight:bold;
	color:#e3270e;
	text-align:right;
}

.discount_03 {
	/*font-family: Arial, Helvetica, sans-serif;*/
  	font-size: 16px;
  	color:#999999;
	text-decoration:line-through;
}

.quantity_03 {
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 10px;
  color:#000000;
}

.shopping_card_total_price {
	margin: 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}

.ecotaxe {
	/*font-family: Arial, Helvetica, sans-serif;*/
	color:#BDCD00;
	font-size:10px;
	line-height:0.8em;
}

.rcp {
	/*font-family: Arial, Helvetica, sans-serif;*/
	color:#336699;
	font-size:10px;
	line-height:0.8em;
}

.card_total_price{
	font-size: 20px;
	font-weight: normal;
	color: inherit;
	text-transform: uppercase;
}

.card_total_price .price {
	font-size: 20px;
	font-weight: normal;
	color: #5E5E5E;
}

.dropdowncontent {
	width:420px;
	height:450px;
	left:50%;
	margin-top:100px;
	margin-left:-210px;
	position:relative;
	clear:both;
	z-index:40;
	overflow:visible;
	display:block;
	padding:0;
}

.dropdowncontent div.title {
	font-size:14px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	color:#FFFFFF;
	background:#336699;
	padding:4px;
	text-align:center;
}

.dropdowncontent table tr td {
	padding:3px;
}

.dropdowncontent a {
	background-color: #EE9612;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
}

.dropdowncontent a.last-child {
	background-color: #555555;
}

/***************************************************/
.block_3_items {
	background:url(images/deco/fond_block_3_items.jpg) left top no-repeat;
	width:620px;
	margin-bottom:5px;
}

.block_4_items {
	background:url(images/deco/fond_block_4_items.jpg) left top no-repeat;
	width:620px;
	margin-bottom:5px;
}

.block_6_items {
	background:url(images/deco/fond_block_6_items.jpg) left top no-repeat;
	width:620px;
	margin-bottom:5px;
}

/*****************************************************************************/
div.block_home_01 {
	width:154px;
	height:169px;
}

div.block_home_02 {
	width:206px;
	height:169px;
}

.block_content {
	height:120px;
	overflow:visible;
	width:240px;
}

.block_manufacturer {
}

.block_image {
	width:70px;
	padding-top:4px;
}

.block_price {
	font-size:12px !important; 
	padding-top:3px;
	text-align:right;
	padding-right:5px;
}

.block_price .price {
	font-weight:bold;
	color:black;
	line-height:1em;
}

.block_price .quantity {
	font-size:9px;
	color:#555;
	line-height:1em;
}

.block_price .discount {
	display:none;
}

.block_content .block_ref {
	line-height:20px;
	font-size:10px;
	font-weight:bold;
	color:#6699cc;
	text-align:right;
	padding-right:5px;
}

.block_content .block_intro {
	font-size:11px;
	text-align:left;
	padding-left:5px;
	padding-right:2px;
}

.block_content .block_info {
	display:none;
	position:absolute;
	background:url(images/deco/icon_info.png) no-repeat;
	text-align:left;
	margin-left:5px;
}
.block_info a {
	padding-left:17px;
	font-size:12px;
	font-weight:bold;
	/*font-family: Arial, Helvetica, sans-serif;*/
	color:#555;
}
/********************************************/
div.search_mobile div {
	background:#CCCCCC;
	padding:1px 0 1px 5px;
	cursor:pointer;
	color:#000000;
}

div.search_mobile div a:hover {
	color:#000000;
}

/********************************************/
.info_client_news {
	background:url(images/deco/icon_info.png) left no-repeat;
	color:#000000;
	padding-left:20px;
	margin-left:10px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:11px;
}

.info_client_news a {
	color:#000000;
	line-height:1.5em;
}

/********************************************/
.block_nouveaute_flash {
	background:url(images/deco/fond_nouveaute_flash.jpg) no-repeat;
	text-align:center;
	padding:0px;
	margin-bottom:10px;
}

.mini_add_bloc {
	position:fixed;
	background:url(images/deco/fond_fullscreen.png);
	z-index:2000;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}

.ajax_loader {
	display: block;
	margin: 0 auto;
}

.mini_add_bloc .ajax_loader {
	margin: 50px auto 0 auto;
}

/* Mini shopping cart */
#mini_add_selection {
	position:fixed;
	display:none;
	background:#FFF;
	border:2px solid #4a575a;
	z-index:5000;
	top:50%;
	left:50%;
	width: 300px;
	margin-left:-150px;
	margin-top:-100px;
	height: 200px;
	padding:10px;
}

#mini_add_selection .bloc_mini_panier_item {
	width:100%;
	height:auto;
	display:block;
}

#mini_add_selection .bloc_mini_panier_item .panier_designation_bloc {
	float:left;
	width:auto;
	margin-top:20px;
	text-align:left;
}
#mini_add_selection .bloc_mini_panier_item .panier_designation_bloc .panier_designation_image { float:left; width:100px; text-align:center; }
#mini_add_selection .bloc_mini_panier_item .panier_designation_bloc .panier_designation_content_bloc { width:200px; float:left; }
#mini_add_selection .bloc_mini_panier_item .panier_designation_bloc .panier_designation_content_bloc .panier_designation_content_manufacturer {
	color:#444444;
	font-size:14px;
	font-weight:bold;
}

#mini_add_selection .bloc_mini_panier_item .panier_designation_bloc .panier_designation_content_bloc .panier_designation_content_model {
	color:#444444;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	width:150px;
}
#mini_add_selection .panier_bouton_valider {
	float:right;
}

.col_cote .advertises img {
	border: solid 2px #DBDBDB;
	cursor: pointer;
}

.boxe_info_livraison.info_vendeur table {
	margin: 0;
}

.boxe_info_livraison.info_vendeur table td {
	padding: 0;
}

.boxe_info_livraison.info_vendeur table td input {
	width: 50%;
	text-align: left;
	height: 40px;
	line-height: 40px;
	overflow: visible;
}

.banniere_home img {
	max-width: 100%;
}

.ddsmoothmenu ul li ul {
	width: 215px !important;
	border: solid 2px #BABABA !important;
	/* border-top: none !important; */
	box-sizing: border-box;
}

.ddsmoothmenu ul li ul li {
	height: 40px !important;
}

.ddsmoothmenu ul li ul li a {
	font-family: Dosis, sans-serif !important;
	font-size: 22px !important;
	width: 100% !important;
	height: 40px !important;
	padding: 5px 0 5px 15px !important;
	box-sizing: border-box !important;
	background-color: #FFF !important;
}

.ddsmoothmenu ul li ul li a:hover {
	background-color: #DADADA !important;
}

.value-list {
	list-style: none;
	width: 53%;
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	max-height: 0;
	transition: 0.3s ease-in-out;
}
.value-list.open {
	max-height: 340px;
	overflow: auto;
}
.value-list li {
	position: relative;
	height: 0.6rem;
	background-color: #fafcfd;
	padding: 0.6rem;
	font-size: 1rem;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: background-color 0.3s;
	opacity: 1;
}
.value-list li:hover {
	background-color: #005cc8;
	color: #fff;
}
.value-list li.closed {
	max-height: 0;
	overflow: hidden;
	padding: 0;
	opacity: 0;
}


.value-list li.hover{
	background-color: #215cc9;
	color: #fff;
}

