/*  
Theme Name: Mimbo_(niss)
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress. Traduction Française : <a href="http://www.niss.fr">(niss.fr)</a>.
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

adapted by nicobilou / www.mon-panier-bio.com


vert : #7FB003 
orange : #fd8807
bleu : #00acde


/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	font-family:"Trebuchet Ms", geneva, verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color:#fff; 
	background-image:url(http://www.mon-panier-bio.com/images/body.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	color: #333;

	}

body, select, input, textarea {
	font: 100%;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #7da939;
	text-decoration:none
	}

a:hover, a:active {
	color:#00acde;
	text-decoration:underline;
	}

hr {
	display: block;
	height:4px;
	background: #EEE;
	border:0;
	}

small {
	font-size: 0.95em;
	padding:3px 3px 10px 0px;
	color:#ccc;
	}
.gris a {
	color:#333;
	}
	


img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */

#page {
	width:880px;
	margin:0 auto;
	font-size:0.7em;
	background:#FFF;
	padding: 10px 25px 35px 25px;
	}

#branding {
	width:625px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right
	}

#leftcol {
	width:289px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol, #onglets {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:350px;
	padding-left:18px;
	margin-top: -2px;
	}


		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	font-weight:bold;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font:2.95em;
	font-weight:bold;
	letter-spacing:-0.02em;
	padding:10px 0px 20px 0px;
	color:#00acde;
	}
	
h2 {
	font: 2.3em;
	padding-bottom:8px;
	margin: 20px 0;
	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #bbb;
	border-bottom:1px solid #bbb;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
	color:#00acde
	}
	
#sidebar h3 a, #sidebar h2 a{
	color:#00acde;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1em;
	margin-bottom:6px;
	color:#00ACDE;
	}
	
.entry h3 {
	font-size:1.2em;
	margin-top:10px;
	margin-bottom:6px;
	color:#00ACDE;
	text-transform:none;
	letter-spacing:normal;
	}
.entry h3 a a:link a:visited {
	text-transform:none;

letter-spacing:none;
	color:#00ACDE;
	}
	
	
/*   ******************************/


#flag  {
	width:100px;
  	float: right;
  	margin-top: 30px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
  	padding: 0px;
	clear:both;
}

#flag a {
	color:#fff;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}


#flagfr a {
	width:26px;
	height:17px;
	padding-left:2px;
	margin-right:15px;
  	float: left;
  	background-image: url(http://www.mon-panier-bio.be/templates/arfooo/images/flag_fr_actif.png);


}

#flagfr a:hover {

  	background-image: url(http://www.mon-panier-bio.be/templates/arfooo/images/flag_fr_actif.png);
	margin-top:-2px;

}

#flagbe a {
	width:26px;
	height:17px;
	padding-left:2px;
	margin-right:15px;
  	float: left;
  	background-image: url(http://www.mon-panier-bio.be/templates/arfooo/images/flag_be_passif.png);

}

#flagbe a:hover {

  	background-image: url(http://www.mon-panier-bio.be/templates/arfooo/images/flag_be_actif.png);
	margin-top:-2px;

}

#flaguk a {
	width:26px;
	height:17px;
	padding-left:2px;
	margin-right:15px;
  	float: left;
  	background-image: url(http://www.mon-panier-bio.be/templates/arfooo/images/flag_uk_passif.png);

}

#flaguk a:hover {
  	background-image: url(http://www.mon-panier-bio.be/templates/arfooo/images/flag_uk_actif.png);

	margin-top:-2px;

}

#flagch a {
	width:26px;
	height:17px;
	padding-left:2px;
	margin-right:15px;  	
	float: left;
  	background-image: url(http://www.mon-panier-bio.be/templates/arfooo/images/flag_ch_passif.png);


}

#flagch a:hover {

  	background-image: url(http://www.mon-panier-bio.be/templates/arfooo/images/flag_ch_actif.png);
	margin-top:-2px;

}

#flagca a {
	width:26px;
	height:17px;
	padding-left:2px;
	margin-right:15px;
  	float: left;
  	background-image: url(http://www.mon-panier-bio.be/templates/arfooo/images/flag_ca_passif.png);

}

#flagca a:hover {

  	background-image: url(http://www.mon-panier-bio.be/templates/arfooo/images/flag_ca_actif.png);
	margin-top:-2px;

}

	
/* Content */

#content {
	width:685px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:4px solid #ccc;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}
	
.leadpic {
	float:left;
	margin: 0 10px 8px 0;
	}

#lead {
	margin-top:22px;
	}
	
#lead img {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border:4px solid #ccc;
	background-color:#fff;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.title a {
	color:#7FB003;
	
	}
	
a.agris{
	color:#666;
	
	}
	
a:visited.agris {
	color:#666;
	
	}
	
a:hover.agris {
	color:#666;
	text-decoration:none;
	
	}
	
	
	
	
.feature#lead .title {
	font:16px;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none;
	height:40px;
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 2px;
	margin-right:5px;
	display:block;
	padding:1px;
	border:4px solid #ccc;
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:5px 0 5px 0;
	margin-bottom:5px;

	}
	
#rightcol #leftcol	span {
		padding:5px 0 0px 0;
}
	
#leftcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:5px 0 5px 0;
	margin-bottom:5px;
	}

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23;
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	
.entry  {
	font-size:12px;
	line-height:150%;
	}
.entry p {
	font-size:12px;
	line-height:150%;
	}
#content ul {

	}
	

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	padding:6px 14px;
	margin:18px 35px;
	font-style:italic;

	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:30px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	clear:both;
	padding:3px;
	
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:5px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#7FB003;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#00acde;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/




	
/* @group Special Styles */
/* This is based on styles from the Sawchuk scheme for K2 */
.download, .code, .note, .alert, .new, .construction, .information {
-moz-border-radius-bottomleft:16px;
-moz-border-radius-bottomright:16px;
-moz-border-radius-topleft:16px;
-moz-border-radius-topright:16px;
background-position:15px 10px;
background-repeat:no-repeat;
font-size:1em !important;
line-height:115%;
margin:10px auto;
padding:10px 10px 10px 50px;
text-align:left;
}
ul.download, ul.code, ul.note, ul.alert, ul.new, ul.construction, ul.information  {
font-size:1em !important;
line-height:115%;
list-style-position:inside;
list-style-type:disc;
padding:10px 10px 10px 50px;
}
ol.download, ol.code, ol.note, ol.alert, ol.new, ol.construction, ol.information  {
font-size:1em !important;
line-height:115%;
list-style-position:inside;
list-style-type:decimal;
padding:10px 10px 10px 65px;
}
dl.download, dl.code, dl.note, dl.alert, dl.new, dl.construction, dl.information {
font-size:1em !important;
line-height:115%;
padding:10px 10px 10px 50px;
}
dl.download dt, dl.code dt, dl.note dt, dl.alert dt, dl.new dt, dl.construction dt, dl.information dt {
font-size:1.2em !important;
font-weight:bold;
line-height:115%;
}
dl.download dd, dl.code dd, dl.note dd, dl.alert dd, dl.new dd, dl.construction dd, dl.information dd {
line-height:115%;
list-style-type:disc;
}
.download {
background-color: oldLace; /*#002200;*/
background-image: url('images/package_go.png');
border:2px solid #008800;
}

.download a, .download a:visited {
color:green;
}
.download a:hover {
color:red;
}
.code {
background-color:  oldLace;/*#222222;*/
background-image:url('images/application_osx_terminal.png');
border:2px solid #888888;
font-family:'Courier New',Courier,Fixed;
}
.alert {
background-color: oldLace;/* #220000;*/
background-image:url('images/exclamation.png');
border:2px solid #880000;
}

.new {
background-color:oldLace; /* #221100;*/
background-image:url('images/new.png');
border:2px solid #884400;
}

.construction {
background-color:oldLace; /* #222200;*/
background-image:url('images/error.png');
border:2px solid #888800;
}
.information {
background-color: oldLace;/* #000022;*/
background-image:url('images/information.png');
border:2px solid #000088;
}

.note {
background-color:oldLace; /*#222222;*/
background-image:url('images/page_white_text.png');
border:2px solid #888888;
}
.callout {
border-bottom:1px solid #666666;
border-top:1px solid #666666;
color:#CCCCCC;
font-size:1.4em !important;
margin:10px 20px;
padding:10px;
text-align:justify;
}
/* @end */

/* @group Special Styles 2 */
/* This is based on styles from the Sawchuk scheme for K2 */
.download2, .code2, .note2,
.alert2, .new2, .construction2,
.information2 {
	background-position: 15px 10px;
	background-repeat: no-repeat;
	font-size: 1.2em !important;
	line-height: 115%;
	margin: 10px auto;
	padding: 10px 10px 10px 50px;
	text-align: left;
}

ul.download2, ul.code2, ul.note2,
ul.alert2, ul.new2, ul.construction2,
ul.information2 {
	font-size: 1em !important;
	line-height: 115%;
	list-style-type: disc;
	list-style-position: inside;
	padding: 10px 10px 10px 50px;
}

ol.download2, ol.code2, ol.note2,
ol.alert2, ol.new2, ol.construction2,
ol.information2 {
	font-size: 1em !important;
	line-height: 115%;
	list-style-type: decimal;
	list-style-position: inside;
	padding: 10px 10px 10px 65px;
}

dl.download2, dl.code2, dl.note2,
dl.alert2, dl.new2, dl.construction2,
dl.information2 {
	font-size: 1em !important;
	line-height: 115%;
	padding: 10px 10px 10px 50px;
}

dl.download2 dt, dl.code2 dt, dl.note2 dt,
dl.alert2 dt, dl.new2 dt, dl.construction2 dt,
dl.information2 dt {
	font-size: 1.2em !important;
	font-weight: bold;
	line-height: 115%;
}

dl.download2 dd, dl.code2 dd, dl.note2 dd,
dl.alert2 dd, dl.new2 dd, dl.construction2 dd,
dl.information2 dd {
	line-height: 115%;
	list-style-type: disc;
}

.download2 {
	background-color: #353;
	background-image: url('images/package_go.png');
	border-bottom: 2px solid #383;
	border-top: 2px solid #383;
}

.download2 a, .download2 a:visited {
	border-bottom: 2px dotted #3F3;
	color: #3F3;
	text-decoration: none !important;
}

.download2 a:hover {
	border-bottom: 2px dotted #3C3;
	color: #3C3;
	text-decoration: none !important;
}

.code2 { /* use p class=code2 when you want to fake it, sometimes handy */
	background-color: #444;
	background-image: url('images/application_osx_terminal.png');
	border-bottom: 2px solid #AAA;
	border-top: 2px solid #AAA;
	font-family: 'Courier New', Courier, Fixed;
}
	
.alert2 {
	background-color: #533;
	background-image: url('images/exclamation.png');
	border-bottom: 2px solid #F33;
	border-top: 2px solid #F33;
}

.new2 {
	background-color: #643;
	background-image: url('images/new.png');
	border-bottom: 2px solid #F93;
	border-top: 2px solid #F93;
}

.construction2 {
	background-color: #553;
	background-image: url('images/error.png');
	border-bottom: 2px solid #FF3;
	border-top: 2px solid #FF3;
}

.information2 {
	background-color: #335;
	background-image: url('images/information.png');
	border-bottom: 2px solid #33F;
	border-top: 2px solid #33F;
}

.note2 {
	background-color: #444;
	background-image: url('images/page_white_text.png');
	border-bottom: 2px solid #AAA;
	border-top: 2px solid #AAA;
}
/* @end */

/* TABS */
/* HOME CATEGORY TABS (also see tabs section at bottom of stylesheet) */
#home #home-categories {
	clear: left;
	float: left;
	display: block;
	width: 685px;
	margin: 0 0 10px 0;
	}
.tabs-block {
	clear: left;
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	}
.tabbed {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	}
.tabbed ul.tabs {
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent;
	}
.tabbed ul.tabs li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0 .3em 0 0;
	text-transform:uppercase;
	}
.tabbed ul.tabs li a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px .8em;
	background:#86e2f9; /* #eee;*/
	background-image:url(http://www.mon-panier-bio.com/images/bgbleu2coul.png);
	background-position:top left;
	background-repeat:repeat-x;
	border: 1px solid #7FB003;
	
	}
.tabs-block ul.tabs li a { padding: 5px .7em; }
.tabbed ul.tabs li a:hover {
	background: #e2f3b8 ;
	text-decoration: none;
	}
.tabbed ul.tabs li a.tab-current {
	background: #fff;
	border-bottom: 1px solid #fff;
	}
.tabs-block .tabbed div, #home .tabbed .c {
	overflow: hidden;
	display: block;
	position: relative;
	left: 0;
	top: -1px;
	z-index: 0;
	clear: left;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	border: 1px solid #7FB003;
	background:  #fff;
	display: none;
	}
div.t2, div.t3, div.t4, div.t5, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8, div.c9, div.c10  { display: none; }
.tabs-block .tabbed div.t1, #home .tabbed div.c1 { 
	display: block;
	}
.tabs-block .tabbed div { width: 298px; }
.tabbed div ul {
	overflow: hidden;
	padding: 4px 0 2px 0;
	margin: 0;
	background: #fff;
	}
.tabbed div ul li {
	clear: left;
	background: transparent;
	}
.tabbed div ul li a {
	font-weight: normal;
	width: 97%;
	display: block;
	padding: 2px 0 2px 12px;
	background: transparent;
	border: none;
	}
.tabbed div ul li a:hover { text-decoration: underline; }

/* HOME CATEGORIES TABS */
#home-categories {
	overflow: hidden;
	}
#home .tabbed .c {
	width: 680px;
	}
.tabbed .post {
	float: left;
	clear: none;
	width: 47%;
	margin: 5px 1%;
	padding: 0;
	}

/* gestion des images dans les onglets!!!! Ajout STEF */	
.tabbed .post  img {
float:left;
margin:3px 10px 4px 0pt;
border: 4px solid #ccc;
padding: 1px;
}
/* fin ajout stef */

.tabbed .post h3 {
	width: 97%;
	font-size: 1em;
	margin: 0 0 0 5px;
	text-transform: none;
	}
.tabbed .post h3 a { 
	font-weight: bold;
	font-size: 1.2em;
	font-family:Arial,Helvetica,sans-serif;
	letter-spacing:0;
	color:#7FB003;
	}
.tabbed .post h3 a:hover { 
	font-weight: bold;
	color:#7FB003;
	}

.tabbed .post .entry {
	margin: 0 0 0 5px;
	padding: 0;
	
	}
.tabbed .post .entry p { margin: 0; padding: 0; }

/* image dans archives catégorie!!!!  */	
.post2 a img {
float:left;
margin:3px 10px 4px 0pt;
border: 1px solid #000000;
padding: 1px;
	}
	
	/* Nico */
	
.alignright {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
	
	}
	
.alignleft {
	
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	}
	
.aligncenter {
	text-align:center;
	}
	
#header {
	height: 141px;
	text-align:right;
	background-position:center top;
	padding:0px;
	margin:0px;
	
}

/* TOP OF PAGE | HAUT DE LA PAGE */	

#slogan  {
	margin:0;
	padding:20px 0 0 0;
	float:right;
	width:240px;
}
#slogan h2  {
	padding:0;
	margin:0;
	text-align:center;
	border:0px;

	
}

#slogan h2 a {
	color:#666666;
	font-size:14px;
	font-weight:bold;
	margin:0;
	text-align:right;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:3px;

}

#slogan p  {
	color:#666666;
	font-size:10px;
	font-weight:bold;
	line-height:11px;
	margin:0;
	padding:0;
	text-align:center;
	font-variant:normal;
	font-stretch:normal;
	font-style:normal;
	text-transform:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;


}
		
#top1 {
	margin:0;
	padding:0;
	margin-top:0px;
	height:115px;
	background: none;
}



#logoTop {
	display : block;
	position : relative;
	float : left;
	width : 390px;
	height : 110px;
	overflow : hidden;
	margin :0;
	
}

#top2 {
	margin:10px 0px 0px 0px;
	padding:0;
	padding-left:0px;
	padding-right:0px;
	height:34px;
}

#pubTop  {
	height:100px;
	text-align:center;
	padding-top:10px;
	margin:0px;
	background-color:#fff;
	text-align:center;
	}


#principal {
	width:980px;
	margin:0 auto;
	text-align:left;
}

#main1 {
	width:960px;
	margin:0;
	padding:10px;
	background-color:#ffffff;
}

/*#conteneur {
	width:980px;
	margin:0 auto;
	background-image:url(http://www.mon-panier-bio.com/images/bg-hearder.gif);
	background-position:top;
	background-repeat:repeat-x;
	
	
}*/

#sousmenu {
	background-image:url(http://www.mon-panier-bio.com/images/bg-ssmenu.png);
	background-position: top left;
	background-repeat:repeat;
	width:980px;
	height:4px;
	margin:0px 0px 10px 0px;
	padding:0px;
}

#haut {
	clear:both;
	height:26px;
	width:980px;
	margin:0px 0px 0px 0px; /* haut droite bas gauche*/
	padding:0px;
}

ul#menuhaut {
	font-size:12px;
	list-style-type: none;
	margin:0px;
	padding:0px;
	
}

ul#menuhaut li {
	float: left;
	margin:0px;
	padding:0px;
}

ul#menuhaut li#menu1 a {
	float: left;
	padding: 5px 0px 0px 0px; /* haut droite bas gauche*/
	margin: 0px 1px 0px 0px; /* haut droite bas gauche*/
	text-align: center;
	text-decoration: none;
	color:#fdfdfd;
	background:url(http://www.mon-panier-bio.com/images/bg-menu-annuaire-off.png) top left no-repeat;
	width:173px;
	height:25px;
	font-weight:bold;
}

ul#menuhaut li#menu1 a:hover {
	color:#e4f9c9;
 	background:url(http://www.mon-panier-bio.com/images/bg-menu-annuaire-off.png) top left no-repeat;
}

/* Menu Haut 2 */
ul#menuhaut li#menu2 a {
	float: left;
	padding: 5px 0px 0px 0px; /* haut droite bas gauche*/
	margin:0px 1px 0px 0px;
	text-align: center;
	text-decoration: none;
	color:#fdfdfd;
	background:url(http://www.mon-panier-bio.com/images/bg-menu-recettes-off.png) top left no-repeat;
	width:244px;
	height:25px;
	font-weight:bold;
}

ul#menuhaut li#menu2 a:hover {
	color:#e4f9c9;
 	background:url(http://www.mon-panier-bio.com/images/bg-menu-recettes-off.png) top left no-repeat; 
	
}
/* Menu Haut 3 */
ul#menuhaut li#menu3 a {
	float: left;
	padding: 5px 0px 0px 0px; /* haut droite bas gauche*/
	margin:0px 1px 0px 0px;
	text-align: center;
	text-decoration: none;
	color:#fdfdfd;
	background:url(http://www.mon-panier-bio.com/images/bg-menu-blog-off.png) top left no-repeat;
	width:164px;
	height:25px;
	font-weight:bold;
}

ul#menuhaut li#menu3 a:hover {
	color:#e4f9c9;
 	background:url(http://www.mon-panier-bio.com/images/bg-menu-blog-off.png) top left no-repeat;
}


/* Menu Haut 4 */
ul#menuhaut li#menu4 a {
	float: right;
	padding: 5px 0px 0px 0px; /* haut droite bas gauche*/
	margin:0px 1px 0px 230px;
	text-align: center;
	text-decoration: none;
	color:#fdfdfd;
	background:url(http://www.mon-panier-bio.com/images/bg-menu-boutique-off.png) top left no-repeat;
	width:164px;
	height:25px;
	font-weight:bold;
}

ul#menuhaut li#menu3 a:hover {
	color:#e4f9c9;
 	background:url(http://www.mon-panier-bio.com/images/bg-menu-blog-off.png) top left no-repeat;
}





#pied {
	clear:both;
	margin:15px 7px 10px 7px; /* haut droite bas gauche*/
	padding-top:15px;
	text-align:center;
	background-color: #fff;
}
#footer {
	
	background:url(http://www.mon-panier-bio.com/images/bg-footer.png);
	background-repeat:no-repeat;
	height:182px;
	clear:both;
	position: relative;
	bottom: 0;
	width:100%;
	text-align:center;
	background-position: bottom center;
	
}

.column_bottom {
	line-height:13px;
	text-align:center;
	font-size:11px;
	padding:0;
	margin:0;
	padding-top:105px;
	
	
}

.column_bottom p {
	padding:5px;
	color:#666;
}

.column_bottom p a {
	color: #333;
	text-decoration:underline;
}
.column_bottom p a:visited{
	color: #333;
	text-decoration:underline;
}

.column_bottom p a:hover {
	color:#7FB003;
	text-decoration:underline;
}



.clear {
	clear:both;
	}

.bgVertClair {
	background-image:url(http://www.mon-panier-bio.com/images/bgbleu2coul.png);
	background-position:top left;
	background-repeat:repeat-x;
	padding:5px 10px 2px 10px;
	width:95%;
	margin-bottom:5px; 
	}
	


#pubSingle160 {
	width:160px;
	height:1000px;
	margin-right:15px;
	margin-top:10px;
	float: left;
	}
	
.pub250  {
	width:250px;
	margin-bottom:10px;
	margin-top:10px;
	}
	
.bold {
	
	font-weight:bold}

#raccourcis  {
	padding-top:10px;
	}

#raccourcis li {
	display:inline;
	padding-top:10px;
	}
	
#raccourcis li a {
	color:#ccc
	
	}
	
.alaune {
	font-size:13px;
	line-height:20px;
	
	}
	
.wp-caption {
	border:1px solid #ccc;
	padding:5px;
	margin:5px;
	color:#666;
}
