@import url(colorbox.css);
/*-basics-----------------------------*/
* {
	margin:0;
	padding:0;
	font-weight: normal;font-style: normal;	font-family:Verdana,sans-serif;
	list-style:none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
}

body {
	/*delete after CHRISTMAS :  background:#F0F0E3 url(images/bg_body_wood.jpg) 50% 0; */
	background:#F0F0E3 url(images/bg_body2.jpg);		
	min-height:100%; height: 100%;
	line-height:18px;
	color:#5D522B;
	font-size: 12px;
}
#sous_body{
	/*delete after CHRISTMAS : background:transparent url(images/bg_body_noel.jpg) 50% 0 no-repeat;*/	
	min-height:100%; height: 100%;	
	position:relative;
}

img{
	display:block;
}
/*-listes----------------------------*/

#menu ul {
	width:100%;
	background: url(images/bg_menu.gif) repeat-x;
	list-style:none;
	z-index:10;
}

#menu li.lien{
	float:left;
	width:159px;
	position:relative;	
	text-align:center;
	background: url(images/sep_menu.gif) no-repeat;
	border:0; padding:0; margin:0;
	z-index:2;	
}

#menu li.lien a.menutop{
	color:#E0F0C6;
	display:block;
	font: bold 11px verdana,"trebuchet MS",sans-serif;
	text-decoration:none;	
	width:100%;
	padding:10px 0 8px;
	height:17px;
}

#menu li.lien#panier, #menu li.lien#panieractif{
	height:29px; 
	overflow:hidden; 
	position:absolute; 
	right:0; 	
	width:16.4%;
}

#menu li.lien#panier a{
	background: url(images/bg_panier.gif) repeat-x;
}#menu li.lien#panieractif a{
	background: url(images/bg_menu_panier_actif.gif) repeat-x;
	color:#fff;
}
#menu li a.menutop:hover, #menu li a.menutop:focus, #menu li a.menutop:active {
	background: url(images/bg_menu_hover.gif) repeat-x; 
}
#menu li a.menutop:active {
	color:#E0F0C6;
}

#menu_gauche ul {
	margin_top:3px;
	border-bottom:1px solid #516D21;
	padding:10px 0;
}

#menu_gauche li{		
	list-style-type: none;
	line-height:20px;
	margin:0 0 5px 13px;
	padding:0 7px 0 0px;
}
.menu_ul a, .menu_ul a:visited{
	color:#EAF3DC;
	padding:0 7px 0 13px;	
	font: normal 11px Tahoma,Arial,sans-serif;
	text-decoration:none;
}
.menu_ul a:hover, .menu_ul a:focus, .menu_ul a:active, .menu_ul a:visited:hover {
	color:#EAF3DC;
	text-decoration:underline;
}
.green_ul a{
	background: url(images/faq/green_puce.gif) no-repeat 0 3px;		
}
.blue_ul a{
	background: url(images/faq/blue_puce.gif) no-repeat 0 3px;		
}

#info li {
	background-repeat: no-repeat;background-position: 0% 50%;
	padding-left:19px;
	margin-left:10px;	
}
#info li#contact {
	background-image: url(images/col_gauche/contact.gif);
}
#info li#livraisons {
	background-image: url(images/col_gauche/livraisons.gif);
}
#info li#faq {
	background-image: url(images/col_gauche/faq.gif);
}
#info li#aide {
	background-image: url(images/col_gauche/aide.gif);
}
#info li#plandusite {
	background-image: url(images/col_gauche/plandusite.gif);
}

/*-structure--------------------------------------------------------------------------------------------*/
#barre_cote{
	position:absolute;
	width:62px;
	top:40px;
	z-index:5000;

}
/*delete after CHRISTMAS :  #barre_cote_partie1{background:url(images/barre_cote/bg_main_wood.png) no-repeat;padding:15px 0 20px;}
#barre_cote_partie2{background:url(images/barre_cote/bg_main_wood.png) no-repeat;padding:15px 0;border-top:1px solid #494132;}*/

#barre_cote_partie1{background:url(images/barre_cote/bg_main.png) no-repeat;padding:15px 0 20px;}
#barre_cote_partie2{background:url(images/barre_cote/bg_main.png) no-repeat;padding:15px 0;border-top:1px solid #afab80;}
a.change_language{
	display:block;
	height:44px;width:43px;margin-left:10px;
	text-indent:-9999px;
}
a#change_francais{
	background:url(images/barre_cote/francais.png) no-repeat;
	background-position:0 -44px;
	
}a#change_francais:hover{background-position:0 0;}
a#change_english{
	background:url(images/barre_cote/english.png) no-repeat;
	background-position:0 -44px;	
	margin-top:15px;	
}a#change_english:hover{background-position:0 0;}
a#change_deutsch{
	background:url(images/barre_cote/deutsch.png) no-repeat;
	background-position:0 -44px;	
	margin-top:15px;	
}a#change_deutsch:hover{background-position:0 0;}
a.change_currency{
	display:block;
	height:41px;width:46px;margin-left:8px;
	text-indent:-9999px;
	background:url(images/barre_cote/devise.png) no-repeat;	
}
a#currency_euros{
	background-position:0 0;	
}a#currency_euros:hover{background-position:0 -41px;}
a#currency_dollars{
	background-position:0 -41px;	
}a#currency_dollars:hover{background-position:0 0;}

#centrage {
	position:relative;
	margin:0 auto 40px;	
	/*delete after CHRISTMAS : background: url(images/bord_gauche_wood.png) repeat-y 0 0;*/
	background: url(images/bord_gauche.png) repeat-y 0 0; 
	width:986px;
}

#bord_left {
	width:100%;	
	/*delete after CHRISTMAS : background: url(images/bord_droit_wood.png) repeat-y 100% 0;*/
	background: url(images/bord_droit.png) repeat-y 100% 0; 
	position:relative;
}

#bord_right {	
	width:100%;
	background: url(images/bords_menu.png) no-repeat 50% 98px;
	position:relative;	
}

#cadre {
	margin:0 13px 0;
	background:#fff url(images/faq/bg_menu_gauche.gif) repeat-y;
	position:relative;
	padding-bottom:30px;	
}

.clear {
	clear:both;
    display: block;
    height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;	
}
.cright {
	clear:right;
}

#header {
	background: url(images/bg_header.gif) repeat-x;
	color:#E0F0C6;
	/*a remettre apres NOEL : */ margin:0 13px;
}
#header_img {
	height:109px;
	background-position:250px 0;
	background-repeat:no-repeat;
}
#logo {
	width:309px;height:87px;
	float:left;
}

#header #infos {
	height:70px; 
	margin-top:8px;
	background:url(images/bg_search_panier.gif) repeat-x;
	float:right;
	text-align:center;
	width:auto !important;
	width:300px;	
}
#contact {
	margin-top:10px;
	position:relative;
	width:100%;
	float:right;
	clear:both;
	text-align:center;
}
#contact a{
	background:url(images/icon_panier.gif) no-repeat 0 6px;
	padding:10px 0 8px 25px;	
	display:inline;
	color:#dce6c8;
}
#search {
	background:url(images/icon_search.gif) no-repeat 0 6px;
	text-align:left;
	padding:7px 10px 0 27px;
	margin-left:15px;
	height:22px;
	float:right;	
}
#search span {
	background: url(images/search_bg.gif) no-repeat;
	display:block;
	float:right;
	height:21px;	
	width:170px;	
}
#search span span {
	background: url(images/search_btn.gif) no-repeat 100% 0;
	padding:0px 1px 2px 5px;
	width:164px;		
		
}
#search input {
	width:135px;height:15px;
	margin-top:4px;
	float:left;
	border:0;	
	color:#345105;
	font-size:11px;
	background-color:transparent;	
}
#search .search_btn {
	margin-top:2px !important;
	margin-top:3px;	
	float:right;
	color:#345105;
	width:29px;height:19px;
	background-color:transparent;
	font: bold 10px verdana,"trebuchet MS",sans-serif;
	cursor:pointer;	
}
#search label {
	padding-top:4px;
	float:right;
	color:#e5efd3;
	font: normal 10px verdana,"trebuchet MS",sans-serif;
	text-transform:uppercase;	
}
#menu {
	width:100%;height:35px;
	background:url(images/bg_menu.gif) repeat-x;
	position:relative;
	z-index:500;
}
#menu_gauche {
	width:196px;
	float:left;
	position:relative;
}

#contenu {
	margin-left:194px;
	padding:35px 20px 5px;		
}

#bottom {
	padding:7px 35px;
	background:#4B7011 url(images/bg_footer.gif) repeat-x;
	text-align:center;
	/*a remettre apres NOEL : */ margin:0 13px;
}

#sep_footer img {
	display:inline;
	margin-left:76px;	
}
#breadCrumb{
	background:url(images/bg_breadcrumb.gif) repeat-x;
	height:29px;
	padding-left:15px;
	font-size:11px;
}
#breadCrumb h2 {
	color:#71663D;
	text-align:left;
	font-size:11px;
	display:inherit;
	margin:0; padding:0;
	margin-top:7px;
	float:left;			
}
#breadCrumb h2 a {
	color:#71663D;
	font-size:11px;
	font-weight:normal;	
	text-decoration:underline;
}
.nongras {
	font: normal 11px verdana,"trebuchet MS",sans-serif;
	line-height:1px;
}
/*-boxes-----------------------------*/

#info_bug_ie {
	height:0px;overflow:hidden;
}

.box{
	margin-top:17px;
	background:#EDEDE8 url(images/faq/bg_menu_title.gif) repeat-y;
}

.boxhead {
	background: url(images/faq/bg_menu_big_title.gif) repeat-y;
	border:1px solid #45601A;
	border-width:1px 0;	
	width:185px;
	padding:5px 2px 7px 9px;
	overflow:hidden;
}
.boxhead2 {
	width:182px;
	border:1px solid #4F6C20;
	border-width:1px 0;		
	margin-bottom:2px;
	width:185px;
	padding:5px 2px 7px 9px;
	overflow:hidden;
}

.boxtitle, .boxtitle a{
	font:bold 11px verdana,"trebuchet MS",sans-serif;;
	text-transform:uppercase;
	text-decoration:none;
}

.greentitle, .greentitle a, .greentitle a:focus, .greentitle a:hover, .greentitle a:visited,.greentitle a:visited:hover{
	color:#EAF3DC;
}
#greenlink a{
	color:#EAF3DC;
	padding:0 7px 0 13px;	
	font:bold 11px verdana,"trebuchet MS",sans-serif;;
	text-transform:uppercase;
	background: url(images/faq/blue_link.gif) no-repeat 0 2px;		
	text-decoration:none;
}
#greenlink  a:hover, #greenlink a:focus, #greenlink a:active{
	color:#EAF3DC;
}

.bluetitle, .bluetitle a, .bluetitle a:focus, .bluetitle a:hover, .bluetitle a:visited,.bluetitle a:visited:hover {
	color:#EAF3DC;
}
#bluelink a{
	color:#EAF3DC;
	padding:0 7px 0 13px;	
	font:bold 11px verdana,"trebuchet MS",sans-serif;;
	text-transform:uppercase;
	background: url(images/faq/green_link.gif) no-repeat 0 2px;		
	text-decoration:none;
}
#bluelink  a:hover, #bluelink a:focus, #bluelink a:active{
	color:#EAF3DC;
}

#headtitle {
	text-align:center;
	font-size:15px;
	color:#81B221;
	margin:25px 0 15px 0;
}

/*-Textes----------------------------------------------- */
h1 {
	font: bold 18px verdana,"trebuchet MS",sans-serif;
	color:#735E12;
}
h1.cat_title {
	margin-bottom:12px;
}
h2 {
	color:#B43F19;
	font: bold 12px verdana,"trebuchet MS",sans-serif;
}

a {
	color:#B43F19;
	text-decoration:underline;
}
a:hover, a:visited:hover {
	color:#DE400D;
	text-decoration:underline;
}
a:visited {
	color:#CB9786;
}

#menu_gauche a.active {
	color:#739F14;
}

#infos a {
	color:#E0F0C6;
	font-size:11px;
	text-decoration:none;	

}
#infos a:hover, #infos a:visited:hover {
	color:#E0F0C6;
	text-decoration:underline;
}

strong, .bold {
font-weight: bold;
} 
em {
	font-style:italic;	
}
#header a {
	color:#E0F0C6;
	font-size:11px;
	text-decoration:none;	

}
#header a:hover, #header a:visited:hover {
	color:#E0F0C6;
	text-decoration:underline;
}

#bottom a, #bottom a:visited {
	color:#E0F0C6;
	font-size:11px;
	text-decoration:none;
}
#bottom a:hover {
	text-decoration:uderline;
	color:#E0F0C6;
}
quotes {
	border-left:2px solid #868A83;
	display:block;
	margin-left:30px;
	padding-left:10px;
}

/* Menu pompage.net */

#menu_top_1 {
	height:19px;
	padding:1px 30px 2px;		 
	/*delete after CHRISTMAS : background:url(images/bg_menutop_snow.gif) no-repeat 0 0;*/
	background:url(images/bg_menutop.gif) no-repeat 0 0;	
}
#menu_top_2 {	
	height:19px;
	text-align:right;	
	float:right;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:10;
}
#nav a {
	display: block;
}
#nav a.firstlink, #nav a.firstlink:hover {
	margin-left:30px;
	text-decoration:none;
}
#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	left: -999em;
	background:#fff url(images/bg_menutop_list.gif) repeat-x 0 100%;
	border:1px solid #CDCEC2;
	padding:10px 30px 10px 20px;
}
#nav li ul a{
	background:url(images/puce1_menutop_list.gif) no-repeat 0px 6px;
	padding-left:20px;	
	color:#5D522B;
}
#nav li ul a.active{
	background:url(images/puce2_menutop_list.gif) no-repeat 0px 6px;
	padding-left:20px;	
	color:#5D522B;	
}
#nav li ul a:hover, #nav li ul a:visited:hover{
	background:url(images/puce2_menutop_list.gif) no-repeat 0px 6px;
	color:#79682C;	
}
#nav li ul li{
	padding:3px 0;
	clear:both;		
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
.menutop_list_puce {
	background:url(images/fleche_menutop.gif) no-repeat 100% 5px;
}

/* banniere top langue*/
#langage_banner_1 {
	background-color:#fefec8;
	width:100%;
	padding:12px 0 10px;
	display:none;
	border-bottom:2px solid #cbb961;
}
#langage_banner_2 { 
	margin:0 auto; 
	width:920px; 
	height:30px; 
	color:#5d522b; 
	padding:4px 20px;
}
#langage_banner_2 a, #langage_banner_2 a:hover {
	text-decoration:none;
}
#langage_banner_2 a.en, #langage_banner_2 a.en:hover {
	background: url(images/switch_language_enflag.gif) no-repeat 0px 2px;
}
#langage_banner_2 a.en:hover {
	background: url(images/switch_language_enflag2.gif) no-repeat 0px 2px;
}
#langage_banner_2 a.fr, #langage_banner_2 a.fr:hover {
	background: url(images/switch_language_frflag.gif) no-repeat 0px 2px;
}
#langage_banner_2 a.fr:hover {
	background: url(images/switch_language_frflag2.gif) no-repeat 0px 2px;
}
#langage_banner_close{
	float:right;
	background: url(images/switch_language_close.gif) no-repeat 100% 5px;
	padding-right:20px;
	cursor:pointer;
}

/*-Menus riches----------------------------------------------- */
#menu h2, #menu h2 a{margin:0;}
.span_menu_deroulant{
	font-weight:bold;
	background:url(images/menu_deroulant/puce_menu_inactif.gif) no-repeat 100% 3px;
	padding-right:18px;
}
#menu li.mega a.menutop:hover, #menu li.mega a.menutop_actif{
	background: url(images/menu_deroulant/bg_menu_hover.gif) repeat-x;
	color:#6e4f05;
}
#menu li.mega a.menutop:hover .span_menu_deroulant, #menu li.mega a.menutop_actif .span_menu_deroulant{
	background:url(images/menu_deroulant/puce_menu_actif.gif) no-repeat 100% 3px;
}
#menu .menu_to_hide {
  display: none;
  text-align:left;
  position: absolute;
  background:#fff;
  top: 35px;
  left: -1px;
  z-index:-1px;
  background-color:#fff;
  border:1px solid #8d670c;
  border-top:0;
  padding-top:10px;
  padding-bottom:10px;    
} 
#menu .menu_to_hide_2 {
  background-color:#8d670c;
  padding-top:10px;
  padding-bottom:20px;  
}
#menu h3 a:hover {
	text-decoration:underline;
}
	/*-selections----------------------------------------------- */
.menu_to_hide_selections{
	width: 492px;  
	padding-left:15px;
	padding-right:30px;
}	
#menu h3{
	display:block;	
	margin:0;	
}
#menu .selection_item a, #menu .selection_item a:visited {
	display:block;
	padding-top:12px;
	padding-left:15px;	
	margin-right:110px;
	height:48px;	
	text-decoration:none;
}#menu .selection_item a:hover {text-decoration:none;background-color:#f7f4ee;}
#menu .selection_item h3{
	padding-bottom:5px;color:#8D670C;
	font: bold 12px verdana,"trebuchet MS",sans-serif;
}
#menu .selection_item p{
	color:#8D670C;
	font: normal 11px verdana,"trebuchet MS",sans-serif;	
}
#menu .selection_item{
	color:#8D670C;
	font: normal 11px verdana,"trebuchet MS",sans-serif;	
	background:url(images/menu_deroulant/separateur.gif) no-repeat 0 100%;	
}
#menu .selection_item img{
	float:right;
}
	/*-accessoires----------------------------------------------- */
.menu_to_hide_accessoires{
	width:460px;
	padding-left:9px;	
	height:210px;
}	
#menu_accessoires_right{
	line-height:18px;
	float:right;
	width:145px;
	color:#8d670c;
	padding:13px 15px 0 15px;
	background:url(images/menu_deroulant/separateur_accessoires.gif) no-repeat 0 50%;	
}
#menu_accessoires_right h3 a, #menu_accessoires_right h3 a:focus, #menu_accessoires_right h3 a:visited {
	color:#8D670C;	
	text-decoration:none;
	font: normal 11px verdana,"trebuchet MS",sans-serif;
	text-decoration:none;
	display:block;
	height:20px;
	padding:9px 6px 1px 20px;
}#menu_accessoires_right h3 a:hover {text-decoration:none;color:#8D670C; background-color:#f7f4ee;	padding:9px 6px 1px 20px;color:#8D670C;}
#menu_accessoires_right  p{
	padding:5px 1px 5px 20px;
	height:20px;
}
#menu_accessoires_left{
	float:left;
	width:265px;
	color:#8d670c;
	background:url(images/menu_deroulant/accessoires_img.jpg) no-repeat 6px 0;
	padding-top:4px;
}
#menu .accessoires_item {
	font: normal 11px verdana,"trebuchet MS",sans-serif;
}

#menu .accessoires_item h3 a, #menu .accessoires_item h3 a:visited {
	color:#8D670C;
	display:block;
	height:28px;	
	text-decoration:none;
	font: bold 11px verdana,"trebuchet MS",sans-serif;
	padding:18px 0 3px 100px;
	margin-left:10px;
	text-decoration:none;
}#menu .accessoires_item h3 a:hover {text-decoration:none;padding:18px 0 3px 100px; background:url(images/menu_deroulant/menu_lien_bg.png) repeat;color:#8D670C;}

	/*-cadeaux----------------------------------------------- */
.menu_to_hide_cadeaux{
	width:560px;
	height:250px;
	padding-left:9px;	
}	
#menu_cadeaux_left{
	float:left;
	background:url(images/menu_deroulant/cadeaux_img.jpg) no-repeat 0 0;
	width:300px;
	padding-top:1px;
	color:#8d670c;	
}	
#menu_cadeaux_right{
	line-height:30px;
	float:right;
	padding-right:7px;
	width:230px;
	color:#8d670c;
	background:url(images/menu_deroulant/separateur_accessoires.gif) no-repeat 0 50%;	
}
#menu_cadeaux_right a {
	padding:16px 10px 5px 20px;
	display:block;	
}#menu_cadeaux_right a:hover {background-color:#f7f4ee;}	

	/*-absinthes----------------------------------------------- */
.menu_to_hide_absinthe{
	width:634px;
	padding-left:9px;	
}
#menu_absinthes	{
	width:634px;
	height:210px;
	padding-top:1px;
}
#menu .absinthe_item h3 a, #menu .absinthe_item h3 a:visited {
	color:#8D670C;
	display:block;
	height:28px;	
	text-decoration:none;
	font: bold 11px verdana,"trebuchet MS",sans-serif;
	padding:18px 0 3px 100px;
	margin-left:5px;
	text-decoration:none;	
}#menu .absinthe_item h3 a:hover {text-decoration:none;background:url(images/menu_deroulant/menu_lien_bg.png) repeat;}

.menu_absinthe{
	font: normal 11px verdana,"trebuchet MS",sans-serif;
	color:#8d670c;
}
.menu_absinthe h3 a, .menu_absinthe h3 a:visited {
	color:#8D670C;	
	text-decoration:none;
	font: normal 11px verdana,"trebuchet MS",sans-serif;
	text-decoration:none;	
}.menu_absinthe h3 a:hover {text-decoration:underline;}	

#menu_absinthe_left{
	float:left;
	width:261px;
	padding-top:2px;
}

#menu_absinthe_middle{
	float:left; width:143px;
	line-height:30px;	
	padding:11px 0 0 25px;
}
#menu_absinthe_middle h3 a, #menu_absinthe_middle h3 a:visited {
	color:#8D670C;	
	text-decoration:none;
	display:block;
	font: normal 11px verdana,"trebuchet MS",sans-serif;
	text-decoration:none;	
	height:15px;
	padding:8px 5px 7px 20px;	
}#menu_absinthe_middle h3 a:hover {text-decoration:none;background-color:#f7f4ee;color:#8D670C;}
#menu_absinthe_middle p{
	height:15px;
	padding:0 5px 15px 20px;	
}
#menu_absinthe_right{
	line-height:25px;
	float:right; width:145px;
	padding:14px 20px 0 0;
}	
#menu_absinthe_right h3 a, #menu_absinthe_right h3 a:visited {
	color:#8D670C;	
	text-decoration:none;
	display:block;
	font: normal 11px verdana,"trebuchet MS",sans-serif;
	text-decoration:none;	
	height:15px;
	padding:6px 5px 4px 20px;	
}#menu_absinthe_right h3 a:hover {text-decoration:none;background-color:#f7f4ee;color:#8D670C;}
#menu_absinthe_right p{
	height:15px;
	padding:0 5px 10px 20px;	
}
	
