<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */

body {
	margin: 0 auto 25px auto;
	font-family: arial;
}

#branding {
	background: url('images/header.png') no-repeat top center;
	height: 265px;
	width: 100%;
}

#main {
	padding: 0 15px 0 0;
}

#page {
	display: block;
	margin: 0 auto;
	width: 950px;
	background: url('images/bg_trame.jpg') repeat-y top center;
	box-shadow: 0 6px 12px rgba(100, 100, 100, 0.8);
}
#primary {
	float: left;
	width: 720px;
	margin-top: 7px;
	padding-bottom: 20px;
}
#container {
	float: left !important;
	width: 720px;
}
#content {
	/*margin: 0 280px 0 0;*/
	
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}

/* Left widget */
#main #secondary {
	float: left;
	clear: both;
	padding: 10px;
	width: 150px;
}

#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */
#access {
	/*background: #eee;*/
	display: block;
	float: left;
	/*margin: 0 auto 1em;*/
	/*width: 100%;*/
	
	width: 200px;
	
	font-weight: bold;
	font-size: 12px;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	background: url('images/button_orange.png') no-repeat left;
	padding: 10px 0 10px 15px;
	width: 132px;
}

#access li.menu-item-16:hover {
	background: url('images/button_red_hover.png') no-repeat left;
}

#access li.menu-item-47:hover {
	background: url('images/button_green_hover.png') no-repeat left;
}

#access li:hover {
	background: url('images/button_orange_hover.png') no-repeat left;
}

#access li.menu-item-16 {
	background: url('images/button_red.png') no-repeat left;
}

#access li.menu-item-47 {
	background: url('images/button_green.png') no-repeat left;
}

#access li.menu-item-16 a {
	color: #eb6a39;
}

#access li.menu-item-47 a {
	color: #98b604;
}

#access li:hover &gt; a {
	color: white;
}

#access a {
	display: block;
	line-height: 2em;
	padding: 0 0 0 1.5em;
	text-decoration: none;
	color: #f29400;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
/*#access li:hover &gt; a,*/
#access ul ul :hover &gt; a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover &gt; ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 0 10px 0 10px;
}

#footer-div {
	border-top: 1px solid #1d9847;
	height: 30px;
	width: 930px;
}

/* Footer menu */
#footer-access {
	display: inline;
	width: 30px;	
	font-weight: bold;
	font-size: 10px;
}
#footer-access ul {
	list-style: none;
	margin: 0 0 0 -10px;
	padding-left: 0;
}
#footer-access li {	
	position: relative;
	background: url('images/footer_btn.png') no-repeat bottom center;
	padding: 5px 20px 5px 20px;
	height: 20px;
	float: left;
	text-align: center;
}

#footer-access li a {
	text-decoration: none;
	color: black;
}

#footer-access li:hover {
	background: url('images/footer_btn_hover.png') no-repeat bottom center;
}

#footer-info {
	float: right;
	font-size: 11px;
	text-align: right;
	padding-top: 2px;
}

#footer-location {
	color: #e20036;
}

#footer-adress {
	color: black;
}

/* Custom */

#header-site-shop {
	float: left;
	width: 100%;
	height: 24px;
}

#header-site-cart {
	float: right;
}

.rounded-box {
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 0px solid #000000;
		
	-webkit-box-shadow: 6px 6px 2px 0px rgba(84,84,84,0.1);
	-moz-box-shadow: 6px 6px 2px 0px rgba(84,84,84,0.1);
	box-shadow: 6px 6px 2px 0px rgba(84,84,84,0.1);
	
	float: left;
}

#content .products li.product {
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 0px solid #000000;
		
	-webkit-box-shadow: 6px 6px 2px 0px rgba(84,84,84,0.1);
	-moz-box-shadow: 6px 6px 2px 0px rgba(84,84,84,0.1);
	box-shadow: 6px 6px 2px 0px rgba(84,84,84,0.1);
	background: white;
	text-align: center;
	
	padding: 20px;
	min-width: 170px;
	min-height: 291px;
}

#content .products li.first {
	clear: none;
}

#content .products li.last {
	margin-right: 3.8%;
}

.semi-rounded-box-red {
	float: left;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border: 0px solid #000000;
	background: #e20036;
		
	-webkit-box-shadow: 6px 6px 2px 0px rgba(84,84,84,0.1);
	-moz-box-shadow: 6px 6px 2px 0px rgba(84,84,84,0.1);
	box-shadow: 6px 6px 2px 0px rgba(84,84,84,0.1);
	
	color: white;
	padding: 4px 20px;
	font-size: 12px;
	font-weight: bold;
}

.semi-rounded-box-green {
	float: left;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border: 0px solid #000000;
	background: #98b504;
	
	color: white;
	padding: 4px 20px;
	font-size: 12px;
	font-weight: bold;
}

.semi-rounded-box-red a,
#recette-bottom a {
	text-decoration: none;
	color: white;
}

#award-div {
	width: 119px;
	height: 141px;
	float: left;
	margin-left: 46px;
	margin-top: 12px;
}

#meilleur-confiturier {
	background-image: url('images/meilleur-confiturier.png');
}

#ordre-culinaire {
	background-image: url('images/ordre-culinaire.png');
}

.award-img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

.empty-small {
	width: 20px;
	height: 1px;
	float: left;
}

#rounded-box-1 {
	background: white;
	width: 475px; 
	height: 475px;	
}

#empty-col {
	float: left;
	width: 30px;
	height: 475px;
}

#rounded-box-2 {
	background: #67c1c3;
	width: 200px;
	height: 270px;
	text-align: center;
	padding: 0 5px;
	font-weight: bold;
}

#rounded-box-2 a {
	text-decoration: none;
}

#rounded-box-2 #title,
#content .products li.product h3,
#content .posted_in a {
	color: #604c3f;
}

#content .shipping_calculator h2,
#content .shipping_calculator h2 a {
	color: black;
	font-size: 16px;
	text-decoration: none;
}

.product-name a {
	color: #67c1c3;
	font-weight: bold;
}

#content .woocommerce a {
	color: black;
}

#rounded-box-2 #short-desc {
	font-size: 12px;
	color: white;
}

#rounded-box-2 a img {
	padding-top: 8px;
}

#empty-line {
	float: left;
	width: 210px;
	height: 20px;
}

#rounded-box-3 {
	background: white;
	width: 210px;
	height: 185px;
}

#title-recette {
	color: #98b604;
	font-weight: bold;
	padding: 4px 0 8px 20px;
	height: 30px;
}

#recette-main {
	padding: 0 5px;
	height: 96px;
	overflow: hidden;
}

#recette-thumb,
#recette-short-desc {
	float: left;
}

#recette-thumb {
	width: 85px;
	margin-top: 15px;
}

#recette-short-desc {
	color: #a48a77;
	font-size: 11px;
	width: 100px;
	padding-left: 5px;
}

#recette-short-desc ul {
	padding-left: 20px;
}

#recette-bottom {
	clear: left;
	position: relative;
	left: 98px;
	bottom: 0;
	height: 14px;
}

.recette .entry-content {
	width: 400px;
	float: left;
}

.recette .thumbnail {
	float: left;
	text-align: center;
}

.full-width {
	width: 100%;
}

.header-rounded {
	height: 25px;
}

#shop-header {
	background: url('images/shop_header.png') no-repeat 20px 0;
}

#shop-search {
	height: 40px;
	padding: 15px 0 0 30px;
}

.products-img {
	width: 237px;
	float: left;
	height: 106px;
}

#products-cat-season {
	background: url('images/products_saison.png') no-repeat;	
}

#products-cat-exotic {
	background: url('images/products_exotic.png') no-repeat;	
}

#products-cat-fantasy {
	background: url('images/products_fantasy.png') no-repeat;	
	margin-top: -20px;
}

#products-cat-gelees {
	background: url('images/products_gelees.png') no-repeat;	
	margin-top: -20px;
}

#products-cat-new {
	background: url('images/products_new.png') no-repeat;	
	width: 60%;
	margin-top: -5px;
}

#products-cat-all {
	background: url('images/products_all.png') no-repeat;	
	width: 60%;
	margin-top: -50px; 
	height: 145px;
	float: right;
}

#news-header {
	background: url('images/news_header.png') no-repeat 20px 0;
}

#month-header {
	background: url('images/month_header.png') no-repeat 20px 0;
}

/*  wooCommerce hack */
.woocommerce .related,
#content nav.woocommerce-breadcrumb {
	display: none;
}

#shop-search #searchform input#s {
	border: 2px solid #e20035;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* KHTML */
	border-radius: 4px; /* CSS3 */
	behavior: url("border-radius.htc");
	padding: 4px;
	width: 68%;
}

/* Language */
#mqtranslate-chooser {
	list-style: none;
	padding: 25px 30px 0 0;
	float: right;
	clear: both;
}

#mqtranslate-chooser li {
	float: left;
}

#mqtranslate-chooser li a.qtrans_flag_fr {
	background: url('images/fr.png') no-repeat;
	width: 72px;
	height: 79px;
}

#mqtranslate-chooser li a.qtrans_flag_en {
	background: url('images/en.png') no-repeat;
	width: 72px;
	height: 79px;
}</pre></body></html>