/* Style global du container */
#navEZPagesTop {
	background-color: #F7F7EF;
}
#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
}
#naveZTabs {
  float:left;
  width:100%;
  background:#F7F7EF;
  line-height:normal;
  }

#naveZTabs  img {
border: none;
} 
#naveZTabs ul {
  margin:0;
  list-style:none;
  }
#naveZTabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#naveZTabs a {
  float:left;
  background:url(../images/cat_h2.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#naveZTabs a span {
  float:left;
  display:block;
  background:url(../images/cat_hd2.gif) no-repeat right top;
  padding:12px 20px 15px 15px;
  color:#666;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#naveZTabs a span {float:none;}
/* End IE5-Mac hack */
#naveZTabs a:hover span {
  color:#000;
  }
#naveZTabs a:hover {
  background-position:0% -42px;
  }
#naveZTabs a:hover span {
  background-position:100% -42px;
  }
  
/* Couleur du lien lorsqu'on passe la souris dessus */
#naveZTabs a span.category-subs-selected {
	color:#CC0000;
}


.jcarousel-control {
    top: 120px;
    left: 10px;
    position: absolute;
    z-index: 1;}

.jcarousel-control a{width:15px; height:15px; diplay:block; background:#CC0000; color:#fff; margin-right:2px; float:left; text-align:center;}
.jcarousel-control a.actif{font-weight:bold; width:20px; height:17px; padding-top:3px;}

.jcarousel-next.jcarousel-prev-horizontal{background:url(../images/flechegauche.png) no-repeat;height: 29px;left: 0; position: absolute; top: 50px;width: 29px; z-index: 5;}
.jcarousel-next.jcarousel-next-horizontal{background: url(../images/flechedroite.png) no-repeat scroll center top transparent;
    float: right;
    height: 29px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 29px;
    z-index: 5;}

.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 543px;
    padding: 10px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  543px;
    height: 131px;
	overflow:hidden;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 543px;
    height: 131px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


.buttonRow {
	font: bold 11px Verdana;
	margin:0;
}
.cssButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	
	background: url("../images/fondok.gif") center no-repeat;
	height:26px;
	padding:0 30px 0 30px;
}

.buttonRow a {
	float:left;
	background:url("../images/boutonft.gif") no-repeat left top;
	height:26px;
	padding:0 0 0 10px;
	text-decoration:none;
	color:#FFFFFF;
}
.buttonRow a span {
	float:left;
	/* 31px de haut - 10px de padding top */
	height:21px; 
	display:block;
	background:url("../images/boutonbright.gif") no-repeat right top;
	padding:5px 13px 0 3px;
	color:#FFFFFF;
}

.buttonRow a:hover span {
	color: #FFFFFF;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	text-decoration:none;
}
.buttonRow a:hover {
	background-position:0% -26px;
	text-decoration:none;
}
.buttonRow a:hover span {
	background-position:100% -26px;
	text-decoration:none;
}


/* bouton submit */

.button_in_cart, .button_login {
	background: url("../images/fondpanier.jpg") center no-repeat;
	width:118px;
	padding: 0px;
	height:30px;
}
.button_update_cart {
	width:33px;
  	padding: 0;
}

.button_submit{
	background: url("../images/fondpanier.jpg") center no-repeat;
	width:138px;
	height:30px;
}

.button_buy_now{
	background: url("../images/cart_add.png") no-repeat left;
	color:#000099;
	margin:0;
  	padding:7px 0 0 22px;
	text-align:right;
}
.button_confirm_order {
	background: url("../images/confirm.jpg") no-repeat left;
	width:150px;
	padding:0;
}

.button_send{
	background: url("../images/fondpanier.jpg") center no-repeat;
	width:138px;
	height:30px;
}


/* Box */
h3.leftBoxHeading, h3.leftBoxHeading a {
	margin: 0;
	padding:0;
	width:211px;
	height:36px;
	display:block;
	position:absolute;
	top:-2px;
	left:-6px;
	z-index:1;
}


h3.rightBoxHeading, h3.rightBoxHeading a {
	margin: 0;
	padding:0;
	width:211px;
	height:36px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

h3.leftBoxHeading span, h3.rightBoxHeading span {
	display:none;
}

/*
VENTE Privée
**************************************/

#categoriesvp {
	width:196px !important;
	min-height:226px;
	background:url(../images/fdtopventes.jpg) bottom #fff repeat-x;
	margin-bottom:10px;
	border:2px solid #fff;
	position:relative;
	padding-top:36px;
}


#boxdecovp a {
	width:190px;
	height:39px;
	display:block;
	background:url(../images/btnventeprive.png) top left no-repeat;
	font-size:12px !important;
	color:#333333 !important;
	text-align:left;
	line-height:15px;
	font-weight:bold;
	text-shadow:1px 1px 1px #eee;
	text-decoration:none;
	padding:8px 0 0 10px;
}

#boxdecovp a:hover {
	background-position:top right;
	color:#fff !important;
	text-shadow:1px 1px 1px #333;
}

#boxdecovp h3 {
	display:none;
}

/*
VENTE FLASH
**************************************/

#venteflash {
	width:196px !important;
	min-height:226px;
	/*max-height:250px;*/
	background:url(../images/venteflash.jpg) bottom #fff no-repeat;
	border:2px solid #ff680e;
	margin-bottom:10px;
	position:relative;
	padding-top:36px;
}

/*
TOP VENTES
***************************************************/

#bestsellers {
	width:196px !important;
	min-height:226px;
	background:url(../images/fdtopventes.jpg) bottom #fff repeat-x;
	margin-bottom:10px;
	border:2px solid #fff;
	position:relative;
	padding-top:36px;
}

/*
RECHERCHE
*********************************************************/

#search {
	width:200px !important;
	height:auto;
	background:url(../images/tranche_box.jpg) top #fff repeat-x;
	margin-bottom:10px;
	position:relative;
	padding-top:27px;
	overflow:hidden;
}

#search form, #infosrightnewsletter form {
	margin:0;
	padding:0;
}

#search p {
	text-align:left;
	font-size:11px;
	color:#848484;
	padding:10px 0 10px 15px;
}

#search input.newsText {
	width:152px;
	height:27px;
	display:block;
	background:url(../images/inputsearch.jpg) top no-repeat;
	border:none;
	margin:0 auto 5px;
	padding:0 0 0 25px;
	/padding:6px 0 0 25px;
	/height:21px;
	font-size:11px;
	color:#2A2A2A;
	text-align:left;
}

#search input.button_search {
	width:92px;
	height:29px;
	display:inline-block;
	background:url(../images/rechercheinput.jpg) top no-repeat;
	border:none;
	text-align:center;
	float:right;
	margin:0 15px 10px 0;
	padding:0;
	font-size:11px;
	text-indent:0;
	color:#2A2A2A;
	text-shadow:1px 1px 1px #eee;
}


/*
FRAIS PORT
*********************************************************/

#fraisport {
	width:200px !important;
	height:199px;
	/*background:url(../images/fraisport.jpg) center bottom #fff no-repeat;*/
	margin-bottom:10px;
	position:relative;
	display:block;
}

#frais_de_port a {
	width:200px;
	height:199px;
	display:block;
	text-decoration:none;
	cursor:pointer;
}

#frais_de_port a img{
	margin-top:27px;
}

/*
SERVICEAV
*********************************************************/

#serviceav {
	width:200px !important;
	height:85px;
	background:url(../images/tranche_box.jpg) top #fff repeat-x;
	margin-bottom:10px;
	position:relative;
	padding-top:27px;
}

#infosrightnewsletter input.newsText {
	width:119px;
	height:27px;
	display:inline-block;
	float:left;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	/padding:6px 0 0 10px;
	/height:21px;
	border:none;
	background:url(../images/inputnewsletter.jpg) top no-repeat;
	font-size:11px;
	color:#2A2A2A;
	text-align:left;
}

#serviceav p {
	font-size:12px;
	font-weight:bold;
	color:#2A2A2A;
	line-height:22px;
	/*padding:15px 0 0 20px;*/
	padding:15px 0 0 10px;
}

/*
INFOSRIGHTNEWSLETTER
*********************************************************/

#infosrightnewsletter {
	width:200px !important;
	height:91px;
	background:url(../images/tranche_box.jpg) top #fff repeat-x;
	margin-bottom:10px;
	position:relative;
	padding-top:27px;
}

#infosrightnewsletter p {
	text-align:center;
	font-size:11px;
	font-weight:100;
	color:#515151;
	line-height:15px;
	padding:5px 10px 5px;
}






/*
engagement
*********************************************************/

#engagement {
	width:200px !important;
	height:223px;
	background:url(../images/engagement.jpg) top #fff no-repeat;
	margin-bottom:10px;
	position:relative;
	padding-top:27px;
}

#engagement p {
	font-size:14px;
	font-weight:bold;
	color:#323232;
	text-align:left;
	padding:5px 10px;
	line-height:18px;
}

#engagement strong {
	color:#b32b00;
}

#engagement strong.f1 {
	font-size:26px;
}

#engagement strong.f2 {
	font-size:16px;
	text-transform:uppercase;
}

#engagement a {
	display:block;
	margin:10px auto;
	background:url(../images/btnengagement.jpg) top no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#fff !important;
	text-shadow:1px 1px 1px #555;
	text-align:center;
	text-decoration:none;
	line-height:27px;
	height:29px;
	width:157px;
}

#engagement a:hover {
	color:#2A2A2A !important;
	text-shadow:1px 1px 1px #eee;
}

/* Style pour l'affichage vertical de categories */
#categories, #categories2, #categories3, #categories4, #categories5{
	background:none;
	border: 0;
	margin: 0;
}
#categoriesContent, #categories2Content, #categories3Content, #categories4Content, #categories5Content {
	padding: 0 0px 18px 5px; /* 18px: taille du foote */
	height:100%;
	text-align:left;
}
#categoriesContent ul,#categories2Content ul, #categories3Content ul, #categories4Content ul, #categories5Content ul {
	list-style: none;
	margin: 0;
	padding-left: 0px;
}	
#categoriesContent li a,#categories2Content li a, #categories3Content li a, #categories4Content li a, #categories5Content li a{
	height: 100%;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	color: #666666;
}

.informationContent {
	text-align:left !important;
}

#categoriesContent li a.category-top,#categories2Content li a.category-top,#categories3Content li a.category-top, #categories4Content li a.category-top, #categories5Content li a.category-top {
	display: block;
	background:  url(../images/pucemenu.gif) left no-repeat;
	padding: 0 0 0 20px;
	text-align:left;
}

#categoriesContent li a.category-products, #categories2Content li a.category-products, #categories3Content li a.category-products, #categories4Content li a.category-products, #categories5Content li a.category-products {
	display: block;
	padding: 0 0 0 0px;
}

#categoriesContent li a.category-subs, #categories2Content li a.category-subs, #categories3Content li a.category-subs, #categories4Content li a.category-subs, #categories5Content li a.category-subs {
	display: block;
	padding: 0 0 0 0px;
}



/* CSS Document */

#navColumnOneWrapper {
	padding:0;
} 
#navColumnTwoWrapper {
	padding:0;
} 

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	/*background-color: #00FF33;*/
	vertical-align: top;
}
.columnRight {
	/*background:url(../images/header/hautdroite.jpg) top no-repeat;*/
	padding-top:0px;
}

#navColumnOne a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#navColumnTwo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#mainWrapper {
	width: 999px;
	margin:0 auto;
	padding:10px 0 0 0;
}

.containertop {
	width:100%;
	height:232px;
	background:url(../images/header/container_top.jpg) top repeat-x;
}

.fdtopleft {
	width:50%;
	height:28px;
	display:block;
	background:url(../images/header/fdtopleft.jpg) top repeat-x;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}

.lek {
	width:100%;
	height:auto;
	background:url(../images/k.png) 89% 27px no-repeat;
}

#navMain {
	width:999px;
	height:232px;
	position:relative;
	margin:0 auto;
	z-index:6;
}

.logo {
	width:230px;
	height:132px;
	display:block;
	background:url(../images/header/logo.png) top no-repeat;
	position:absolute;
	top:32px;
	left:0;
	z-index:1;
}

.slogan {
	width:267px;
	height:102px;
	display:block;
	background:url(../images/header/slogan.png) top no-repeat;
	position:absolute;
	top:62px;
	left:290px;
	z-index:1;
}

.flag {
	width:408px;
	height:28px;
	display:block;
	background:url(../images/header/flag.png) top no-repeat;
	position:absolute;
	top:0;
	left:295px;
	z-index:1;
	padding-top:4px;
}

.france {
	width:74px;
	height:22px;
	display:inline-block;
	float:left;
	background:url(../images/header/france.jpg) right no-repeat;
	margin-left:34px;
}
.anglais {
	width:74px;
	height:22px;
	float:left;
	display:inline-block;
	background:url(../images/header/anglais.jpg) right no-repeat;
}
.espagnol {
	width:74px;
	height:22px;
	float:left;
	display:inline-block;
	background:url(../images/header/espagne.jpg) right no-repeat;
}
.portugal {
	width:84px;
	height:22px;
	float:left;
	display:inline-block;
	background:url(../images/header/portugal.jpg) right no-repeat;
}

.france, .anglais, .espagnol {
	margin-right:10px;
}

.france:hover, .anglais:hover, .espagnol:hover, .portugal:hover, a.selected_flag, .france.active, .anglais.active, .espagnol.active, .portugal.active {
	background-position:left !important;
}

.boxcompte {
	width:362px;
	height:90px;
	display:block;
	background:url(../images/header/compte.png) top no-repeat;
	position:absolute;
	top:66px;
	right:0;
	z-index:1;
	padding:0 10px;
}

.boxcompte a {
	font-size:11px;
	color:#e4e4e4;
	text-shadow:1px 1px 1px #555;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	padding:5px 0;
	font-size:11px;
	display:block;
}

.boxcompte a:hover {
	color:#fff;
	text-shadow:none;
	text-decoration:none;
}

.boxcompte ul {
	margin:0;
	padding:0;
	list-style:none;
}

.boxcompte ul li {
	float:left;
}

.boxcompte ul li a {
	width:150px;
	height:auto;
	display:inline-block;
	padding:3px 0 3px 5px;
	font-size:11px;
	text-decoration:none;
	text-align:left;
	margin:0 10px 0 0;
	border-bottom:1px dashed #777;
}

.boxcompte ul li a:hover {
	color:#99c942;
}

.boxcompte form {
	margin:0;
	padding:0;
}

.titlebox {
	font-size:14px;
	color:#99c942;
	text-shadow:1px 1px 1px #555;
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:10px 0;
}

.boxcompte input.email_news {
	width:147px;
	height:27px;
	display:inline-block;
	border:none;
	background:url(../images/header/chpboxcompte.jpg) top no-repeat;
	float:left;
	margin-right:3px;
	font-size:11px;
	padding:0 0 0 10px;
	/padding:8px 0 0 10px;
	/height:19px;
}

.boxcompte input.email_news1 {
	width:147px;
	height:27px;
	display:inline-block;
	border:none;
	background:url(../images/header/chpboxcompte1.jpg) top no-repeat;
	float:left;
	padding:0 0 0 10px;
	font-size:11px;
	margin-right:3px;
	/padding:8px 0 0 10px;
	/height:19px;
}

ul.mini_menu {
	width:295px;
	height:28px;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}

ul.mini_menu li {
	float:left;
}

ul.mini_menu li a {
	display:block;
	width:auto;
	padding:0 6px;
	margin:0;
	text-decoration:none;
	font-size:11px;
	line-height:28px;
	color:#2A2A2A;
	text-shadow:1px 1px 0 #d6d6d6;
	text-align:center;
	font-weight:bold;	
}

ul.mini_menu li a:hover {
	color:#8e2400;
}

#navMainWrapper {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}




/****************************** bof mise en forme menu ********************************/

#menu {
	height:30px;
	width:999px;
	position:absolute;
	bottom:10px;
	left:0;
	z-index:5;
}

.insideul {
	width:999px;
	height:30px;
	position:relative;
}

.sepamenu {
	display:none;
}

#Content5 .sepamenu {
	/*display:none;*/
}

#menu .sideboxContent {
	float:left !important;
}

.relative {
}

#Content12 {
	margin-right:0px !important;
}

.divSsCateg {
	display:none;
	position:absolute;
	top:30px;
	left:0;
	padding:10px 0;
	background:#a9a9a9;
	border:10px solid #c1c1c1;
	width:979px;
	z-index:10;
}

.headcateg a, .headcateg a:visited {
	display:block;
	float:left;
	width:119px;
	color:#FFFFFF;
	font-size:14px;
	cursor:pointer !important;
	height:30px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	text-decoration:none !important;
	text-shadow:1px 1px 1px #555;
	background:url(../images/header/normal.png) top no-repeat;
}

.headcateg a:hover, .color1, .color2, .color3, .color4, .color5, .color6, .color7, .color8, .color9, .color10, .color11, .color12, .ahover, a.selec {
	color:#fff !important;
	text-decoration:none !important;
	background:url(../images/header/over.png) top no-repeat !important;
}

.divSsCateg a:hover {
	color:#fff !important;
	font-weight:normal !important;
	text-decoration:underline !important;
}

.headcateg a .onglet {
	background-image:url(../images/header/onglet2ok.gif);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	top:0;
	right:0px;
	width:5px;
	height:37px;
}

.divSscateg .clearBoth {
height:15px;
}

.headcateg a:hover .onglet, .color1 .onglet, .color2 .onglet, .color3 .onglet, .color4 .onglet, .color5 .onglet, .color6 .onglet, .color7 .onglet, .color8 .onglet, .color9 .onglet, .color10 .onglet, .color11 .onglet, .color12 .onglet {
	background-image:url(../images/header/onglet2ok.gif) !important;
	background-repeat:no-repeat !important;
	background-position:top right !important;
}

.colFeuille, .colNoeud {
	/*margin:18px 0 0px 0px;*/
	padding:0 0 10px 0;
	/*background-color:#FFFFFF;
	width:353px;*/
	width:195px;
}

ul.feuille, ul.noeud {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
}

ul.feuille li, ul.noeud li {
	padding-left:10px;
	padding-right:10px;
}

ul.feuille li a, ul.feuille li a:visited {
	/*color:#646262;*/
	color:#000000;
	font-size:12px;
	display:block;
	padding:4px 0 4px 2px;
	border-bottom:1px solid #2A2A2A;
	/*margin:0 0 0 25px;*/
}

ul.noeud li a, ul.noeud li a:visited {
	color:#000000;
	font-size:11px;
	display:block;
	padding:4px 0 4px 2px;
	border-bottom:1px dotted #2A2A2A;
}

ul.noeud li a:hover {
	font-size:11px !important;
	color:#fff !important;
	text-decoration:none !important;
	font-weight:bold !important;
}

ul.feuille li a:hover {
	/*background-color:#1780A3;*/
	text-decoration:none !important;
	font-size:12px !important;
	font-weight:bold !important;
	color:#fff !important;
}

.colNoeudTitle {
	margin:0 10px 0 10px;
	border-bottom:1px solid #2A2A2A;
}

.colNoeudTitle a, .colNoeudTitle a:visited {
	font-size:12px;
	color:#000000;
	display:block;
	padding:4px 0 4px 2px;
}

.colNoeudTitle a:hover {
	font-size:12px;
	color:#fff !important;
	text-decoration:none !important;
	font-weight:bold !important;
}

.colDefault {
	margin:18px 0 0 0;
	padding:0 0px 120px 13px;
}

.colDefault ul {
	margin:0;
	padding:0;
	list-style:none;
}

.colDefault li {
	padding-bottom:4px;
}

.colDefault li a, .colDefault li a:visited {
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
}

.colDefault li a:hover {
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
}

.hautmenu {
	height:12px;
}

.contssmenu {
	background-color:#FFCC80;
	width:480px;
	margin-left:auto;
	margin-right:auto;
}

#sav div.headcateg a, #private div.headcateg a {
	color:#ffde00 !important;
}

#private div.headcateg a {
	background:url(../images/private.png) top no-repeat;
	width:144px;
}

#private div.headcateg a:hover {
	background:url(../images/privateover.png) top no-repeat !important;
}

/****************************** eof mise en forme menu ********************************/



/* toggle marque */
#contenu_marque {
	display:none;
	background:url(../images/barre_lettre.jpg) 0 -2px no-repeat #a9a9a9;
	width:979px;
	border:10px solid #c1c1c1;
	z-index:1500;
	position:absolute;
	left:0;
	height:705px;
	top:222px;
}

.mes_marques {
	width:979px;
	height:705px;
	display:block;
	position:relative;
}

.btnfermermarque {
	width:105px;
	height:104px;
	display:block;
	background:url(../images/btnfermer.jpg) top no-repeat;
	position:absolute;
	top:-1px;
	right:-10px;
	clear:both !important;
	cursor:pointer;
	z-index:10;
}

.mes_marques ul {
	width:949px;
	height:705px;
	overflow:hidden;
	position:relative;
	margin:0 0 0 30px;
	padding:0;
	background:url(../images/tranche_ul.jpg) top left repeat;
	list-style:none;
}

.mes_marques ul li {
	float:left;
	width:949px;
	min-height:26px;
	position:absolute;
	left:0;
}

.mes_marques ul li a {
	font-size:12px;
	color:#050505;
	text-shadow:1px 1px 0 #c1c1c1;
	text-align:left;
	text-decoration:none;
	line-height:26px;
	padding:0 5px;
	display:inline;
}

.mes_marques ul li a:hover {
	color:#fff;
	text-shadow:1px 1px 1px #333;
	font-weight:bold;
}

#liste_marque_nb {
	background-position:0 0;
	top:0;
}
#liste_marque_A {
	background-position:0 -28px;
	top:26px;
}
#liste_marque_B {
	background-position:0 -54px;
	top:52px;
}
#liste_marque_C {
	background-position:0 -80px;
	top:78px;
}
#liste_marque_D {
	background-position:0 -106px;
	top:104px;
}
#liste_marque_E {
	background-position:0 -132px;
	top:130px;
}
#liste_marque_F {
	background-position:0 -158px;
	top:156px;
}
#liste_marque_G {
	background-position:0 -184px;
	top:182px;
}
#liste_marque_H {
	background-position:0 -210px;
	top:208px;
}
#liste_marque_I {
	background-position:0 -236px;
	top:234px;
}
#liste_marque_J {
	background-position:0 -262px;
	top:260px;
}
#liste_marque_K {
	background-position:0 -288px;
	top:286px;
}
#liste_marque_L {
	background-position:0 -314px;
	top:312px;
}
#liste_marque_M {
	background-position:0 -340px;
	top:338px;
}
#liste_marque_N {
	background-position:0 -366px;
	top:364px;
}
#liste_marque_O {
	background-position:0 -390px;
	top:388px;
}
#liste_marque_P {
	background-position:0 -416px;
	top:414px;
}
#liste_marque_Q {
	background-position:0 -442px;
	top:440px;
}
#liste_marque_R {
	background-position:0 -468px;
	top:466px;
}
#liste_marque_S {
	background-position:0 -494px;
	top:492px;
}
#liste_marque_T {
	background-position:0 -520px;
	top:518px;
}
#liste_marque_U {
	background-position:0 -546px;
	top:544px;
}
#liste_marque_V {
	background-position:0 -572px;
	top:570px;
}
#liste_marque_W {
	background-position:0 -598px;
	top:596px;
}
#liste_marque_X {
	background-position:0 -624px;
	top:622px;
}
#liste_marque_Y {
	background-position:0 -650px;
	top:648px;
}
#liste_marque_Z {
	background-position:0 -676px;
	top:674px;
}


#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #888;
  text-align: center;
}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/* News */
.newsHeadlineText { text-align: center; width: 100%; height: 15px; font-size: .9em; background: #e5edf5; border-left: 1px solid #9a9a9a; border-right: 1px solid #9a9a9a; border-top: 1px solid #9a9a9a; border-bottom: 5px solid #9a9a9a; padding: 3px 0 0 0; margin: 0;}
.newsHeadlineText IMG { vertical-align: middle; }
.newsHeader { background: #FFFFFF; height: 30px; font-size: 24px; text-align: center; padding: 0; margin: 10px 0 0 0; }

p.articleHeading { font-weight: bold; margin: 0; padding: 0; }
span.articleHeading { font-weight: bold; }

p.articleByLine { font-size: .9em; padding: 0 0 0 20px; margin: 0; }
p.articleByLine SPAN.author { font-style: normal; }
p.articleByLine SPAN.comments { font-style: italic; }
p.articleByLine A { text-decoration: underline; }

div.articleTextBlock { clear: both; padding: 0; margin: 0; }
div.articleText, p.articleText { margin: 0; padding: 0; }

IMG.articleImage { border: 3px double #9a9a9a; background: #FFFFFF; padding: 0; margin: 10px 10px 10px 10px; }

p.newsListingDate { font-weight: bold; text-align: center; margin: 0; padding: 0; }

ul.articleLinkList { list-style-type: none; line-height: 1.5em; padding: 10px 0 0 0; margin: 0; }
ul.archiveLinkList { list-style-type: none; line-height: 1.5em; padding: 0; margin: 0; }
ul.articleLinkList li, ul.archiveLinkList li { background-image: url("../images/icons/news_link.gif"); background-repeat: no-repeat; background-position: 17px 2px; padding: 0 0 0 35px; }
ul.articleLinkList li.articleStoreLink { background-image: url("../images/icons/news_link_2.gif"); background-repeat: no-repeat; background-position: 17px 4px; padding: 0 0 0 35px; }
ul.articleLinkList li.articleProductLink { background-image: url("../images/icons/cart.gif"); background-repeat: no-repeat; background-position: 17px 0px; padding: 0 0 0 35px; }
ul.articleLinkList a, ul.archiveLinkList a { text-decoration: underline; }

.commentsHeading { background: #f2f1ee; padding: 3px; }
.commentsBody { background: #FFFFFF; padding: 3px; }
p.backLink { float: right; margin: 0; padding: 0; clear: right; }
.commentsAuthor { text-align: left; float: left; margin: 0; width: 45%; }
.commentsSubject { font-weight: bold; }
.commentsDate { text-align: right; float: right; padding: 0; margin: 0; }
div.commentsBody p { clear: both; padding: 0 10px 10px 10px; margin: 0; }

fieldset.commentsFieldSet { text-align: left; background: #f2f1ee; border: 1px solid #e7e6e0; padding: 1em; margin: 10px 0 0 0; }
fieldset.commentsFieldSet legend { padding: 0.2em 0.5em; border: 1px solid #c96e29; background: #fff; color: #000; text-align: right;}
fieldset.commentsFieldSet label { display: block; text-align: left; margin: 3px;}
fieldset.commentsFieldSet label input { display: block; }
.commentsSubmit { text-align: right; }

.splitSolid { height: 1px; background: #000000; padding: 0; margin: 0; }
.splitSolidGray { height: 1px; background: #9a9a9a; padding: 0; margin: 0; }
.clearSplit { height: 10px; padding: 0; margin: 0; }
.splitSolid hr, .splitSolidGray hr, .clearSplit hr { display: none; }

.clearboth { clear: both; height: 1px; width: 100%; }
.clearboth hr { display: none; }


/* newsScrollerSideBox */
.newsScrollerSideBox { background: #f2f1ee; border: 1px solid #e7e6e0; }
.newsScrollerSideBox div.articleSummary { border-bottom: 1px solid #9a9a9a; padding: 0 0 10px 0; }
.newsScrollerSideBox span.articleHeading { }
.newsScrollerSideBox ul.archiveLinkList { list-style-type: circle; line-height: normal; padding: 0; margin: 0 0 0 25px; }
.newsScrollerSideBox ul.archiveLinkList li { background: none; padding: 0; margin: 0; }
.newsScrollerSideBox ul.archiveLinkList a { text-decoration: none; }


/* This is the CSS needed for the Order Step Edition 2 contribution */

div.order_steps {       /* Is needed for the centering in IE */
    width: 100%
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    text-align: center;
}

table.order_steps {
    margin-left: auto;
    margin-right: auto;
    width: 80%;       /* Here you can set the total width of this contrib */
    padding-bottom: 10px;
    background-color: transparent;      /* Here you can change the background-color of the whole contrib */
}

tr.order_steps_line_2 {
    height: 5px;        /* Is a part in determining the height of the line */
    padding: 0px;
    margin: 0px;
}

tr.order_steps_line_3 {
    height: 1px;        /* Is a part in determining the height of the line shadow */
    padding: 0px;
    margin: 0px;
}

td.progressbar_active {
    background-color: #000000;     /* Determines the active color of the completed part of the line */
    width: 4%;
    padding: 0px;
    margin: 0px;
}

td.progressbar_inactive {
    width: 4%;
    background-color: #9A9A9A;    /* Determines the non-active color of the uncompleted part of the line */
    padding: 0px;
    margin: 0px;
}

td.progressbar_active_shadow {
    background-color: #000000;     /* Determines the non-active color of the completed part of the line shadow */
    width: 4%;
    padding: 0px;
    margin: 0px;
}

td.progressbar_inactive_shadow {
    width: 4%;
    background-color: #666666;   /* Determines the non-active color of the uncompleted part of the line line*/
    padding: 0px;
    margin: 0px;
}

td.order_steps_text {
    text-align: center;
    vertical-align: top;
    color: #A7A7A7;        /* Determines the non-active color of the text */
    padding-bottom: 5px; /* Determines the distance between the text and the line */
}

td.order_steps_text_completed {
    text-align: center;
    vertical-align: top;
    color: #A7A7A7;        /* Determines the non-active color of the text steps that have been completed*/
    padding-bottom: 10px; /* Determines the distance between the text and the line */
}

td#active_step_text {       /* These are the styles for the active text */
    color: #000000;
    font-weight: 700;
    font-size: 1.1em;
}

/* End Order Steps contribution CSS */


/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 4387 2006-09-04 13:54:28Z drbyte $
 */
 
 
a:active, a:focus { outline:none; }
* { margin:0; padding:0; }

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #2a2a2a;
	background:#3c3c3c;
}

#popupShippingEstimator {
	background-image:none;
	background-color:#fff;
}

span.nbcatproduit {
	display:block;
	font-size:10px;
	font-weight:100 !important;
	text-align:left;
}

.fdcontainer {
	width:100%;
	height:auto;
	background:url(../images/fdcontainer.jpg) top repeat-x #3c3c3c;
}

.lesmarques {
	width:100%;
	height:auto;
	background:url(../images/lesmarques_optimized.png) top no-repeat;
}

a img {border: none; }

a {
	color:#87bc34;
	text-decoration: none;
}

h1 {
	margin:0;
	padding:8px 0 0 10px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	background:url(../images/fdh1.jpg) top no-repeat;
	position:absolute;
	top:0;
	left:-3px;
	z-index:1;
	display:block;
	width:565px;
	text-shadow:1px 1px 1px #555;
	height:38px;
}

h2 {
	font-size:16px;
}
h3 {
	font-size:15px;
}

form, select {
	display: inline;
	margin: 0.1em;
}

textarea {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
}
fieldset {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
}

legend {
	font-weight: bold;
	padding: 0.3em;
	color:#616285;
}

label, h4.optionName {
	/*line-height: 1.5em;*/
	/*padding: 0.2em;*/
}

label.checkboxLabel, label.radioButtonLabel {
	margin: 0.5em 0.3em;
}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch {
	float: left;
}
label.inputLabel {
	width: 9em;
	float: left;
}

label.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
}

label.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
}

address {
	padding: 0.5em;
	font-style: normal;
	background:#eeeeee;
	margin:10px;
	border:#666666 solid 1px;
}

.clearBoth {
	clear: both;
}

hr {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding: .2em .5em;
	border: 1px solid #000;
	margin:0 0 10px;
}

.messageStackWarning, .messageStackError {
	background-color: #ff9;
	color: #c00;
	padding: 0 .5em;
}
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}
.messageStackSuccess {
	background-color: #9f9;
	color: #070;
}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
}

/*wrappers - page or section containers*/

#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}
	
#tagline {
	padding: 1em 0 0 0;
	text-align : center;
}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
}

.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
}

.wrapperAttribsOptions {
	/*margin: 0.3em 0em;*/
	margin-left:25px;
	padding:0 10px 10px 10px;
	width:auto;
	border:solid 1px black;
	float:left;
}
#productAttributes {
	padding-left:100px;
}
/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
}


#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
}

#navEZPagesTOC ul li {
	white-space: nowrap;
}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	/*margin: 0.5em;*/
}


#navEZPagesTop {
	background-color: #fff;
	padding: 0.5em;
	border-top: 1px solid #ccc;
}

/*The main content classes*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .alert {
	vertical-align: top;
}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*padding: 0.5em;*/
}
.alert {
	padding-left:5px;
	color: #c00;
}
.advisory {}
.notice {}
.rating{}
.gvBal {
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	/*padding: 0.8em;*/
}
.centerColumn {
	margin:0;
	padding:0;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	/*padding: 1em;*/
	border-top: 0px none #000;
	border-right: 0px none #000;
	border-bottom: 0px none #000;
	/*border-left: 1px dashed #5495BB;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #5595B8;
}

.contourOptions {
	border: 1px solid #A6A6A6;
}



.tableHeading th {
	border-bottom: 1px solid #ccc;
}

.tableHeading, #cartSubTotal {
	background-color: #eee;
}

#cartSubTotal {
	border-top: 1px solid #ccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
}

.tableRow, .tableHeading, #cartSubTotal {
	/*height: 2.2em;*/
}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}

#scUpdateQuantity {
	width: 2em;
}

.cartQuantity {
	width: 4.7em;
}

.cartNewItem {
	color: #666666;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}

.cartOldItem {
	color: #666666;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}

.cartRemoveItemDisplay {
	width: 3.5em;
}

.cartAttribsList {
	margin-left: 1em;
}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
}

.normalprice, .productSpecialPriceSale {
	width:110px;
	height:20px;
	display:block;
	bottom:0;
	right:0;
	z-index:1;
	position:absolute;
	font-size:11px;
	color:#2A2A2A;
	font-weight:100;
	text-decoration:none;
}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #CC3300;
	font-size: 14px;
	font-weight: bold;
}

.orderHistList {
	margin: 0 1em;
	padding: 0.2em 0em;
} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	color:#FF0000;
	font-weight:bold;
}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	font-weight:bold;
}

.amount {
	width: 5.5em;
}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
}


.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
}

/*Attributes*/
.attribImg {
	width: auto;
	margin: 0.3em 0em;
	float:left;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured {
	margin: 1em 0em;
}


/*sideboxes*/
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	font-weight: bold;
}

#bestsellers ol {
	padding: 0;
	margin: 0 0 0 1.5em;
}

#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}

/* categories box parent and child categories */
span.category-subs-parent {
	font-style: italic;
}
span.category-subs-selected {
	font-style: italic;
}
/* end categories box links */

/*misc*/
.back {
	float: left;
}

.forward {
	float: right;
}

.bold {
	font-weight: bold;
}

.rowOdd {
	background-color: #f5f5f5;
	vertical-align: top;
}

.rowEven {
	background-color: #fff;
	vertical-align: top;
}

caption {
	/*display: none;*/
}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
} 
.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
}
.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
}
tr.tableHeading {
	background-color: #eee;
}
#prevOrders td {
	border-bottom: 1px solid #ccc;
	padding: 0 .5em 0 0;
}
.productListing-rowheading {
	background-color: #eee;
}
.productListing-data {
	padding: 10px 10px 10px 0px;
}
.productListing-data h3 {
	margin: 0 0 1em 0;
}
#siteMapList {
	width: 90%;
	float: right;
}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
}

label#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	text-align: left;
	padding: 0px 10px 0px 10px;
}

/* Modifs Mathias */
.catergoryImgMenu {
	text-align:center;
	width:100%;
	padding-top:10px;
}

.catergoryImgMenu a {
	width:250px;
	height:auto;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	border-bottom:1px dashed #ccc;
	padding:5px 0 5px 5px;
	float:left;
	margin:0 0 0 10px;
}

.catergoryImgMenu a:hover {
	color:#2A2A2A;
}

/* footer */
#navSuppWrapper {

}
#navSupp, #navSupp a {

}

/* Bandeau titre */
/**/
h2.centerBoxHeading {
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

h2.centerBoxHeading {
	padding:27px 0 0 45px;
	background:url("../images/header/bas_box_titre.jpg") no-repeat;
	height:53px;
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:-25px;
}

#navBreadCrumb{
	padding:0;
	margin:0;
	width:auto;
	height:auto;
	position:absolute;
	top:56px;
	left:5px;
	z-index:1;
}

#navBreadCrumb, #navBreadCrumb a {
	font-size:11px;
	color:#2A2A2A;
	text-decoration:none;
	font-weight:100;
}

#navBreadCrumb a:hover {
	color:#a92300 !important;
}

#categoryImgListing, #indexProductListCatDescription, #categoryIcon {
	text-align:center;
}

#BoxNewContent {
	padding-top:20px;
}
.productListing-even {
	background:#EEEEEE;
}
.fieldLogin {
	width:300px;
	position:relative;
	margin-left:100px;
}
.fieldLogin2 {
	text-align:center;
	width:300px;
	position:relative;
	margin-left:100px;
}

#prixProduitListe {
font-weight:bold;
}

.note{
color:#FF0000;
}

/* footer */
#navSupp ul{
	margin: 0;
	padding: 0.3em 0em;
	list-style-type: none;
}
#navSupp ul li {
	display: inline;
}
#navSupp ul li a{
	padding: 0em 0.5em;
	margin: 0;
}
/* centre */
.fondCentre {
	padding: 0 15px 0 15px;
	margin: 0;
}

.relativise {
	position:relative;
	width:565px;
	background:#fff;
	padding:0 0 10px;
	min-height:812px;
}

#pageNotFound, #contactUsDefault, #loginDefault, #createAcctDefault, #accountDefault, #addressBookDefault, #accountEditDefault, #accountPassword, #shoppingCartDefault, #checkoutShipping, #checkoutPayment, #conditionsMainContent, #accountHistoryDefault, #createAcctSuccessMainContent {
	padding:80px 10px 10px;
}

#mainindex {
	background:none;
}

.liensInfo  {
	list-style-type:none;
	padding: 0;
	margin-top:0px;
	margin-left:15px;
	text-align:left;
}

.menuRef{
	width:980px;
	margin-left:5px;
}

.texteGrandCouleur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #CC3300;
	font-weight:bold;
}
.fdOptionsBas {
	background-color: #F3F3F3;
}
div.compteur{
	height:29px;
	width:122px;
	margin:0;
	padding:0;
	position:absolute;
	top: 40px;
	right: 2px;
	z-index:1;
}

#div_ventesflash_route {
	width:100%;
	height: 211px;
	margin:0;
	padding:15px 0 0 0;
	overflow:hidden;
}

.venteflash {
	width:162px;
	height:auto;
	display:block;
	margin:0 auto 5px;
}

.venteflash img {
	margin:0 auto;
	display:block;
	border:1px solid #ccc;
}

.titleflash {
	width:180px;
	min-height:42px;
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#2A2A2A;
	text-decoration:none;
	text-align:center;
	margin:0 auto 5px;
}

.compteur div{
	width:11px;
	height:29px;
	float:left;
}
.compteur img{
	float:left;
}

.nbre_0{
	background:url('../images/ventesflash/c0.png') no-repeat;
}
.nbre_1{
	background:url('../images/ventesflash/c1.png') no-repeat;
}
.nbre_2{
	background:url('../images/ventesflash/c2.png') no-repeat;

}
.nbre_3{
	background:url('../images/ventesflash/c3.png') no-repeat;

}
.nbre_4{
	background:url('../images/ventesflash/c4.png') no-repeat;

}
.nbre_5{
	background:url('../images/ventesflash/c5.png') no-repeat;

}
.nbre_6{
	background:url('../images/ventesflash/c6.png') no-repeat;

}
.nbre_7{
	background:url('../images/ventesflash/c7.png') no-repeat;

}
.nbre_8{
	background:url('../images/ventesflash/c8.png') no-repeat;

}
.nbre_9{
	background:url('../images/ventesflash/c9.png') no-repeat;
}

#attrib-7 {
	width:350px;
}


#showroom-deconnexion-wrapper {
	display:none;
	position:fixed;
	z-index:1000;
	right:3px;
	bottom:3px;
	width:191px;
}
#showroom-deconnexion-heading {
	padding:10px 5px 0 35px;
	width:151px;
	height:22px;
	background:url(../images/popupShowroom/popupHeading.gif) no-repeat top center;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:left;
}
#showroom-deconnexion-content {
	width:181px;
	padding:13px 5px;
	background:url(../images/popupShowroom/popupContent.gif) no-repeat center center;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:justify;
}
#showroom-deconnexion-link {
	display:block;
	width:184px;
	height:26px;
	padding:5px 0 0 7px;
	background:url(../images/popupShowroom/popupButton.gif) no-repeat center top;
	font-size:14px;
	font-weight:bold;
	color:#6F6F00;
	text-decoration:none;
	text-align:center;
}
#showroom-deconnexion-link:hover {
	color:#000000;
}


/*
FOOTER
******************************************************/

.fdfooter {
	width:100%;
	height:auto;
	clear:both;
	background:url(../images/footer.jpg) top repeat-x #262626;
}

.lefooter {
	width:999px;
	min-height:362px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:40px;
	position:relative;
}

.annonce {
	padding-top:20px;
	padding-bottom:40px;
}

.annonce a {
	font-size:11px;
	color:#323232;
	text-decoration:none;
	text-align:left;
	font-weight:100;
	line-height:16px;
}

.annonce b {
	color:#aa2500 !important;
	font-weight:100;
}

.parrain {
	width:113px;
	height:66px;
	display:inline-block;
	background:url(../images/french/parrain.jpg) top no-repeat;
	float:left;
	margin-right:4px;
	padding:30px 75px 0 10px;
}

.paiement {
	width:194px;
	height:96px;
	display:inline-block;
	background:url(../images/french/paiement.jpg) top no-repeat;
	float:left;
	margin-right:4px;
}

.port_all {
	width:109px;
	height:41px;
	display:inline-block;
	background:url(../images/french/frais.jpg) top no-repeat;
	float:left;
	margin-right:4px;
	padding:55px 75px 0 10px;
}

.port_es_pt {
	width:109px;
	height:41px;
	display:inline-block;
	background:url(../images/spanish/frais.jpg) top no-repeat;
	float:left;
	margin-right:4px;
	padding:55px 75px 0 10px;
}

.facebook {
	width:194px;
	height:67px;
	display:inline-block;
	background:url(../images/french/facebook.jpg) top no-repeat;
	float:left;
	margin-right:4px;
	padding:29px 0 0 0;
}

a#twitter {
	width:70px;
	height:44px;
	display:inline-block;
	background:url(../images/ico_tw.jpg) bottom right no-repeat;
	font-size:11px;
	color:#000;
	margin:0 0 0 10px;
	text-align:left;
	float:left;
	padding:0 0 15px;
}

a.icofacebook {
	width:79px;
	height:44px;
	display:inline-block;
	background:url(../images/icofb.jpg) bottom right no-repeat;
	font-size:11px;
	color:#000;
	text-align:right;
	margin:0 0 0 5px;
	float:left;
	padding:0 0 15px;
}

.twitter {
	width:114px;
	height:66px;
	display:inline-block;
	background:url(../images/french/twitter.jpg) top no-repeat;
	float:left;
	padding:30px 75px 0 10px;
}

.box1 {
	width:194px;
	min-height:179px;
	background:url(../images/trait_footer.jpg) top right no-repeat;
	float:left;
}

#menuref {
	color:#fff;
	padding:0 0 10px 0;
	width:800px;
	float:left;
}

#menuref a, #menuref a:visited, .box1 a {
	color:#fff;
}

.box1 a {
	line-height:1.5em;
}

.contfooter {
	margin:0 10px 5px 10px;
	padding-bottom:2px;
	height:100%;
}

.contfooter a:hover, .box1 a:hover {
	text-decoration:none;
	color:#87bc34 !important;
}

.col1 {
	/*padding-bottom:5px;*/
	float:left;
	width:100px;
	padding:0 0 0 10px;
}

.sepafooter {
	float:left;
	margin:0 5px 0 5px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

.col2 {
	float:left;
	width:650px;
	line-height:1.5em;
}


.col1 a, .col1 a:visited {
	font-size:11px;
	font-weight:bold;
}

.col1 a:hover {
	font-size:11px;
	font-weight:bold;
}
 
.col2 a, .col2 a:visited {
	font-size:10px;
	padding-right:5px;
}

.col2 a:hover {
	font-size:10px;
}


/*
PANIER *********************************************/

.delimit {
	width:999px;
	height:38px;
	margin:0 auto;
	position:relative;
}

.panel_button {
	float: right;
	position: relative;
}

.panel_button a {
	width:98px;
	height:20px;
	display:block;
	cursor:pointer;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	text-align:center;
	padding:18px 0 0 38px;
	font-size:12px;
	font-weight:bold;
	background:url(../images/bille_panier.png) top no-repeat;
}

#toppanel {
	position: fixed;
	-position: absolute;
	-top:expression(fixed_bottom(this,0));
	width: 100%;
	left: 0px;
	bottom:0px;
	z-index: 15;
	text-align:center;
}

#panel {
	width: 100%;
	position: relative;
	bottom: 0px;
	height: 7px;
	margin-left: auto;
	margin-right: auto;
	z-index: 300;
	overflow: hidden;
	text-align: left;
}

#panel_contents {
	background: #87bc34;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	bottom:0px;
	left:0px;
}
#panel_devis{
	width: 999px;
	margin:0 auto;
	padding-top: 20px;
	-padding-top: 10px;
	color:#FFF;
	overflow:hidden;
}








/*
CAROUSSEL INDEx
********************************************/

#indexCategoriesMainContent {
	width:563px;
	height:auto;
	border:1px solid #5c5c5c;
	background:url(../images/blanco.png) top repeat;
	position:relative;
	padding-top:36px;
}

#indexCategoriesMainContent span.titleh1 {
	width:572px;
	height:38px;
	display:block;
	position:absolute;
	top:-1px;
	left:-3px;
	z-index:1;
}

#indexCategories, #logoffDefault, #ezPageDefault, #checkoutConfirmDefault, #accountHistoryDefault, #checkoutSuccess, #advSearchResultsDefault, #shippingInfo, #acctNewslettersDefault {
	padding-top:80px;
}

#ezPageDefault ul { margin:0; padding:0 0 0 25px; }

#logoffDefault, #checkoutConfirmDefault, #checkoutSuccess, #shippingInfo, #ezPageDefault, #acctNewslettersDefault {
	padding-left:10px;
	padding-right:10px;
}

#mainindex #indexCategories {
	padding-top:0 !important;
}


/*
COUP DE COEUR
*********************************************/

#featuredProducts {
	width:565px;
	height: 624px;
	background:url(../images/grillage.jpg) #fff 10px 46px repeat-y;
	position:relative;
	margin:10px 0;
	padding:46px 0 0;
}

#featuredtim #featuredProducts {
	height:auto !important;
	background:none !important;
	margin:0 !important;
	padding:0 !important;
}

#featuredProducts h2 {
	width:575px;
	height:46px;
	display:block;
	position:absolute;
	top:0;
	left:-3px;
	z-index:1;
}

.centerBoxContentsFeatured {
	height:190px;
	position:relative;
	width:186px !important;
}

span.fabricants_img {
	width:auto;
	height:50px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-25px;
	z-index:1;
	display:block;
}

.imgcdc {
	width:157px;
	height:85px;
	display:block;
	margin:0 auto 5px;
}

.imgcdc img {
	display:block;
	border:1px solid #ccc;
	margin:0 auto 5px;
}

.titlecdc {
	width:157px;
	height:auto;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#323232;
	text-decoration:none;
	line-height:14px;
	text-align:center;
	margin:0 auto 5px;
	padding:0;
}

.titlecdc:hover {
	color:#b72e00;
	text-decoration:none;
}

div.pricecdc {
	width:157px;
	height:42px;
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#b72e00;
	margin:0 auto;
	padding:0;
	position:relative;
}

div.pricecdc span.productSpecialPrice {
	font-size:20px;
	color:#b72e00;
	font-weight:bold;
	display:block;
	width:110px;
	height:20px;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}
div.pricecdc span.normalprice {
	width:110px;
	height:20px;
	display:block;
	bottom:0;
	right:0;
	z-index:1;
	position:absolute;
	font-size:11px;
	color:#2A2A2A;
	font-weight:100;
	text-decoration:none;
}
div.pricecdc span.productPriceDiscount {
	width:38px;
	height:39px;
	display:block;
	background:url(../images/macaron.jpg) top no-repeat;
	text-align:center;
	line-height:39px;
	text-decoration:none;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	font-weight:bold;
	font-size:13px;
	position:absolute;
	top:0;
	left:10px;
	z-index:1;
}


div.pricebest
{
	position:relative;
}

div.pricebest span.productSpecialPrice {
	font-size:20px;
	color:#b72e00;
	font-weight:bold;
	display:block;
	width:110px;
	height:20px;
	position:absolute;
	top:0;
	right:0;
	left:60px;
	z-index:1;
}
div.pricebest span.normalprice {
	width:110px;
	height:20px;
	display:block;
	bottom:0;
	right:0;
	left:60px;
	top:25px;
	z-index:1;
	position:absolute;
	font-size:11px;
	color:#2A2A2A;
	font-weight:100;
	text-decoration:none;
}
div.pricebest span.productPriceDiscount {
	width:38px;
	height:39px;
	display:block;
	background:url(../images/macaron.jpg) top no-repeat;
	text-align:center;
	line-height:39px;
	text-decoration:none;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	font-weight:bold;
	font-size:13px;
	position:absolute;
	top:0;
	left:10px;
	z-index:1;
}

div.priceflash
{
	position:relative;
	width:160px;
	min-height:44px;
	margin:0 auto;
	display:block;
}

div.priceflash span.productSpecialPrice {
	font-size:20px;
	color:#b72e00;
	font-weight:bold;
	display:block;
	width:110px;
	height:20px;
	position:absolute;
	top:0;
	right:0;
	left:60px;
	z-index:1;
}
div.priceflash span.normalprice {
	width:110px;
	height:20px;
	display:block;
	bottom:0;
	right:0;
	left:60px;
	top:25px;
	z-index:1;
	position:absolute;
	font-size:11px;
	color:#2A2A2A;
	font-weight:100;
	text-decoration:none;
}
div.priceflash span.productPriceDiscount {
	width:38px;
	height:39px;
	display:block;
	background:url(../images/macaron.jpg) top no-repeat;
	text-align:center;
	line-height:39px;
	text-decoration:none;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	font-weight:bold;
	font-size:13px;
	position:absolute;
	top:0;
	left:10px;
	z-index:1;
}

/*
BOXLEFT BOXRIGHT
***************************************************/

.boxleft, .boxright {
	width:489px;
	min-height:242px;
	display:inline;
	position:relative;
	background:#fff;
	float:left;
	margin-bottom:10px;
}

.boxleft {
	margin-right:20px;
}

div#whatsNew, div#featuredtim, div#specialsDefault {
	position:relative !important;
}

#whatsNew h2 {
	width:503px;
	height:35px;
	display:block;
	position:absolute;
	top:0;
	right:-5px;
	z-index:1;
}

#specialsDefault h2 {
	width:503px;
	height:35px;
	display:block;
	position:absolute;
	top:0;
	left:-5px;
	z-index:1;
}

#whatsNew, #specialsDefault {
	padding-top:35px;
}

.imgbox {
	width:124px;
	height:115px;
	display:block;
	margin:0 auto;
}

.imgbox img {
	display:block;
	border:1px solid #ccc;
	margin:0 auto 5px !important;
}

.titrebox {
	font-size:11px;
	color:#2A2A2A;
	line-height:14px;
	text-align:center;
	width:124px;
	display:block;
	min-height:25px;
	margin:0 auto 5px !important;
	text-decoration:none;
	text-shadow:none;
}

/*.titlebox:hover {
	color:#b72e00;
	text-decoration:none;
}
*/

.pricebox {
	width:124px;
	height:auto;
	display:block;
	margin:0 auto 5px;
	color:#b72e00;
	font-size:20px;
	font-weight:bold;
	position:relative;
}

.btndetail {
	width:61px;
	height:29px;
	display:block;
	background:url(../images/btndetail.jpg) top left no-repeat;
	position:absolute;
	bottom:0;
	padding:0 !important;
	margin:0 !important;
	left:4px;
	z-index:1;
}

.btnpanier {
	width:130px !important;
	height:29px;
	display:block;
	background:url(../images/btnpanier.jpg) top left no-repeat;
	position:absolute;
	bottom:0;
	padding:0 25px 0 0 !important;
	margin:0 !important;
	right:4px;
	z-index:1;
}

.btndetail, .btnpanier {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 1px #555;
	text-align:center;
	line-height:27px;
}




#indexProductList {
	background:#fff;
	position:relative;	
	padding:66px 0 10px;
	width:100%;
}

#indexProductList form {
	display:inline;
	float:right;
	margin:15px 5px 0 0;
}


/*
PROMOTIONS************************/

.centerBoxContentsSpecials, .SpecialsCarousel ul li {
	width:224px !important;
	float:left;
	display:inline-block;
	margin:0 17px 0 0;
	padding:0;
}

#navSupp .SpecialsCarousel ul li a {
	margin:0;
	padding:0;
}

.imgdown {
	width:222px;
	height:auto;
	display:block;
	overflow:hidden;
	margin-bottom:5px !important;
}

.imgdown img {
	display:block;
	margin:0 auto;
	border:1px solid #ccc;
}

.titledown {
	width:222px;
	height:25px;
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#515151;
	margin:0 auto 5px !important;
	text-decoration:none;
	text-align:center;
	line-height:14px;
}

.pricedown {
	width:222px;
	height:42px;
	display:inline-block;
	position:relative;
	margin-bottom:5px;
	font-size:20px;
	color:#b72e00;
	font-weight:bold;
}

.pricedown span.productSpecialPrice {
	font-size:20px;
	color:#b72e00;
	font-weight:bold;
	display:block;
	width:110px;
	height:20px;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}
.pricedown span.normalprice {
	width:110px;
	height:20px;
	display:block;
	bottom:0;
	right:0;
	z-index:1;
	position:absolute;
	font-size:11px;
	color:#2A2A2A;
	font-weight:100;
	text-decoration:none;
}
.pricedown span.productPriceDiscount {
	width:38px;
	height:39px;
	display:block;
	background:url(../images/macaron.jpg) top no-repeat;
	text-align:center;
	line-height:39px;
	text-decoration:none;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	font-weight:bold;
	font-size:13px;
	position:absolute;
	top:0;
	left:30px;
	z-index:1;
}


/*
LISTING
****************************************************/

.centerBoxContentsProducts {
	margin:10px 2px 20px;
	position:relative;
	width:184px !important;
	min-height:233px;
}

.imglisting {
	width:172px;
	height:124px;
	display:block;
	margin:0 auto 5px;
}

.imglisting img {
	display:block;
	border:1px solid #ccc;
	margin:0 auto 5px;
}

.titlelisting {
	width:172px;
	height:auto;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#323232;
	text-decoration:none;
	line-height:14px;
	text-align:center;
	margin:0 auto;
	padding:0;
}

.titlelisting:hover {
	color:#b72e00;
	text-decoration:none;
}

div.pricelisting {
	width:172px;
	height:42px;
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#b72e00;
	margin:0 auto;
	padding:0 0 38px 0;
	position:relative;
}

div.pricelisting span.productSpecialPrice {
	font-size:20px;
	color:#b72e00;
	font-weight:bold;
	display:block;
	width:110px;
	height:20px;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}
div.pricelisting span.normalprice {
	width:110px;
	height:20px;
	display:block;
	top:23px;
	right:0;
	z-index:1;
	position:absolute;
	font-size:11px;
	color:#2A2A2A;
	font-weight:100;
	text-decoration:none;
}
div.pricelisting span.productPriceDiscount {
	width:38px;
	height:39px;
	display:block;
	background:url(../images/macaron.jpg) top no-repeat;
	text-align:center;
	line-height:39px;
	text-decoration:none;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	font-weight:bold;
	font-size:13px;
	position:absolute;
	top:0;
	left:30px;
	z-index:1;
}

.btnpanierlisting {
	width:128px;
	height:29px;
	display:inline-block;
	line-height:27px;
	background:url(../images/btnpanierlisting1.jpg) left no-repeat;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-shadow:1px 1px 1px #555;
	text-align:center;
	text-decoration:none;
	padding:0;
	border:none;
	position:absolute;
	bottom:5px;
	left:13px;
	z-index:1;
}

.btndetaillisting {
	width:29px;
	height:29px;
	display:inline-block;
	line-height:27px;
	background:url(../images/btnpanierlisting1.jpg) right no-repeat;
	padding:0;
	border:none;
	position:absolute;
	bottom:5px;
	right:13px;
	z-index:1;
}

.btnpanierlisting:hover {
	color:#2A2A2A !important;
	text-shadow:1Px 1Px 1px #eee !important;
}

.listingDescription {
	width:136px;
	height:160px;
	display:none;
	position:absolute;
	bottom:25px;
	right:13px;
	z-index:10000;
	font-size:11px;
	font-weight:100;
	clear:both;
	overflow:hidden;
	background:url(../images/descript.png) top no-repeat;
	padding:10px 10px 20px;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	text-align:left;
	line-height:18px;
}




/*
detail
*************************************/

.moncompteurdetail {
	position:absolute;
	top:95px;
	right:41px;
	z-index:2;
	width:auto;
	height:29px;
	display:block;
}

#relativise_product {
	width: 781px;
}

#productGeneral {
	width: 761px;
	height:auto;
	background:#fff;
	padding:86px 10px 10px 10px;
}

#productGeneral ul {
	list-style:none;
}

#productGeneral form {
	margin:0;
	padding:0;
}

#productGeneral h1 {
	width:792px;
	height:46px;
	display:block;
	background:url(../images/h1detail.jpg) top no-repeat;
	position:absolute;
	top:0;
	left:-8px;
	z-index:1;
	font-size:16px;
}

#productMainImage {
	width:238px;
	height:auto;
	float:left;
	position:relative;
	margin-bottom:28px;
}

.bigimg {
	width:238px;
	height:auto;
	display:block;
}

.bigimg span.fabricants_img {
	width:185px;
	height:52px;
	display:block;
	background:url(../images/boardmarques.png) top no-repeat;
	position:absolute;
	bottom:-25px;
	left:50%;
	top:inherit !important;
	z-index:1;
	margin-left:-93px;
}

.bigimg img {
	display:block;
	margin:0 auto;
	border:1px solid #ccc;
}

div.mesinfosproduits {
	width:518px;
	float:right;
	display:block;
}

div#attributfiche {
	margin:0 0 10px;
	width:206px;
	border:1px dashed #ccc;
	display:block;
	overflow:hidden;
	padding:5px 5px 3px;
}

div#attributfiche div.unsurdeux {
	background:#f5f5f5;
}

div#attributfiche div.labelattribut {
	width:206px;
	text-align:center;
	padding:0;
	font-weight:bold;
	margin:0 0 2px;
	display:block;
}

div#attributfiche div#taille {
	width:206px;
	display:block;
}

div#attributfiche div#taille input {
	display:inline;
	margin:0 2px 7px;
}

div#attributfiche div#taille label {
	display:inline;
	margin:0 5px 7px 0;
}


.col_add {
	width:218px;
	height:auto;
	float:left;
	display:inline;
	margin:0 10px;
}

.col_add h2#productPrices {
	width:166px;
	height:62px;
	background:url(../images/etiquette_prix.jpg) top no-repeat;
	position:relative;
	margin:0 auto 10px;
	text-align:center;
	padding:10px 0;
	color:#a92300;
	font-size:26px;
	font-weight:bold;
}

.col_add h2#productPrices span#normalprice, .col_add h2#productPrices span.normalprice {
	display:block;
	width:166px;
	height:auto;
	position:absolute;
	top:37px;
	left:0;
	font-size:11px;
	color:#777;
	text-shadow:none;
	text-align:center;
}

.col_add h2#productPrices span#productSpecialPrice, .col_add h2#productPrices span.productSpecialPrice  {
	color:#a92300;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	display:block;
	width:166px;
	height:auto;
	position:absolute;
	top:3px;
	left:0;
}

.col_add h2#productPrices span#productPriceDiscount, .col_add h2#productPrices span.productPriceDiscount {
	display:block;
	width:166px;
	height:auto;
	position:absolute;
	bottom:10px;
	left:0;
	font-size:12px;
	color:#2A2A2A;
	font-weight:bold;
	text-shadow:none;
	text-align:center;
}

#blocajout {
	width:218px;
	height:auto;
}

#ajoutqte {
	width:96px;
	height:auto;
	margin:0 auto 10px;
	display:block;
}

.choix, .choix2 {
	width:23px;
	height:24px;
	float:left;
	display:block;
	cursor:pointer;
}

#cartAdd {
	width:50px;
	height:auto;
	float:left;
}

#cartAdd input {
	border:1px solid #2A2A2A;
	background:#fff;
	width:48px;
	height:22px;
	margin:0;
	padding:0;
	text-align:center;
	font-size:11px;
}

#blocajout input.placer {
	width:216px;
	height:41px;
	display:block;
	background:url(../images/btncart.jpg) top no-repeat;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px 1px #555;
	color:#fff;
	text-align:center;
	text-decoration:none;
}

#blocajout input.placer:hover {
	color:#2A2A2A !important;
	text-shadow:1px 1px 1px #eee !important;
	text-decoration:none;
}

.bloc_info {
	width:280px;
	height:auto;
	float:left;
}

.blox {
	width:233px;
	height:44px;
	border:1px dashed #ccc;
	margin-bottom:10px;
	font-family:Georgia;
	font-size:17px;
	font-weight:bold;
	color:#b1b1b1;
	line-height:44px;
	padding-left:45px;
}

.vp {
	padding-left:10px !important;
	width:268px !important;
	color:#ff6f09;
	border-color:#ff6f09;
	background:#F3F3F3;
}

.stock {
	background:url(../images/product.jpg) 9px 9px no-repeat;
}

.livraison, .livraison_non {
	background:url(../images/ship.jpg) 9px 9px no-repeat;
}

.livraison_non {
	font-size:13px;
	line-height:15px !important;
	padding:6px 0 0 44px !important;
	height:38px;
}

.livraison_non strong {
	color:#a92300;
}

.secured {
	background:url(../images/secured.jpg) 9px 9px no-repeat;
}

.ami {
	background:url(../images/friend.jpg) 9px 9px no-repeat;
}



h2.insidepage {
	position:inherit !important;
	background:url(../images/h2inside.jpg) top left no-repeat !important;
	width:409px !important;
	height:40px !important;
	margin:0 !important;
	padding:0 0 0 7px !important;
	font-size:17px;
	color:#fff !important;
	text-shadow:1px 1px 1px #333;
	font-weight:bold;
	line-height:36px;
	left:0 !important;
	top:0 !important;
}


/*
XSELL
*********************************************/

#crossSell {
	width:751px;
	height:153px;
	background:url(../images/pdtassociesfond.jpg) top repeat-x;
	padding-top:40px;
	position:relative;
	margin:0 auto;
}

#crossSell h2 {
	width:693px;
	height:30px;
	display:block;
	background:url(../images/produitassocies.jpg) top no-repeat;
	position:absolute;
	top:0;
	left:-6px;
	z-index:1;
	color:#fff;
	font-size:14px;
	margin:0 !important;
	padding:6px 0 0 10px !important;
	text-shadow:1px 1px 1px #555;
}

.imgxsell {
	width:151px;
	height:63px;
	display:block;
	margin:0 auto 5px;
}

.imgxsell img {
	display:block;
	margin:0 auto;
	border:1px solid #ccc;
}

.titlexsell {
	font-size:11px;
	text-align:center;
	line-height:13px;
	color:#515151;
	display:block;
	width:151px;
	height:auto;
	margin:0 auto 5px;
	text-decoration:none;
}

.titlexsell:hover {
	color:#b72e00;
}

.pricexsell {
	width:151px;
	height:auto;
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#b72e00;
	text-align:center;
	margin:0 auto;
}

.pricexsell span#normalprice, .pricexsell span#productPriceDiscount, .pricexsell span.normalprice, .pricexsell span.productPriceDiscount {
	display:none;
}
.pricexsell span#productSpecialPrice, .pricexsell span.productSpecialPrice {
	font-size:15px;
	font-weight:bold;
	color:#b72e00;
	text-align:center;
}

.centerBoxContentsCrossSell {
	background:url(../images/filet_xsell.jpg) top right no-repeat;
	min-height:146px;
	width:174px !important;
}


/*
TOP VENTES
****************************************************/

#bestsellers .wrapper {
	margin:20px auto 0;
	width:153px;
	display:block;
}

.imgbest {
	width:151px;
	height:63px;
	display:block;
	margin:0 auto 5px;
}

.imgbest img {
	margin:0 auto;
	display:block;
	border:1px solid #ccc;
}

.titlebest {
	font-size:12px;
	color:#2A2A2A;
	line-height:14px;
	text-decoration:none;
	width:151px;
	height:auto;
	display:block;
	text-align:center;
	margin:0 auto;
}
	
.tplbest {
	min-height:160px;
	margin:20px auto 0;
	background:url(../images/trait_best.png) bottom no-repeat;
}


/*
RECHERCHE MARQUE
**********************************************/

.recherchemarque {
	width:999px;
	height:auto;
	overflow:hidden;
	margin:10px 0 0 0;
	padding-bottom:10px;
	background:url(../images/filet_marque.png) top no-repeat;
}

.titlemarque {
	width:999px;
	height:21px;
	margin:10px auto;
	display:block;
}

/* JCodaSlider */

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding:0; width:543px; height: 131px;  position:relative; display:block; margin:10px; overflow:hidden; }
	.coda-slider { background:none; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; padding-right: 20px; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 543px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 543px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 5px 0 0 5px; display:inline; }
	
	/* Arrow styling */
	.panel-wrapper { width:543px; height:131px; }
	
	/* Preloader */
	.coda-slider p.loading,.le_caroussel p.loading { display:none; }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; width:auto !important; display: block; margin: 0; padding:0; overflow: hidden; }
	.coda-nav ul li { display: inline; float:left; margin:0 1px; }
	.coda-nav ul li a { width:20px; height:20px; display:block; background:url(../images/bulleoff.png) top no-repeat; text-align:center;line-height:20px;font-size:12px;
	color:#2A2A2A;text-decoration:none; cursor:pointer;fancybox-loading }
	.coda-nav ul li a:hover, a.current{ background:url(../images/bulleon.png) top no-repeat !important;color:#fff !important;text-shadow:1px 1px 1px #333; }
	
	/* Miscellaneous */
	.le_caroussel-wrapper { clear: both; overflow: hidden; }
	.le_caroussel { float: left; overflow: hidden; position: relative; }
	.le_caroussel .unediv { display: block; float: left;  }
	.le_caroussel .unediv-container { position: relative; margin-left:0px; display:block;}
	#indexCategoriesMainContent .coda-slider-wrapper arrows .le_caroussel .loading{display:none;}
	
	#coda-nav-left-1 {  display:none; }
	#coda-nav-right-1 { display:none; }
	
	#coda-nav-1 { width:543px !important; height:20px; position:absolute; bottom:0; left:0; z-index:5; }
	
	
/* Carousel Marques */
.boxpartenaires {
	width: 967px;
	height:75px;
	padding:0;
	margin:0 auto;
}

.prev
{
	float:left;
	width:12px;
	display:inline-block;
	margin:15px 10px 0 0;
	height:28px;
	background:url(../images/fg.png) top no-repeat;
}

.next
{
	float:right;
	width:12px;
	height:28px;
	margin:15px 0 0 10px;
	background:url(../images/fd.png) top no-repeat;
}

.jCarouselLite
{
	width:920px !important;
	height:65px;
}

.jCarouselLite ul li
{
	margin-left:5px;
}

.jCarouselLite ul {
	margin:0;
	padding:0;
	list-style:none;
}

.jCarouselLite ul li {
	display:inline-block;
	margin:0 10px 0 0;
}

.jCarouselLite ul li a {
	width:83px;
	height:65px;
	display:block;
	background:url(../images/fdmarques.png) top repeat-x;
}

.jCarouselLite ul li a img {
	display:block;
	margin:0 auto;
}

/* Specials Carousel */

.prevSpecials
{
	width:29px;
	display:inline-block;
	height:29px;
	position:absolute;
	top:50px;
	left:0;
	z-index:5;
	background:url(../images/flechegauche.png) top no-repeat;
}

.nextSpecials
{
	float:right;
	width:29px;
	height:29px;
	position:absolute;
	top:50px;
	right:0;
	z-index:5;
	background:url(../images/flechedroite.png) top no-repeat;
}

div.SpecialsCarousel
{
	width:469px !important;
	padding-top:10px;
	margin-left:10px;
	height:235px;
}

.SpecialsCarousel ul {
	margin:0;
	padding:0;
	list-style:none;
}

.SpecialsCarousel ul li{

	display:block;
	height:228px !important;
	position:relative;
}

.SpecialsCarousel ul li a {

	display:block;
}


/* Panier Carousel */

.prevPanier
{
	width:29px;
	display:inline-block;
	height:29px;
	position:absolute;
	top:50px;
	left:0;
	z-index:5;
	background:url(../images/flechegauche.png) top no-repeat;
}

.nextPanier
{
	float:right;
	width:29px;
	height:29px;
	position:absolute;
	top:50px;
	right:0;
	z-index:5;
	background:url(../images/flechedroite.png) top no-repeat;
}

div.PanierCarousel
{
	width:999px !important;
	padding-top:10px;
	margin-left:10px;
	height:235px;
}

.PanierCarousel ul {
	margin:0;
	padding:0;
	list-style:none;
}

.PanierCarousel ul li{

	display:block;
	height:228px !important;
	position:relative;
}

.PanierCarousel ul li a {

	display:block;
}


/* News Carousel */

.prevNews
{
	width:29px;
	display:inline-block;
	height:29px;
	position:absolute;
	top:50px;
	left:0;
	z-index:5;
	background:url(../images/flechegauche.png) top no-repeat;
}

.nextNews
{
	float:right;
	width:29px;
	height:29px;
	position:absolute;
	top:50px;
	right:0;
	z-index:5;
	background:url(../images/flechedroite.png) top no-repeat;
}

div.NewsCarousel
{
	width:469px !important;
	padding-top:10px;
	margin-left:10px;
	height:235px;
}

.NewsCarousel ul {
	margin:0;
	padding:0;
	list-style:none;
}

.NewsCarousel ul li{

	display:inline-block;
	height:228px !important;
	margin:0 2px 0 0;
	position:relative;
}

.NewsCarousel ul li a {

	display:block;
}

.NewsCarousel .btnpanier {
	right:8px;
}

.NewsCarousel .btndetail {
	left:8px;
}

/* Panier */

.PanierAjout
{
	position:absolute;
	top: -52px;
	right: -72px;
	z-index:10;
	background:url(../images/bulle_panier.png) top no-repeat;
	width:186px;
	height:35px;
	display:block;
}

.PanierInfoTotal
{
	position:absolute;
	top: -52px;
	right: -72px;
	z-index:10;
	background:url(../images/bulle_panier.png) top no-repeat;
	width:186px;
	height:35px;
	display:block;
}

.PanierAjout, .PanierInfoTotal {
	color:#fff;
	text-shadow:1px 1px 1px #444;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	padding:11px 0 0 0;
	margin:0;
}

.PanierInfoTotal strong {
	font-size:14px;
}

#panel_devis ul {
	margin:0;
	padding:0;
	list-style:none;
	width:999px;
	height:auto;
	overflow:hidden;
}

#panel_devis ul li{
	width:310px;
	height:82px;
	float:left;
	display:inline;
	padding-bottom:10px;
	margin:0 10px 20px;
	border-right:1px dotted #699524;
	border-bottom:1px dotted #699524;
}

.PanierSupp {
	width:20px;
	height:25px;
	display:inline-block;
	float:left;
	margin:20px 10px;
	background:url(../images/ico_panier_deleete.jpg) top right no-repeat;
	cursor:pointer;
}

.PanierSupp:hover {
	background-position:top left;
}

.imgpan {
	width:82px;
	height:82px;
	display:block;
	float:left;
}

.imgpan img {
	display:block;
	margin:0 auto;
	border:1px solid #ccc;
}

.titlepan {
	width:160px;
	height:auto;
	float:left;
	display:inline-block;
	margin-left:10px;
	font-size:12px;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	font-weight:bold;
	line-height:14px;
	margin-bottom:5px;	
}

.numberpan {
	width:160px;
	height:auto;
	float:left;
	display:inline-block;
	margin-left:10px;
	font-size:12px;
	color:#2a2a2a;
	text-shadow:1px 1px 1px #ccc;
	font-weight:bold;
	margin-bottom:2px;	
}


.pricepan {
	font-size:20px;
	color:#b72f00;
	font-weight:bold;
	float:left;
	text-shadow:1px 1px 1px #ccc;
	width:160px;
	height:auto;
	margin-left:10px;
	display:inline-block;
}

span.PanierTotal {
	display:block;
	width:963px;
	height:30px;
	line-height:30px;
	background:#699524;
	line-height:30px;
	font-size:12px;
	font-weight:100;
	color:#fff;
	margin:0 10px 10px;
	text-shadow:1px 1px 1px #333;
	text-align:right;
	padding:0 5px;
}

span.PanierTotal strong {
	font-weight:bold;
	font-size:14px;
}

span.PanierVide {
	display:block;
	width:963px;
	height:30px;
	line-height:30px;
	background:#699524;
	line-height:30px;
	font-size:12px;
	font-weight:100;
	color:#fff;
	margin:0 10px 10px;
	text-shadow:1px 1px 1px #333;
	text-align:center;
	padding:0 5px;
}

span.PanierVide strong {
	font-weight:bold;
	font-size:14px;
}

.PanierContinue {
	width:200px;
	height:32px;
	display:inline-block;
	background:url(../images/btnpan.png) top no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#2A2A2A;
	text-shadow:1px 1px 1px #fff;
	text-decoration:none;
	line-height:30px;
	float:left;
	text-align:center;
	cursor:pointer;
	margin-left:10px;
}

.PanierEnd {
	width:200px;
	height:32px;
	display:inline-block;
	background:url(../images/btnpan.png) top no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#2A2A2A;
	text-shadow:1px 1px 1px #fff;
	text-align:center;
	text-decoration:none;
	line-height:30px;
	float:right;
	margin-right:15px;
}

.PanierEnd:hover, .PanierContinue:hover {
	color:#699524 !important;
}

#fancyboxload
{
	width:20px;
	height:45px;
	display:none;
	float:left;
	margin:20px 10px 0;
	background:url(../images/load.gif) top right no-repeat;
	cursor:pointer;
}

.fancyboxload
{
	width:20px;
	height:45px;
	display:none;
	float:left;
	margin:20px 10px 0;
	background:url(../images/load.gif) top right no-repeat;
	cursor:pointer;
}

div#scroller {
	width:999px;
	height:215px;
	overflow:hidden;
	display:block;
}

div.panup {
	cursor:pointer;
	width:68px;
	height:20px;
	display:block;
	background:url(../images/panup.jpg) top no-repeat;
	margin:0 auto 15px;
}

div.pandown {
	cursor:pointer;
	width:68px;
	height:20px;
	display:block;
	background:url(../images/pandown.jpg) top no-repeat;
	margin:0 auto 10px;
}


.toppagemanufacture {
	padding-top:66px;
}

/*
BOXAMI**************************************/

.boxami {
	width:425px;
	height:219px;
	display:block;
	background:url(../images/boxami.jpg) top no-repeat;
	margin:0;
	padding:0;
}

.boxami form {
	margin:0;
	padding:0;
}

.boxami p.titleami {
	font-size:20px;
	font-weight:bold;
	font-family:Georgia;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	text-align:left;
	padding:10px;
}

.boxami span.label_ami {
	width:150px;
	height:auto;
	font-size:12px;
	color:#fff;
	text-align:right;
	text-shadow:1px 1px 1px #333;
	line-height:24px;
	display:inline-block;
	float:left;
	margin:0 5px 3px 0;
}

.boxami input.label_ami_input {
	width:195px;
	height:22px;
	border:1px solid #ccc;
	background:#fff;
	display:block;
	float:left;
	margin:0 0 3px 0;
	padding:0 4px;
	line-height:22px !important;
}

.boxami input.btn_envoyer_ami {
	width:97px;
	height:24px;
	display:block;
	background:url(../images/envoyerami.jpg) top repeat-x;
	border:none;
	cursor:pointer;
	line-height:22px !important;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 1px black;
	text-align:center;
	margin:0 0 0 155px;
	padding:0;
	text-decoration:none;
}

.boxami input.btn_envoyer_ami:hover {
	color:#ba3600;
	text-shadow:1px 1px 1px #777;
}

.scroller_container
{
	width:999px;
	height:30px;
}


ul#myAccountGen, ul#myAccountNotify, div#account-parrainage ul {
	margin:0 0 0 25px;
	padding:0;
	list-style:none;
}



/*
MAINTENANCE*******************************/

.maintenance_box {
	width:100%;
	height:100%;
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	background:#000;
}

.logo_maintenance {
	width:230px;
	height:132px;
	display:block;
	background:url(../images/header/logo.png) top no-repeat;
	margin:100px auto;
}

.maintenance_text {
	width:600px;
	height:auto;
	padding:20px;
	background:#333;
	border:1px solid #444;
	color:#fff !important;
	font-size:14px;
	text-shadow:1px 1px 1px #000;
	line-height:18px;
	margin:0 auto;
	text-align:center !important;
}


/*
PAGINATION PRODUIT****************************************/

#productsListingListingBottomLinks a {
	width:auto;
	height:auto;
	padding:4px 6px;
	background:#777;
	border:1px solid #777;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	border:1px solid #ccc;
	display:inline-block;
	margin:0 1px;
	font-weight:bold;
}

#productsListingListingBottomLinks a:hover {
	background:#87bc34;
	border:1px solid #87bc34;
	color:#fff;
	text-shadow:1px 1px 1px #333;
}

.fondupcoming {
	background:#fff;
	margin:0;
	padding:0;
	width:549px;
	padding:8px;
	clear:both;
}

#title-pmt-moneyorder, #title-pmt-ogone, #title-pmt-paypal {
	float:left;
	margin:0 0 0 5px;
}

#pmt-moneyorder, #pmt-ogone, #pmt-paypal {
	float:left;
}

#pmt-paypal, #title-pmt-paypal {
	margin-top:5px;
}

#pmt-ogone, #title-pmt-ogone {
	margin-top:13px;
}

#img-pmt-ogone {
	background-image:url(../images/img-pmt-ogone.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:117px;
	height:25px;
	display:block;
	float:left;
	margin:7px 5px 0 5px;
}

#img-pmt-paypal {
	background-image:url(../images/img-pmt-paypal.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:73px;
	height:25px;
	display:block;
	float:left;
	margin:0 5px 0 5px;
}


div#conditions p { padding:0 0 10px; }
div#conditions h2 { margin:0 0 15px; color:#B72E00; font-size:16px; }
