@charset "utf-8";
/* CSS Document */
html, body{
	height:100%;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_tuile.jpg);
	background-repeat:repeat-x;
	background-color:#C7E1B0;
	background-position:left 15px;
}
body, p,
h1, h2, h3, h4, h5, h6{
	padding-top:0px;
	margin:0px;
}
p{
	margin-bottom:5px;
}
a{
	cursor:pointer;
}
a img{
	border:none;
}
a:focus,
img:focus{
	border:none;
}
textarea{
	resize:none;
}

/* TEMPLATE ******************************************/
.template{
	width:980px;
	margin:0px auto;padding-top:15px;
}

.header{
	position:relative;
	height:290px;margin-bottom:10px;
}
.menu-top{
	width:970px;width:100%;
	line-height:29px;
	text-align:right;
	background:url(../images/bg-top.png) repeat-x;
	font-weight:bold;
	font-size:10px;
	color: #FFCCCC;position:absolute;z-index:10000000;
}
.menu-top .container-menu
{width:900px;margin:0 auto;}
.menu-top a{
	font-weight:bold;
	font-size:12px;
	color: #FFCCCC;
	text-decoration: none;
}
.menu-top i
{font-size:17px;}
.menu-top a:hover{
	color: #FFFFFF;
}

.logo{
	position:absolute;
	left:0px;
	top:20px;
	z-index:10;
}

.slideshow-holder {
  background-color: #666666;
  height: 259px;height:290px;
  left: 344px;
  overflow: hidden;
  position: absolute;
  width: 626px;
}
.slideshow-holder #slide-container{
	position:absolute;
	left:0px;
	top:0px;
}
.slideshow-holder .slide-container img{
	position:absolute;
}


.left{
	float:left;
	width:334px;
}
.right{
	float:left;
	width:646px;
}

.menu-holder,
.facebook-holder{
	background-image:url(../images/shadow-menu-top.png);
	background-repeat:no-repeat;
	padding-top:16px;
	width:334px;
}
.menu,
.menu li{
	list-style:none;
	margin:0px;
	padding:0px;
}
.menu,
.facebook-content{
	background-image:url(../images/shadow-menu-middle.png);
	background-repeat:repeat-y;
}
.facebook-content iframe{
	margin-left:16px;
	width:302px;
}
.menu > li{
	display:inline-block;
	position:relative;
	margin-left:16px;
	width:302px;
	height:38px;
	line-height:38px;
	background-color:#ffe4a3;
}
.menu > li a{
	font-family:"veggieburgerregular";
	display:inline-block;
	padding-left:43px;
	width:259px;
	height:38px;
	line-height:38px;
	font-size:22px;
	color:#4c4948;
	text-decoration:none;
}
.menu > li a:hover,
.menu > li:hover > a{
	background-color:#ffd851;
	background-image:url(../images/menu-hover.png);
	background-repeat:no-repeat;
	background-position:10px 8px;
}
.menu li ul{
	padding:0px;
	margin:0px;
	position:absolute;
	left:302px;
	top:0px;
	width:302px;
	background-color:#ffe4a3;
	border-left:#ffffff 1px solid;
}
.menu li ul li{
	position:relative;
	font-size:18px;
	height:auto;
	line-height:normal;
	padding:0px;
	margin:0px;
}
.menu li ul a{
	width:292px;
	height:auto;
	font-size:18px;
	padding:5px;
	line-height:normal;
}
.menu li ul a:hover,
.menu > li:hover ul > li:hover > a{
	background-image:none;
	background-color:#ffd851;
}
.menu ul{
	display:none;
}
.menu li:hover > ul{
	display:block;
}


.menu-holder .menu-footer,
.facebook-footer{
	background-image:url(../images/shadow-menu-bottom.png);
	background-repeat:no-repeat;
	height:16px;
}


.right{
	background-image:url(../images/shadow-body-top.png);
	background-repeat:no-repeat;
	padding-top:16px;
	width:646px;
}
.content-holder{
	background-image:url(../images/shadow-body-middle.png);
	background-repeat:repeat-y;
}
.content{
	width:572px;
	padding:21px;
	background-color:#eaf2e2;
	margin-left:16px;
}
.right-footer{
	background-image:url(../images/shadow-body-bottom.png);
	background-repeat:no-repeat;
	height:16px;
}


h1{
	color:#d65943;
	font-size:48px;
	font-family:"veggieburgerregular";
	margin-bottom:7px;
	line-height:44px;
}
h2,h3,h4{
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:7px 0px;
}
h3.shipping_free{
	color:#333333;
	font-size:18px;
	font-family:"veggieburgerregular";
	margin-bottom:7px;
	line-height:normal;
	
	background-color: #9CC577;
	padding: 10px 0;
	text-align: center;
}
.shipping em{
	float:right;
}
.shipping input[type="radio"]{
	margin:0px;
	padding:0px;
	vertical-align:text-top;
}
.shipping em span,
.shipping em strong{
}
.shipping h2 span{
	font-weight:normal;
	font-size:12px;
}
.content p,
.content blockquote{
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin-bottom:7px;
}
.content p a{
	color: #d65943;
}

.copyright{
	color: #7c9f62;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin-bottom:7px;
	line-height:30px;
	text-align:center;
}

.col1{
	float:left;
	width:347px;
	padding-right:13px;
}
.col2{
	float:right;
	width:195px;
	padding-left:15px;
	border-left:#ffffff 2px dotted;
}

.green{
	color:#5E9C33;
}

div.collections{
	border-top:#c7e1b1 2px dotted;
	border-bottom:#c7e1b1 2px dotted;
}
a.main-categorie{
	float:left;
	width:180px;
	margin:10px 0px;
	margin-right:10px;
	text-decoration:none;
}
a.main-categorie-last{
	margin-right:0px;
}
a.main-categorie h2{
	font-family:"veggieburgerregular";
	font-size:22px;
	margin:0px;
	text-align:center;
}
div.collections .col1{
	padding-right:0px;
	padding-left:13px;
}
div.collections .col2{
	float:left;
	border:none;
	padding-left:0px;
	padding-right:15px;
	border-right:#ffffff 2px dotted;
}
div.collections .col2 a{
	float:left;
	clear:both;
	padding:5px 0px;
	font-family:"veggieburgerregular";
	font-size:18px;
	text-decoration:none;
	color:#333333;
}
div.collections .col2 a:hover{
	color:#D65943;
}

a.produit-intro{
	float:left;
	width:163px;
	margin:10px 0px;
	margin-right:10px;
	text-decoration:none;
}
a.produit-intro img,
a.main-categorie img{
	border:#ffffff 6px solid;
}
a.produit-intro h2{
	font-family:"veggieburgerregular";
	font-size:18px;
	margin:0px;
	text-align:center;
}
a.produit-intro h2 small{
	font-size:15px;
	color:#D65943;
	font-family:Arial, Helvetica, sans-serif;
}
h2.shopping-title{
	color: #D65943;
	font-family: "veggieburgerregular";
	font-size: 24px;
	line-height: 22px;
	margin-bottom: 7px;
	
	padding-top:10px;
	border-top:#c7e1b1 2px dotted;
}
h2.shopping-title a{
	color: #D65943;
}
h2.shopping-title a.inactive{
	color: #779c33;
	font-size:20px;
}
.points-de-vente{
	color: #D65943;
	font-family: "veggieburgerregular";
	font-size: 20px;
	width:100%;
	text-align:center;
	display:inline-block;
	line-height: 22px;
	margin-bottom: 7px;
	
	padding-top:10px;
}
.produit{
	margin:10px 0px;
}
.produit-col1,
.produit-col2{
	float:left;
	width:285px;
}
.produit-col1 a img{
	border:#C7E1B1 6px solid;
}
.produit-col2{
	width:275px;
	margin-left:10px;
}
.produit-col2 h3{
	margin-top:0px;
	color: #D65943;
	font-family: "veggieburgerregular";
	font-size: 22px;
	line-height: normal;
}
.produit-cart{
	padding:10px 0px;
	margin-top:10px;
	border-top:#C7E1B1 2px dotted;
}

p.note{
	font-size:10px;
}

.radio-color{
	float:left;
	width:50px;
	margin-right:10px;
	margin-bottom:5px;
	border: 1px dashed #C7E1B1;
	padding: 5px;
}
.radio-color-selected{
	background-color:#D65943;
}
.radio-color input{
	border:none;
	width:50px;
	margin:0px;
	padding:0px;
}
.radio-format,
.radio-option{
	border: 1px dashed #C7E1B1;
	color: #333333;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 5px;
	width: 165px;
}
.radio-format input,
.radio-option input{
	border:none;
	margin:0px;
	padding:0px;
}

.radio-format-selected,
.radio-option-selected{
	background-color:#D65943;
	color:#ffffff;
}

.format-select{
	display:none;
}

.produit-cart h2.loading small{
	background-image:url(../images/content-loader.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:25px;
}
.produit-prix,
.total{
	color: #D65943;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
}

a.button{
	background-color:#D65943;
	border:#ffffff 6px solid;
	height:30px;
	line-height:30px;
	padding:0px 10px;
	display:inline-block;
	
	color:#ffffff;
	text-decoration:none;
	font-family: "veggieburgerregular";
	font-size:22px;
}
.add_to_cart-message{
	background-color:#9CC577;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:10px;
	color:#000000;
	margin-top:5px;
	
	display:none;
}
.add_to_cart-message a
{color:#d65943 !important;text-decoration:none;font-weight:bold;}

.cart-table{
	border-collapse:collapse;
}
.cart-table td{
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	
	border:#7C9F62 1px solid;
}
.cart-infos,
.cart-infos td{
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height:normal;
}
.cart-infos td p{
	margin:0px;
}
.cart-infos{
	margin-top:20px;
}
.cart-table td.th,
.cart-infos td.th{
	font-weight:bold;
	font-size:12px;
	line-height:normal;
	background-color:#D65943;
	color:#ffffff;
}
.cart-table input[type="text"],
.cart-infos input[type="text"],
.cart-infos select{
	border:#D65943 1px solid;
	width:50px;
	text-align:center;
}
.cart-infos input[type="text"],
.cart-infos select{
	width:140px;
}
.cart-infos select,
.cart-infos input[type="text"]{
	text-align:left;
}
.cart-productname{
	font-weight:bold;
}
.cart-productname span{
	font-style:italic;
	font-weight:normal;
}


.cart-billing-infos,
.cart-shipping-infos{
	float:left;
	width:275px;
}
.cart-shipping-infos{
	margin-left:9px;
	padding-left:10px;
	border-left:#ffffff 2px dotted;
}

label.error{
	font-size:9px;
	color:#FF0000;
	clear:both;
	position:relative;
	width:100%;
	white-space:nowrap;
}

.cart_comment{
	margin-bottom:20px;
}
.cart_comment h2{
	margin-bottom:3px;
}
.cart_comment textarea{
	border:1px solid #D65943;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:50px;
}

p.cart-empty,
p.paypal-complete{
	padding:100px 0px;
	text-align:center;
	background-color:#9cc577;
}
p.paypal-complete{
	padding:20px 0px;
}

.taxes strong.loading,
.format-select h4.loading{
	background-image:url(../images/content-loader.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:25px;
}

.produit-cart .button{
	display:none;
}

h2.no-event{
	padding-top:10px;
	border-top:#ffffff 2px dotted;
}

.evenement{
	float:left;
	margin-top:10px;
	border-top:#ffffff 2px dotted;
	
	width:100%;
	clear:both;
}
.evenement a.evenement-pic{
	float:left;
	width:160px;
	margin-right:20px;
	margin-top:10px;
}
.evenement div{
	float:left;
	width:380px;
	margin-top:10px;
}
.evenement div.evenement-info-nopic{
	width:100%;
}
.evenement div h2{
	font-family: "veggieburgerregular";
	font-size:18px;
	margin-top:0px;
}
.evenement div p{
}
.evenement div a{
	color: #5E9C33;
	font-family: "veggieburgerregular";
	font-size: 16px;
	font-weight: bold;
}

.detaillant{
	float:left;
	width:48%;
	margin-right:2%;
	margin-bottom:10px;
}



/************************************ MISC */
.clearfix{
	clear:both;
	position:relative;
	width:100%;
}