/**
 * Main CSS Stylesheet
 */
 
 .buttonRow {
	font: bold 11px Verdana;
	margin:0;
}

a.links {
	width:100%;
	height:auto;
	display:block;
	padding:0 0 10px;
	margin:0 0 7px;
	font-size:16px;
	text-transform:uppercase;
	color:#5F991D;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background:#eeeac2;
}

p.titlelivraison {
	font-size:11px;
	font-weight:bold;
	text-shadow:1px 1px 1px #333;
	color:#fff;
	margin:0;
	padding:0 0 10px;
}

a.links:hover {
	color:#CC3300;
}

.cssButton {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow:1px 1px 1px #777;
	margin: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	 background: url("../images/fondok.jpg");
	background-repeat:repeat-x;
	height:22px;
	 padding:0 30px 0 30px; 
}

.buttonRow a {
	float:left;
	background:url("../images/boutonft.jpg") no-repeat left top;
	height:21px;
	padding:0px 0px 0px 11px;
	text-decoration:none;
	color:#FFFFFF;
}
.buttonRow a span {
	float:left;
	/* 31px de haut - 10px de padding top */
	height:18px; 
	display:block;
	background:url("../images/boutonbright.jpg") no-repeat right top;
	padding:3px 13px 0px 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% -21px;
	text-decoration:none;
}
.buttonRow a:hover span {
	background-position:100% -21px;
	text-decoration:none;
}


/* bouton submit */

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

.button_submit{
	background: url("../images/fondpanier.jpg") center no-repeat;
	width:118px;
	display:block;
	height:21px;
	margin:0;
	padding:0;
	text-align:center;
	line-height:21px;
	color:#fff;
}

.button_buy_now{
	background: url("../images/drapeau.gif") no-repeat left;
	color:#728200;
	margin:0;
  	padding:0 0 0 20px;
	text-align:right;
}
.button_confirm_order {
	background: url("../images/confirm.jpg") no-repeat left;
	width:150px;
	padding:0;
	height:21px;
}

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




body {
	margin: 0;
	padding:0;
	font-family:Arial, sans-serif;
	font-size: 11px;
	background:#5c473a;
}

.nuage {
	text-align:center !important;
	height:30px;
	line-height:30px;
}

.nuage a {
	font-size:12px;
	color:#efeac2 !important;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 1px #333;
}

h1 {
    color: #395D10;
    font-family: 'Philosopher';
    font-size: 20px;
    font-weight: 100;
    margin: 10px 0 15px 10px;
    padding: 0;
    text-align: left;
}

h2, h3 {
	color:#395d10;
	margin:0;
	padding:0;
}

#productListHeading {
	margin-bottom:0;
}

a {
	color:#619c1f;
}

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

.centrer {
	text-align:center !important;
}

*{ margin:0; padding:0; }

a:active, a:focus { outline:none; }

a img {border: none; }

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:#333;
}

#ezPageDefault h1 {
	margin-bottom:20px;
}

.container {
  width:100%;
  height:auto;
  background:url(../images/fdsite.jpg) top repeat-x #78b830;
}

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;
	background:#f5f5f5;
	margin:10px;
	font-style:normal;
	border:#ccc 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;
}

.messageStackWarning  {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	font-size:10px;
}

.messageStackWarning, .messageStackError {
	background-color:#FFFF99;
	color:#CC0000;
	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;
	z-index:0;
	position:relative;
}

.bas_container {
	background:url(../images/tranche_main.jpg) top repeat-y;
}

#contentMainWrapper {
	background:url(../images/bas_container.jpg) bottom left no-repeat;
}

.shadow_corps {
	width:10px;
	height:155px;
	display:block;
	background:url(../images/shadow_corps.jpg) top no-repeat;
	position:absolute;
	bottom:-155px;
	left:-10px;
	z-index:1;
}

.columnLeft {
	width:230px;
	z-index:5;
	height:auto;
	background:url(../images/topgauche.jpg) top no-repeat;
}

.fondCentre {
	height:auto;
	z-index:1;
	background:url(../images/topcentre.jpg) top no-repeat;
}

.columnRight {
	width:190px;
	z-index:1;
	height:auto;
	background:url(../images/topdroite.jpg) top left no-repeat;
}
	
#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-left:25px;
	padding:0 10px 10px 10px;
	width:auto;
	border:solid 1px black;
	float:left;
}

#productAttributes {
	padding-left:100px;
}

.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;
}

.buttonRow {
	margin-left:5px;
	display:inline;
}

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

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

.alert {
	padding-left:5px;
	color: #c00;
}
.advisory {}
.notice {}
.rating{}
.gvBal {
	float: right;
}

.centerColumn {
	padding:0 10px 0;
	margin-bottom:30px;
	width:559px;
}

.centerColumn p {
	padding-bottom:10px;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
}

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

.contourOptions {
	border: 1px solid #A6A6A6;
}
.fdOptionsBas {
	background-color: #F3F3F3;
}

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

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

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

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

#cartProdTitle {
	padding-top: 19px;
}

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

.cartUnitDisplay {
	padding-top:23px;
}

.cartQuantity {
	padding-top:21px;
}

.cartQuantityUpdate, .cartTotalDisplay {
	padding-top:20px;
}

.cartTotalDisplay {
	font-weight:bold;
	color:#ff0000;
}

.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;
}

.cartRemoveItemDisplay img {
	margin-top: 19px; margin-left: 10px;
}

.cartRemoveItemDisplay img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

.cartAttribsList {
	margin-left: 1em;
}

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

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
}

.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 ;
}

#cartImage {
	margin: 0.5em 1em;
}

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

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

/*sideboxes*/

#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: #FFFFFF;
	vertical-align: top;
}

caption {
	/*display: none;*/
}

ul#myAccountGen, ul#myAccountNotify, #pageNotFound ul {
	margin:0 0 25px 25px;
	list-style:none;
}

#pageNotFound ul ul {
	margin-top:10px;
}


#myAccountGen li, #myAccountNotify li {
	margin: 0;
} 
.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
}
.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
}
tr.tableHeading {
	background-color: #f5f5f5;
}
#prevOrders td {
	border-bottom: 1px solid #ccc;
	padding: 0 .5em 0 0;
}
.productListing-rowheading {
	background-color: #F6F9E5;
}
.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 {
	background-color: #F1F9FC;
	text-align: left;
	padding: 0px 10px 0px 10px;
}

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

.catergoryImgMenu a {
	display:block;
	width:253px;
	height:auto;
	padding:5px 0 5px 5px;
	float:left;
	margin:0 10px;
	text-align:left;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}

.catergoryImgMenu a:hover {
	background:#eee;
}

/* footer */
#navSuppWrapper {
	text-align:center;
	margin:0px;
}
#navSupp, #navSupp a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding-top:0px;
	background: #FFFFFF;
}


#navBreadCrumb{
	margin:0 0 5px 0;
	padding:0 10px;
	font-size:11px;
	color:#777;
	text-align:right;

}

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

.productListing-even {
	background-color: #F6F9E5;
}

.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: 14px 0 0 0;
	margin: 0;
	z-index:1;
}
.liensInfo  {
	list-style-type:none;
	padding: 0;
	margin-top:0px;
	margin-left:15px;
}

.email_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	border-bottom:#bbbbbb 1px solid;
	border-top:#bbbbbb 1px solid;
	border-left:#bbbbbb 1px solid;
	border-right:#bbbbbb 1px solid;
}
.texteGrandCouleur2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #A74274;
}
.alignementGauche {
	float:left ;
	margin-right: 5px;
	border: 1px solid #000000;
}
.alignementDroite {
	float:right ;
	margin-left: 5px;
	border: 1px solid #000000;
}
.alignementCentre {
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #000000;
}

/* 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: #81c33b;     /* 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: #346C00;     /* 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: #8DB18D;        /* 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: #81c33b;
    font-weight: 700;
    font-size: 1.1em;
}
#prixtemp{
	font-weight:bold;
	font-size:16px;
}
/** MENU HORIZONTAL *//

#navCatTabsWrapper{
	 margin-bottom:26px;	
	 width:100%;
	 height:26px;
}

#navCatTabs{
	margin-bottom:26px;
	width:80%;	 
	margin-right:auto;
	margin-left:auto;
	background-color:green;	
	height:26px;
	 
	 position: absolute; 
	  /* placement du menu, à modifier selon vos besoins */
	 /* correction pour Opera */
}

#navCatTabs ul {	
	padding:0; 
	margin:0;
	text-align:center;
	list-style-type:none;
	font-weight: bold;
}

#navCatTabs ul li{
	height:26px;	
}

#navCatTabs dl {
	float: left;  
	width: 12em;
	margin-top: 6px;
}

#navCatTabs dt {
	cursor: pointer;
	background: transparent;
	 border: none;
	margin: 1px;
}

#navCatTabs dd {

	display: none;
 	 border: none; 
	padding: 0;
	margin: 0; 
	background-color:#604029;
}

#navCatTabs dt a {
	color:black;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none; 
	font-size: 12px;
}

#navCatTabs li a {
	color:black;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-size: 12px;
}

#navCatTabs li a:hover, #navCatTabs li a:focus, #navCatTabs dt a:hover, #navCatTabs dt a:focus {
	background: transparent;
}

#navCatTabs li a:hover {
	background-color:#8F6949;
}	

#indexCategoriesMainContent {
	padding:0;
	margin:0;
	z-index:1;
}

#indexCategories {
	z-index:1;
}

/* End Order Steps contribution CSS */


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

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

.footer {
	width:999px;
	height:auto;
	margin:0 auto;
	position:relative;
	padding-top:70px;
	background:url(../images/topfooter.jpg) top no-repeat;
}

.footer a {
	color:#fff;
	text-shadow:1px 1px 1px #333;
}

.footer a:hover {
	color:#fff !important;
	text-shadow:1px 1px 1px #333;
}

.shadow_footer {
	width:11px;
	height:65px;
	display:block;
	position:absolute;
	background:url(../images/shadow_footer.png) top no-repeat;
	top:0;
	left:-11px;
	z-index:1;
}

.shadow_container {
	width:11px;
	height:64px;
	display:block;
	background:url(../images/shadow_bas_container.jpg) top no-repeat;
	position:absolute;
	top:-64px;
	left:-11px;
	z-index:1;
}

.bloc_coord {
	width:210px;
	height:auto;
	background:url(../images/coord.jpg) top left no-repeat;
	padding-top:43px;
	float:left;
}

.bloc_prod {
	width:758px;
	height:auto;
	padding-top:43px;
	background:url(../images/product.jpg) top left no-repeat;
	float:right;
}

.footer a, .footer p {
	font-size:11px;
	color:#fff;
	text-decoration:none;
	line-height:18px;
}

.filter {
	width:100%;
	height:2px;
	display:block;
	background:url(../images/footer_line.jpg) top repeat-x;
	margin:10px 0;
	padding:0;
	clear:both;
}

/*
LE TABS
****************************************/

.le_tabs {
	width:559px;
	height:auto;
	overflow:hidden;
	margin:0 0 15px 0;
	padding:0;
}

.tabs1 {
	width:559px;
	height:auto;
	padding:10px 0 0;
	margin:0;
	overflow:hidden;
	background:url(../images/bastabs.jpg) #eeeac2 bottom no-repeat;
}

.le_filet {
	width:559px;
	overflow:hidden;
	padding:6px 0 0 0;
	height:auto;
	background:url(../images/filet.jpg) top repeat-y;
}

.le_tabs ul {
	width:559px;
	height:31px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	background:url(../images/fd_ul.jpg) top no-repeat;
}

.le_tabs ul li {
	float:left;
}

.le_tabs ul li a {
	display:block;
	font-size:16px;
	font-family:'Philosopher';
	text-decoration:none;
	width:185px;
	font-weight:bold;
	height:31px;
	line-height:31px;
	text-align:center;
	text-shadow:1px 1px 1px #fff;
}

.le_tabs ul li a:hover {
	background:url(../images/over.png) top no-repeat;
}

.c1 {
	color:#cc3300;
}
.c2 {
	color:#10559a;
}
.c3 {
	color:#eb7400;
}

.tpl {
	width:263px;
	height:102px;
	float:left;
	margin:0 6px 12px 5px;
	display:inline;
}

.tpl a {
	width:263px;
	height:102px;
	display:block;
	cursor:pointer;
	text-decoration:none;
}

.tpl:hover {
	background:#fbf8de;
}

.imgtabs {
	width:87px;
	height:102px;
	display:inline;
	float:left;
	margin-right:8px;
}

.imgtabs img {
	display:block;
	margin:0 auto;
}

.titletabs {
	float:right;
	text-align:left;
	display:block;
	font-size:12px;
	width:168px;
	font-weight:bold;
	color:#3b3b3b;
	line-height:15px;
	margin-bottom:4px;
}

.pricetabs {
	float:right;
	width:168px;
	font-size:20px;
	color:#cc3300;
}

.pricetabs span.normalprice {
	font-size:13px;
	font-weight:100;
}
.pricetabs span.productSpecialPrice {
	font-size:20px;
	color:#cc3300;
}
.pricetabs span.productPriceDiscount {
	font-size:12px;
	color:#ff8400;
	font-weight:bold;
}

/*
Le_carousel
**************************************/

.le_caroussel {
	width:559px;
	height:254px !important;
}

.unediv {
	width:559px;
	height:254px;
	display:block;
	position:relative;
	background:url(../images/fond_caroussel.jpg) 0 0 no-repeat;
}

#unediv0 {
	background-position:0 0;
}
#unediv1 {
	background-position:0 -254px;
}
#unediv2 {
	background-position:0 -508px;
}
#unediv3 {
	background-position:0 -762px;
}
#unediv4 {
	background-position:0 -1016px;
}
#unediv5 {
	background-position:0 -1270px;
}
#unediv6 {
	background-position:0 -1524px;
}

.sloganbox {
	position:absolute;
	bottom:10px;
	right:8px;
	z-index:1;
	font-size:20px;
	font-family:'Philosopher';
	text-shadow:1px 1px 1px #333;
	font-weight:100;
	width:auto;
	color:#fff;
	padding:0 !important;
	height:auto;
	text-align:right;
}

.blox {
	width:287px;
	height:132px;
	display:inline-block;
	position:relative;
	margin:56px 0 0 10px;
}

.blox a {
	display:block;
	cursor:pointer;
	width:287px;
	height:132px;
	text-decoration:none;
}

span.titleblox {
	width:180px;
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#5f991d;
	margin-bottom:4px;
	line-height:15px;
	text-shadow:1px 1px 1px #fff;
}
span.imgblox {
	width:99px;
	height:132px;
	display:inline-block;
	float:left;
	margin-right:8px;
}

.imgblox img {
	display:block;
	margin:0 auto;
}
span.priceblox {
	width:180px;
	float:left;
	font-size:20px;
	font-weight:bold;
	color:#cc3300;

}

span.detail {
	display:block;
	width:47px;
	font-weight:bold;
	height:25px;
	text-align:center;
	line-height:25px;
	font-size:12px;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	position:absolute;
	bottom:0;
	left:107px;
	z-index:1;
	background:url(../images/detail.png) top left no-repeat;
}

.panierajout {
	display:block;
	width:117px !important;
	height:25px !important;
	text-align:center;
	line-height:25px;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	position:absolute;
	bottom:0;
	right:5px;
	z-index:1;
	background:url(../images/panier.png) top left no-repeat;
}

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

.centerBoxContentsProducts {
	width:279px !important;
}

.pdtlist {
	width:275px;
	height:147px;
	background:url(../images/fd.jpg) top left no-repeat;
	display:block;
	margin-bottom:12px;
	position:relative;
}

.pdtlist:hover {
	background-position:top right;
}

.pdtlist h2 {
	font-size:12px;
	float:left;
	margin-top:10px;
	color:#3b3b3b;
	width:168px;
	display:block;
	margin-bottom:4px;
	line-height:14px;
}

.pdtlist h2 a {
	text-decoration:none;
}

.imglist {
	width:79px;
	height:118px;
	display:inline-block;
	float:left;
	margin:10px;
}

.imglist img {
	display:block;
	margin:0 auto;
}

.pricelist {
	width:168px;
	float:left;
	font-size:20px;
	font-weight:bold;
	color:#cc3300;
	text-align:left;
}

.pricelist span#normalprice {
	font-size:12px;
	font-weight:100;
	color:#5b5b5b;
}
.pricelist span#productSpecialPrice {
	font-size:20px;
	color:#cc3300;
}
.pricelist span#productPriceDiscount {
	font-size:12px;
	font-weight:100;
	color:#ff8400;
}

.detaillist {
	width:47px;
	height:25px;
	display:block;
	background:url(../images/detail.png) top left no-repeat;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	line-height:25px;
	font-weight:bold;
	text-shadow:1px 1px 1px #333;
	position:absolute;
	text-align:center;
	bottom:10px;
	left:98px;
	z-index:1;
}

a.ajoutlist {
	width:117px !important;
	height:25px !important;
	display:block;
	background:url(../images/panier.png) top left no-repeat;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	line-height:25px;
	font-weight:bold;
	text-shadow:1px 1px 1px #333;
	position:absolute;
	text-align:center;
	bottom:10px;
	right:10px;
	z-index:1;

}

/*
DETAIL
*******************************************/

.blocacheter {
	width:557px;
	height:227px;
	background:url(../images/fddetail.jpg) top repeat-x;
	border-top:1px solid #d0cca2;
	border-left:1px solid #d0cca2;
	position:relative;
	border-right:1px solid #d0cca2;
}


#productMainImage {
	width:auto;
	height:200px;
	display:inline-block;
	float:left;
	margin:11px 11px 0 11px;
}

.infobloc {
	width:300px;
	height:auto;
	float:left;
	display:inline;
	margin-top:11px;
}

.infobloc p {
	padding:0 !important;
}

#productPrices {
	width:100%;
	height:auto;
	font-size:26px;
	font-weight:bold;
	color:#cc3300;
	margin-bottom:10px;
}

#productPrices span#normalprice {
	font-size:15px;
	font-weight:100;
	color:#5b5b5b;
}
#productPrices span#productSpecialPrice {
	font-size:26px;
	font-weight:bold;
	color:#cc3300;
}
#productPrices span#productPriceDiscount {
	font-size:15px;
	font-weight:100;
	color:#ff8400;
}

ul#productDetailsList {
	margin:0;
	padding:0;
	list-style:none;
}

#productDescription {
	font-size:12px !important;
	color:#2A2A2A !important;
	margin-bottom:15px;
}

#productDescription p {
	padding-bottom:0 !important;
}

#productAdditionalImages {
	padding:0 0 0 0;
	margin-bottom:15px;
	background:url(../images/filet_detail.jpg) bottom no-repeat;
}

.additionalImages {
	margin:10px 0 1px 0;
}

input.placer {
	margin:0 !important;
	padding:0 0 0 25px !important;
	width:199px;
	height:43px;
	display:block;
	background:url(../images/btnajouter.jpg) top no-repeat;
	position:absolute;
	bottom:1px;
	font-size:16px;
	text-shadow:1px 1px 1px #333;
	right:-1px;
	z-index:1;
}

#blocajout {
	width: 343px;
	height:auto;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
}

#blocqte {
	width:auto;
	height:auto;
	float:left;
	margin-bottom:16px;
}

.choix, .choix2 {
	width:16px;
	height:23px;
	display:block;
	float:left;
	margin:0;
	padding:0;
	cursor:pointer;
}

#cartAdd {
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	float:left;
}

#cartAdd input#quantity {
	height:19px;
	text-align:center;
}

#blocqte p {
	width:auto;
	height:auto;
	float:left;
	margin-top:3px;
	display:inline;
	margin-right:3px;
}

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

.popup {
	display:none;
	position:absolute;
	width:187px;
	overflow:hidden;
	height:177px;
	background:url(../images/popup.png) top no-repeat;
	top:-150px;
	left:-48px;
	z-index:15;
}

#crossSell {
	width:559px;
	height:140px;
	background:url(../images/fdxsell.jpg) bottom no-repeat;
}

#crossSell h2 {
	margin-bottom:10px;
}

.centerBoxContentsCrossSell {
	margin:0 10px 0;	
	width:118px !important;
	position:relative;
}

.popup a {
	width:187px;
	height:177px;
	display:block;
	cursor:pointer;
	text-decoration:none;
}

span.titlesell {
	width:157px;
	display:block;
	margin:15px auto 10px;
	font-size:12px;
	color:#2A2A2A;
	font-weight:bold;
	text-align:center;
	text-transform:none;
	line-height:15px;
}

div.price_sell {
	width:157px;
	display:block;
	margin:0 auto 10px;
	font-size:20px;
	font-weight:bold;
	color:#cc3300;
	text-align:center;
}

span.detailpop {
	width:93px;
	height:28px;
	display:block;
	background:url(../images/btndetailsell.jpg) top no-repeat;
	line-height:26px;
	font-size:12px;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	text-align:center;
	font-weight:bold;
	margin:0 auto;
}

span.detailpop:hover, input.placer:hover, a.detaillist:hover, a.ajoutlist:hover, span.detail:hover, a.panierajout:hover {
	color:#2A2A2A !important;
	text-shadow:1px 1px 1px #F5F5F5 !important;
}


/* JCodaSlider */

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

	.coda-slider-wrapper { padding:0; width:557px; height:254px; position:relative; display:block; margin:0 0 15px 0;}
	.coda-slider { background: #ebebeb; }
	
	/* 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: 557px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 547px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 5px 0 0 5px; display:inline; }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px; }
	
	.panel-wrapper { width:549px; height:187px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center; }

/* 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; position:absolute;
	top: 219px; left:5px; z-index:1; }
	.coda-nav ul li { display: inline; float:left; margin:0 1px; }
	.coda-nav ul li a { width:21px; height:21px; display:block; background:url(../images/bulleon.png) top no-repeat;}
	.coda-nav ul li a:hover, a.current{ background:url(../images/bulleoff.png) top no-repeat !important; }
	
	/* 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; }
	
	
	#coda-nav-left-1 {  display:none; }
	#coda-nav-right-1 { display:none; }
	
	#coda-nav-1 { width:557px !important; height:15px; position:absolute; top:5px; left:0; z-index:5; background:url(../gifs/diapo_control.png) top no-repeat; /background:url(../gifs/diapo_control.gif) top no-repeat; }
	
	
	/* UI TABS */

.le_tabs {
	height:auto;
}
/*
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
}
ul.tabs li {
	float: left;
	position:relative;
	margin-right:2px;
}
ul.tabs li a {
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	background:url(../images/tab_off.jpg) top no-repeat;
	width:226px;
	height:30px;
	display:block;
	line-height:30px;
	color:#fff;
	text-shadow:1px 1px 1px #777 !important;
	text-align:center;
}

*/
ul.tabs li a:hover, ul.tabs li a.current_li, ul.tabs li.active a {
	background:transparent url(../images/over.png) no-repeat scroll center top !important;
	/*color:#009acf !important;*/
	text-shadow:1px 1px 0 #fff !important;
}	

/*
.tabs1 {
	width:779px;
	height:302px;
	margin-top: -1px;
	background:url(../images/tab_board.jpg) top no-repeat;	
}
*/
.tab_content {
	padding:20px 0 0 11px;
	width:548px;
} 
	
	
	
#menuref {
	background:none;
	color:#eee;
	padding:15px 0 10px 0
}

#menuref a, #menuref a:visited {
	color:#eee;
}

.contfooter {
	/*float:left;
	width:80px;
	padding:0 1px 0 1px;*/
	margin:0 10px 5px 10px;
	/*border-bottom:1px solid #8CC63F;*/
	background:url(../images/footer_line.jpg) bottom repeat-x;
	padding-bottom:7px;
	height:100%;
}

.contfooter a:hover {
	text-decoration:none;
	color:#EFEAC2 !important;
}

.col1 {
	/*padding-bottom:5px;*/
	float:left;
	width:140px;
	padding:0 3px 0 0;
	text-align:right;
}

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

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


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

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

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

#checkout-payment-3dsecure {
	background:#FFFFCC;
	border:1px solid #FFCC66;
	padding:5px;
	text-align:left;
}

/*
END NORMAL****************************/


/* 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; }


/* News */
.newsHeadlineText {
  text-align: right;
  font-size: .9em;
  margin: 0 1.5em 0 1.5em;
}
.newsHeadlineText IMG {
  vertical-align: middle;
}
.newsHeader {
  margin-bottom: 10px;
}

p.articleHeading {
  text-align:left;
  text-decoration:underline;
  font-weight: bold;
  font-size: 17px;
  padding: 0 2em 0 2em;
  margin: 0 1.5em 0 1.5em;
  margin: 0em;
  color: #395D10;
  font-family: 'Philosopher';
}
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 1.5em 0 1.5em;
  padding: 0;
  width:542px;
  font-size:13px;
  text-align:justify;
}

div.imageArticle { 
  text-align:center;
}


IMG.articleImage { border: 3px double #9a9a9a; background: #666666; 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: 20px 0px; }
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: #666666; 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: #666666; 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: #395D10; padding: 0; margin: 0 1.5em 0 1.5em; }
.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; }


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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;
}


#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;
}


#mainWrapper {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
}


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

#newsletter {
	background-color:#FFFFFF;
	/*background-image: url(../images/header/fdmailing.jpg);*/
	height: 25px;
}

#buttonNews {
 vertical-align:middle;
}

.newsText {
	margin:0;
	padding:0px;
	position:relative;
	top:3px;
}

#navMain {
	width:999px;
	height:200px;
	z-index:1;
	position:relative;
}

#logo {
	width:290px;
	height:183px;
	background:url(../images/header/logo.png) top no-repeat;
	display:block;
	position:absolute;
	top:17px;
	left:-11px;
	z-index:1;
}

.slogan {
	width:auto;
	height:auto;
	position:absolute;
	top:122px;
	left:295px;
	z-index:1;
	font-size:25px;
	color:#e5e5e5;
	font-family:'Yanone Kaffeesatz';
	text-shadow:1px 1px 1px #598f25;
}

.slogan span {
	display:block;
	width:40px;
	height:10px;
	float:left;
}

ul.mynav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	right:0;
	z-index:3;
	width:auto;
}

ul.mynav li {
	float:left;
	margin-right:5px;
	display:inline;
}

ul.mynav li a {
	width:106px;
	height:27px;
	line-height:25px;
	display:block;
	text-decoration:none;
	color:#2a2a2a;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
	font-size:12px;
}

ul.mynav li a:hover {
	background:url(../images/header/fdul.jpg) top no-repeat !important;
	color:#fff !important;
	text-shadow:1px 1px 1px #333;
}

.panier {
	width:286px;
	height:auto;
	position:absolute;
	bottom:6px;
	right:0;
	z-index:1;
}

.panier a {
	padding-left:142px;
	background:url(../images/header/panier.jpg) top left no-repeat;
	height:113px;
	width:auto;
	color:#fff;
	display:block;
	cursor:pointer;
	text-decoration:none;
}

.panier span.title {
	font-family:'Philosopher';
	font-size:25px;
	display:block;
	color:#cc3300;
	padding:20px 0 10px;
	text-align:left;
	text-shadow:1px 1px 1px #fff;
}

.panier span.total {
	font-size:22px;
	font-weight:bold;
	color:#ffee00;
	text-align:left;
	padding:0 0 2px 0;
	display:block;
	text-shadow:1px 1px 1px #333;
}

.panier span.article {
	font-size:13px;
	font-weight:bold;
	display:block;
	text-align:left;
	text-shadow:1px 1px 1px #333;
}

.panier a:hover {
	color:#ffee00 !important;
	text-decoration:none;
}

/* CSS Document */

#navColumnOneWrapper {
	padding-top: 252px;
	/padding-top:262px;
} 
#navColumnTwoWrapper {
	padding:0;
} 

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	vertical-align: top;
}
.columnRight {}

/* Style pour l'affichage vertical de categories */
#categories {
	background:none;
	border: 0;
	margin: 0;
	z-index:5;
}
#categoriesContent {
	margin:0;
	padding:0;
	z-index:5;
}
#shoppingcartContent, #derniersproduitsconsultessideboxContent {
	padding: 0 5px 10px 5px; /* 18px: taille du foote */
	height:100%;
}

.titlebox {
	font-size:25px;
	font-family:'Philosopher';
	color:#6c363f;
	text-shadow:1px 1px 0 #ffffff;
	margin:10px;
}

/*#categoriesContent ul {
	list-style: none;
	margin: 0;
	padding:0 0 15px 10px;
	width:220px;
}	

#categoriesContent ul li {
	float:left;
	border-bottom:1px dotted #3d3c35;
	width:210px;
	display:inline;
}

#categoriesContent ul li a {
	font-size:12px;
	font-weight:bold;
	color:#54881a;
	text-decoration:none;
	text-align:left;
	display:block;
	text-shadow:1px 1px 0 #ffffff;
	background:url(../images/puce_menu.jpg) left no-repeat;
	padding:5px 0 5px 10px;
}*/


/* Box */
h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	margin: 0;
	vertical-align:bottom;
}
.sideBoxContent {
	margin:0;
	padding:0;
}

#categoriesHeading {
	margin:0;
	padding:0;
}
#samsideboxHeading{
    /* background:url("../images/header/boutons_r23_c23.jpg");  */ 
	/* height:35px; */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-position: bottom;
}
#shoppingcartHeading {
	background:url("../images/panier.jpg");
	padding: 0px 0px 0 0px;
	height:35px;
	background-position: bottom;
}
#derniersproduitsconsultessideboxHeading {
	background:url("../images/panier.jpg");
	padding: 0px 0px 0 0px;
	height:35px;
	background-position: bottom;
}
#whatsnewHeading {
	background:url("../images/encarts_r9_c8.jpg");
	padding: 0px 0 0 0px;
	height:35px;
	background-position: bottom;	
}
#searchHeading {
	background:url("../images/encarts_r3_c8.jpg");
	padding: 0px 0 0 0px;
	height:35px;
	color: #047;
	background-position: bottom;	
}
#featuredHeading {
	background:url("../images/head_coeur.jpg");
	padding: 0px 0 0 0px;
	height:35px;
	background-position: bottom;	
}
#loginboxHeading {
	background:url("../images/header/boutons_r1_c23.jpg");
	padding: 0px 0 0 0px;
	height:35px;
	background-position: bottom;	
}


#tellafriendHeading, #specialsHeading, #informationHeading {
	background:url("../images/encartinfos.jpg");

	height:35px;
	color: #047;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-position: bottom;
}


#specialsHeading{
	background:url("../images/encarts_r8_c1.jpg");
	padding: 0px 0 0 0px;
	height:35px;
	color: #047;
	background-position: bottom;
}


/*
BOX CONSEIL
*****************************/

#conseil {
	width:220px !important;
	height:195px;
	display:block;
	margin:0 auto;
}

#conseil a {
	width:220px;
	height:195px;
	display:block;
	background:url(../images/boxconseils.jpg) top no-repeat;
}

/*
BOX RECHERCHE
*****************************/

#search {
	width:210px !important;
	height:47px;
	display:block;
	clear:both;
	position:relative;
	background:url(../images/fdsearch.jpg) top no-repeat;
	margin:15px auto;
}

#search input.email_news {
	width: 144px !important;
	height: 20px;
	margin-top: 8px;
	font-size:12px;
	border:none;
	font-weight:bold;
	background:none;
	color:#7f561e;
	text-shadow:1px 1px 1px #f6f4e1;
	padding:0 8px;
}

#search input.button_search {
	margin:0 !important;
	padding:0 !important;
	text-align:center;
	width:20px;
	height:20px;
	display:block;
	background:none !important;
	border:none;
	font-size:12px;
	font-weight:100;
	color:#2A2A2A;
	text-shadow:1px 1px 1px #f6f4e1;
	position:absolute;
	top:8px;
	right:10px;
	z-index:1;
}

#search a {
	font-size:11px;
	font-weight:100;
	color:#2A2A2A;
	text-decoration:none;
	display:block;
	position:absolute;
	bottom:0;
	left:8px;
	z-index:1;
	text-shadow:1px 1px 1px #f6f4e1;
}

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

.linktop {
	font-family:'Philosopher';
	font-size:22px;
	color:#fff;
	text-shadow:1px 1px 1px #777;
	text-align:left;
	padding-left: 29px;
	padding-top: 13px;
	padding-bottom: 20px;
	text-decoration:none;
	display:block;
	margin:0;
}

.linktop:hover {
	color:#CCC;
}

#bestsellers {
	width:220px;
	height:287px;
	background:url(../images/boxtopventes.jpg) top no-repeat;
	display:block;
	position:relative;
	margin:0 auto 10px;
}

#bestsellers a.leproduit {
	width:220px;
	height:auto;
	overflow:hidden;
	text-decoration:none;
	cursor:pointer;
	color:#464646;
}

#bestsellers a.leproduit:hover {
	color:#777 !important;
}

span.titletop {
	width:190px;
	height:54px;
	display:block;
	font-size:13px;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
	text-align:center;
	line-height:18px;
	margin:0 auto 5px;
}

span.imgtop {
	width:134px;
	height:152px;
	margin:0;
	margin-left: 26px;
	display:block;
}

.imgtop img {
	margin:0 auto;
	display:block;
	border:2px solid #8cca45;
}

.pricetop {
	width:83px;
	height:54px;
	display:block;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-shadow:1px 1px 1px #333;
	padding:30px 0 0 0;
	background:url(../images/bulle_prix.png) top no-repeat;
	position:absolute;
	top:125px;
	right:30px;
	z-index:1;
}


/*
BOX COMPte
********************************/

#loginbox .titlebox {
	font-size:20px;
	font-weight:100;
	color:#2f4f0b;
	margin:26px 0 12px 16px;
	text-shadow:none;
}

#loginbox ul {
	margin:0;
	padding:0;
	list-style:none;
}

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

#loginbox .champlogin {
	margin:0;
	padding:0;
}

#loginbox .champlogin input, #infosrightnewsletter input.newsText {
	width:142px;
	height:23px;
	background:url(../images/inputcompte.jpg) top no-repeat;
	display:block;
	border:none;
	margin:0 0 5px 16px;
	font-size:11px;
	color:#fff;
	padding:0 5px;
}

.mise {
	margin:0 0 5px 16px;
}

#loginbox a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 1px #333;
	padding-left:16px;
	height:auto;
}

/*
SIDEBOX
*********************/

#sidebox {
	width:190px;
	height:200px;
	display:block;
	background:url(../images/sidebox.jpg) top no-repeat;
	margin:8px auto 0;
	padding-top:22px;
	position:relative;
}

.cote_box {
	width:6px;
	height:200px;
	display:block;
	background:url(../images/cote_box.jpg) top no-repeat;
	position:absolute;
	top:0;
	right:-6px;
	z-index:1;
}

.fidelite {
	width:161px;
	height:97px;
	display:block;
	margin:0 0 0 13px;
	background:url(../images/fidelite.jpg) top left no-repeat;
}

.livraison {
	width:161px;
	height:97px;
	display:block;
	margin:19px 0 0 13px;
	background:url(../images/livraison.jpg) top left no-repeat;
}

.fidelite:hover, .livraison:hover {
	background-position:top right;
}

.paiement {
	width:161px;
	height:67px;
	display:block;
	margin:14px 0 0 13px;
	background:url(../images/paiement.jpg) top no-repeat;
}

/*
NEWSLETTER
**********************************/

#infosrightnewsletter {
	width:174px;
	height:auto;
	padding-left:16px;
	margin-top:8px;
}

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

#infosrightnewsletter p {
	font-size:11px;
	color:#fff;
	line-height:16px;
	text-align:left;
	text-shadow:1px 1px 1px #333;
}

#infosrightnewsletter .titlebox {
	font-size:20px;
	font-weight:100;
	color:#2f4f0b;
	margin:0 0 12px;
	text-shadow:none;
}

#infosrightnewsletter input.newsText {
	margin-left:0;
}

#infosrightnewsletter #buttonNews {
	margin-top:2px;
}




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

#menu {
	height:auto;
	width:220px;
	margin:0 auto;
	display:block;
	z-index:5;
	position:absolute;
	bottom:-255px;
	left:5px;
}

.sepamenu {
	display:none;
}

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

.relative {
	position:relative;
	/*margin-right:4px;*/
}

.divSsCateg {
	display:none;
	position:absolute;
	top:-50px;
	left:220px;
	background:#777;
	width:774px;
	min-height:315px;
	clear:both;
	z-index:10;
	background:url(../images/top_menu.jpg) top repeat-x #98cf62;
}

span.nbcatproduit {
	font-size:10px;
	font-weight:100 !important;
	color:#333333;
	display:block;
	height:auto;
}

.headcateg {
	border-bottom:1px dotted #3d3c35;
	width:220px;
	height:auto;
	display:block;
}

.headcateg a {
	font-size:12px;
	font-weight:bold;
	color:#54881a;
	text-decoration:none;
	text-align:left;
	display:block;
	text-shadow:1px 1px 0 #ffffff;
	background:url(../images/puce_menu.jpg) left no-repeat;
	padding:5px 0 5px 10px;
}

.headcateg a:hover, .headcateg a.ahover {
	background:url(../images/onglet.jpg) top no-repeat !important;
	color:#fff !important;
	text-shadow:1px 1px 1px #333 !important;
}

.divSsCateg a:hover {
	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;
}

.headcateg a:hover .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:15px 0 10px 0;
	/*background-color:#FFFFFF;
	width:353px;*/
	width:258px;
}

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, .colNoeudTitle a, .colNoeudTitle a:visited {
	color:#202020;
	font-size:13px;
	display:block;
	text-decoration:none;
	padding:4px;
	border:1px solid #fff;
}

ul.noeud li a, ul.noeud li a:visited {
	color:#336105;
	font-size:12px;
	text-decoration:none;
	display:block;
	padding:4px;
	border:none;
}

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

ul.feuille li a:hover, .colNoeudTitle a:hover {
	text-decoration:none !important;
	font-size:14px !important;
	font-weight:bold !important;
	color:#202020 !important;
	background:#fff !important;
}

.colNoeudTitle {
	margin:0 10px 0 10px;
	border:none;
}

.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;
}

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

/* 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;
}

.iconecateg {
	width:150px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.iconecateg a {
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}

.iconecateg a:hover {
	color:#000000;
}

.iconecateg a img {
	border:1px solid #000000;
}

.iconecateg a:hover img {
	border-color:#000000;
}

/*------------------Actualités------------------------*/

.btnarchive {
	width:87px;
	height:28px;
	background:url(../images/btnarchives.jpg) top no-repeat;
	display:block;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 1px #333;
	text-align:left;
	padding:6px 0 0 5px;
	margin-left:20px;
}

.btnarchive:hover, .lirelasuite:hover {
	color:#000 !important;
	text-shadow:1px 1px 1px #c2de2a !important;
}

.lienarchives {
	padding:5px;
	background:#F5F5F5;
	border:1px solid #ccc;
	display:inline;
	line-height:16px;
	text-decoration:none !important;
}

.lienarchives:hover {
	border:1px solid #619C1F;
	color:#619C1F;
}

.liendate {
	font-weight:bold;
	text-decoration:none !important;
}

.liendate:hover {
	color:#2A2A2A !important;
}

.lirelasuite {
	clear:both;
	width:87px;
	height:24px;
	background:url(../images/btnsuite.jpg) top no-repeat;
	display:block;
	clear:both;
	margin-top:20px;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 1px #333;
	text-align:left;
	padding:3px 0 0 5px;
	float:right;
}
