/*-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 {
	/*a supprimer apres NOEL : background:#F0F0E3 url(images/bg_noel_2009.gif) no-repeat 50% 0;  */
	/*a remettre apres NOEL :*/  background:#F0F0E3 url(images/bg_body.jpg);	
	min-height:100%; height: 100%;
	line-height:18px;
	color:#5D522B;
	font-size: 12px;
}
/*-listes----------------------------*/

#menu ul {
	width:100%;
	background: url(images/bg_menu.gif) repeat-x;
	list-style:none;
}

#menu li.lien{
	float:left;
	width:159px;	
	text-align:center;
	background: url(images/sep_menu.gif) no-repeat;
	border:0; padding:0; margin:0;
}

#menu li.lien a{
	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:hover, #menu li a:focus, #menu li a:active, #menu li#panier a:hover, #menu li#panier a:focus, #menu#panier li a:active {
	background: url(images/bg_menu_hover.gif) repeat-x; 
}
#menu li a:active {
	color:#E0F0C6;
}

/*-structure--------------------------------------------------------------------------------------------*/

#centrage {
	position:relative;
	margin:0 auto 40px;
	width:986px;	
}

#bord_left {
	width:100%;	
	/*a remettre apres NOEL : */ background: url(images/bord_gauche.jpg) repeat-y;	background-position:left;
	background-color:#fff;
	position:relative;
	/*a supprimer apres NOEL :  margin:0 13px 0;	*/
}

#bord_right {	
	width:100%;
	/*a remettre apres NOEL : */ background: url(images/bord_droit.jpg) repeat-y;background-position:right;
	position:relative;	
}

#cadre {
	margin:0 13px 0;
	padding-bottom:50px;
	position:relative;
}

.clear {
	clear:both;
    display: block;
    height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;	
}
.cright {
	clear:right;
}


#header {
	height:109px;
	background: url(images/bg_header.gif) repeat-x;
	color:#E0F0C6;
	font-family:Verdana,sans-serif;
	line-height:18px;
	/*a remettre apres NOEL : */ margin:0 13px;
}
#header_img {
	height:109px;
	background-position:100% 0;
	background-repeat:no-repeat;
}

#logo {
	width:309px;height:87px;
	float:left;
}

#header #infos {
	width:600px;height:42px;
	float:right;
	text-align:right;
}
#contact {
	margin:18px 20px 0 15px;
	position:relative;
	float:right;	
	clear:both;
	width:190px;
	text-align:center;
	background:url(images/btn_panier_bg.gif) no-repeat;	
}
#contact a{
	display:block;
	height:31px;
	padding:15px 50px 0 20px;
	background:url(images/btn_panier.gif) no-repeat 100% 0;		
}
#search {
	text-align:left;
	padding:0 2px 0 10px;
	margin-top:3px;
	width:269px;
	height:23px;
	float:right;	
}
#search span {
	background: url(images/search_bg.gif) no-repeat;
	display:block;
	float:right;
	height:23px;	
	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:#71663d;
	font-size:11px;
	background-color:transparent;	
}
#search .search_btn {
	margin-top:2px !important;
	margin-top:3px;	
	float:right;
	color:#f9f9f3;
	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:#71663d;
	font: bold 11px verdana,"trebuchet MS",sans-serif;	
}

#paniers {
	float:left;
	width:118px;height:17px;
	background: url(images/panier.gif) no-repeat;	
	margin-left:184px;	
}

#menu {
	width:100%;height:35px;
	background:url(images/bg_menu.gif) repeat-x;
	position:relative;
}


#contenu {
	padding:0 20px 0;		
}

#bottom {
	padding:7px 35px;
	background:#4B7011 url(images/bg_footer.gif) repeat-x;
	text-align:center;
	margin:0 13px;
}

#sep_footer img {
	display:inline;
}
#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;
}

#breadCrumb h2 a:hover { 
	color:#8A8A84;	
}

.nongras {
	font: normal 11px verdana,"trebuchet MS",sans-serif;
	line-height:1px;
}

.no_image {
	border:1px solid #EBEBE6;
	padding:0px;
	text-align:center;
	font: normal 10px verdana,"trebuchet MS",sans-serif;
	color:#A6A69C;
	line-height:24px;
}

#process_img {
	width:920px;
	margin:20px auto 0;
}
.no_image {
	border:1px solid #EBEBE6;
	padding:0px;
	text-align:center;
	font: normal 10px verdana,"trebuchet MS",sans-serif;
	color:#A6A69C;
	line-height:24px;
}
/*-Textes----------------------------------------------- */
.price {
	color:#C36021;
	font-size:12px;
}
.price2 {
	color:#FFF;
	line-height:19px;
	font-size:14px;
	background:transparent url(images/product_info/bg_prix_2.gif) no-repeat 100% 1px;
}
#price_box {
	background:transparent url(images/product_info/bg_prix_1.gif) no-repeat 0 1px; 
	width:100px; height:19px;
	margin:15px auto 6px;
}
#specialprice_box {
	background:transparent url(images/product_info/bg_specialprix_1.gif) no-repeat 0 1px; 
	width:130px; height:19px;
	margin:5px auto 6px;
}
.price3 {
	color:#C36021;
	line-height:19px;
	font-size:12px;
	background:transparent url(images/product_info/bg_specialprix_2.gif) no-repeat 100% 1px;
}

.productSpecialPrice {
	text-decoration:line-through;
	font-size:12px;
	color:#C36021;	
}

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;
}
.greentitle {
	color:#70A400;
}

#bottom a, #bottom a:visited {
	color:#E0F0C6;
	font-size:11px;
	text-decoration:none;
}
#bottom a:hover {
	text-decoration:uderline;
	color:#E0F0C6;
}

.puce_fleche {
	background:url(images/puce_fleche.gif) no-repeat 0px 2px;
	padding-left:21px;
}

#switch_language {
	position:relative;
	height:42px;
	background:url(images/switch_language_bg1.gif) repeat-x;
}

#switch_language #switch_content {
	width:920px;height:34px;
	margin:0 auto;
	padding:4px 20px;
	color:#fff;
	background:url(images/switch_language_bg2.gif) repeat-x;	
}
#switch_language #switch_close {
	float:right;
	background:url(images/switch_language_close.gif) no-repeat 100% 4px;
	padding-right:20px;	
}
#switch_language #switch_flags {
	background:url(images/switch_language_enflag.gif) no-repeat 100% 4px;
	padding-right:50px;
	margin-left:30px;
	display:block;
	float:left;
}#switch_language #switch_flags:hover {background:url(images/switch_language_enflag2.gif) no-repeat 100% 4px;}
#switch_language #switch_welcome {
	font-weight:bold;
	float:left;
}
#switch_language a, #switch_language a:visited{
	color:#fff;
	text-decoration:none;
}
#switch_language a:hover{
	color:#D6FF8F;
	cursor:pointer;
}

span.underline {
	text-decoration:underline;
}

/* Menu pompage.net */

#menu_top_1 {
	height:19px;
	padding:1px 20px 2px;		 
	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:url(images/switch_language_bg1.gif) repeat-x;
	width:100%;
	height:36px;
	display:none
}
#langage_banner_2 {
	background:url(images/switch_language_bg2.gif) repeat-x;  
	margin:0 auto; 
	width:920px; 
	height:30px; 
	color:#fff; 
	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;
}