/*
Theme Name: Mademoiselle Bio l'expertise
Theme URI: http://www.mademoiselle-bio.com/
Description: Le thème de l'expertise Mademoiselle Bio.
Version: 0.1
Author: Kinaly
 
Creation Theme by Kinaly || http://www.rentashop.fr
 
*/

/* --------------------------------------------------- */
/*     initialisation : balises XHTML générales        */
/* --------------------------------------------------- */

iframe{
height: 2517px;
}

html { font-size: 12px;}

body  {
	margin:0; padding:0;
	background: #F8D456;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
}

p {
	margin: 3px 0 6px;
}



img {
	border:0;
	margin: 0;
	padding: 0;
}

h1{
color: #F1BD0A;
}

h2, h2 a, h3, h3 a {
	font-size: 16px;
	text-decoration: none;
	color: #F1BD0A;
	padding: 0;
	margin: 0 0 6px 0;
}

a {
	color: #d3147b;
}

li {list-style-position: inside;}

form { margin:6px 0; padding:0; }

input {
	vertical-align: middle;
}

/* --------------------------------------------------- */
/*                structure : armature                 */
/* --------------------------------------------------- */

#compte{
background: url(http://www.mademoiselle-bio.com/imgfck/19/Image/compteur.jpg) no-repeat;
width: 346px;
height: 31px;
display: block;
position: absolute;
left:293px;
top:49px;
z-index: 999;
text-decoration: none;
}

#jours{
font-size: 26pt;
color: D0006C;
top: -4px;
left: 73px;
position: absolute; 
}

#enveloppe-page {
	width: 1010px; /* Largeur de page à rendre dynamique */
	margin: auto;
	background: #fffffff;
}

#en-tete {
	position: relative;
	display: block;
	height: 146px; /* Hauteur à rendre dynamique */
	background: transparent url(/_boutiques/MLLEBIO/site_image/mb_header.gif) no-repeat -1px 0px;
	width: 100%;
}

#conteneur {
	position: relative;
	display: block;
	background: transparent url(/_boutiques/MLLEBIO/site_image/fondprinc.gif) repeat-y -7px 0px;
	/*height: 1%;*/
}

#conteneur-interne {
	display: block;
}

#col-g {
	float: left;
	position: relative;
	display: inline;
	width: 269px; /* Largeur de colonne à rendre dynamique */
	left: 0;
	margin: 0;
	padding: 0 0 0 5px;
}

#col-d {
	float: right;
	position: relative;
	display: inline;
	width: 0; /* Largeur de colonne à rendre dynamique */
	right: 0;
	margin: 0;
}

.col-interne1 {
	margin: 4px; /* Valeur dynamique qui sert à générer une marge pour le contenu des colonnes. */
	padding-left: 3px;
}

.col-interne2 {
	padding: 0 5px 0 10px; /* Valeur dynamique qui sert à générer une marge pour le contenu des colonnes. */
}

#contenu-principal {
	position: relative;
	display: block;
	/*height: 1%;*/
	margin: 0 0 0 269px; /* Les valeurs gauche et droite équivalent aux largeurs des colonnes latérales */
	/width: 730px;
}

#cp-interne {
	margin: 0;
	padding: 6px 0 0 0;
	overflow: auto;
}

.clearfloat {
	clear: both;
}

#pied-page {
	position: relative;
	display: block;
	height: 92px; /* Hauteur à rendre dynamique */
	background: transparent url(/_boutiques/MLLEBIO/site_image/mb_footer.gif) no-repeat;
}

#pied-page ul {
	padding: 30px 0 0 360px;
	margin: 0;
}

#pied-page li {
	float: left;
	list-style-image: url(/_boutiques/MLLEBIO/site_image/asterisque.gif);
	list-style-position: inside;
	line-height: 16px;
	margin: 0 15px 0 0;
	padding: 0;
}

#pied-page a, #pied-age a:hover {
	color: #8c8c8c;
	text-decoration: none;
}

#pub-piedpage {
	position: absolute;
	top: 35px;
	left: 90px;
	width: 155px;
	font-size: 15px;
	color: #d3147b;
}

#menuparis{
background:url("/_boutiques/MLLEBIO/site_image/magasin_menu.gif") no-repeat scroll 0 0 transparent;
border-bottom:5px solid #D6B74A;
height:32px;
line-height:45px;
margin-left:0;
overflow:hidden;
padding-bottom:15px;
padding-left:8px;
width:723px;
}
#menuparis li{
float: left;
list-style: none;
margin-right:41px;
}

#menuparis li a{
color: #666666;
font-size: 14px;
font-weight: normal;
text-decoration:none;
}

#menuparis li a:hover{

}

.alignright{
font-size: 11px;
}

.onglet_actuel{
color: #F1BD0A!important;
}

.bleu{
color: #cc0066;
font-weight: bold;
font-size: 12px;
}

.mb_soins{
color: #33CCED;
font-weight: bold;
background: url(http://www.mademoiselle-bio.com/imgfck/19/Image/Boutique/bulu.gif) no-repeat;
text-indent:40px;
margin-top: 20px;
}

.mb_decalage{
padding-left: 20px;
}

.conteneurmagasin{
padding-left: 15px;
}

.paris_titre{
font-size:2em;
font-weight: normal;
color:#F1BD0A;
text-align: center;
}

.mb_desc_titre{
color: #cc0066;
text-decoration: underline;
}

#mb_faq p{
font-size:12px!important;
}

/* --------------------------------------------------- */
/*                  classes générales                  */
/* --------------------------------------------------- */

.droite { text-align: right;}
.gauche { text-align: left;}
.centre { text-align: center;}

.fl-droite { float: right; display: inline; }
.fl-gauche { float: left; display: inline;}

.txt-italique { font-style: italic; }
.txt-gras { font-weight: bold; }

.nobr { white-space: nowrap; }

.overflow-auto {
	overflow: auto;
	height: 1%;
}



/* --------------------------------------------------- */
/*                  structure : en-tete                */
/* --------------------------------------------------- */

#langues {
	position: absolute;
	z-index: 100;
	top: 13px;
	left: 10px;
}

#langues img { margin: 0 0 10px 4px;}

.lang-fr {
	background:#FFFFFF url(/_boutiques/MLLEBIO/site_image/flag-fr.gif) no-repeat scroll 50% 0;
font-weight:bold;
padding:16px 4px 0;
text-decoration:underline;
}

.lang-en {
	background: #fff url(/_boutiques/MLLEBIO/site_image/flag-en-gris.gif) 50% 0 no-repeat;
	padding: 16px 4px 0 4px;
	color: #666;
	text-decoration: none;
}

a:hover.lang-en {
	background: #fff url(/_boutiques/MLLEBIO/site_image/flag-en-gris.gif) 50% 0 no-repeat;
	color: #666;
}

#info-head {
	background: transparent url(/_boutiques/MLLEBIO/site_image/fond-header-infos-02.jpg) 100% 0 no-repeat;
	position: absolute;
	top: 15px;
	right: 365px;
	height: 38px;
	padding: 0;
	font-size: 10px;
}

#info-head p {
	background: transparent url(/_boutiques/MLLEBIO/site_image/fond-header-infos-01.jpg) 0 0 no-repeat;
	display: block;
	line-height: 36px;
	height: 38px;
	margin: 0 13px 0 0;
	padding: 0 0 0 13px;
}

#info-head a { color: #3f3f3f;}


/*  espace membre   */
#espace-membre {
	float: right;
	position: relative;
	display: block;
	width: 352px;
	height: 121px;
	margin: 10px 5px 0 0;
}

.membre-form {
	width: 90px;
	color: #666;
}

#inscription {
	background: #f2f2f2;
	padding: 0 0 0 5px;
}
.push {
	padding-left: 65px;
}

.sous-info {
	font-size: 10px;
	margin: 0;
	padding: 0 10px 0 0;
}

#inscription legend {
	color: #d3147b;
	margin: 0 0 3px 0;
	padding: 3px 0 0;
	font-size: 13px;
}

#inscription fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#btn-inscription {
	position: absolute;
	height: 48px;
	bottom: 2px;
	z-index: 10;
}

#btn-inscription p {
	height: 58px;
	width: 105px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 45px;
}

#btn-inscription p a {
	text-decoration: none;
}

form#form-news-head {
	margin: 0;
	padding: 0;
}

form#form-news-head fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

form#form-news-head label {
	font-size: 10px;
}

form#form-news-head label input {
	vertical-align: -4px;
}

#btn-submit {
	background: transparent url(/_boutiques/MLLEBIO/site_image/btn-newsletter.gif) 0 0 no-repeat;
	border: none;
	width: 95px;
	height: 25px;
}

#panier {
	position: absolute;
	bottom: 2px;
	right: 0;
	width: 246px;
	height: 48px;
	z-index: 10;
}

a#panier-ico {
	background: transparent url(/_boutiques/MLLEBIO/site_image/panier-head.gif) 0 0 no-repeat;
	position: absolute;
	top: 8px;
	left: 10PX;
	z-index: 1000;
	display: block;
	width: 28px;
	height: 33px;
}

a:hover#panier-ico {
	background: transparent url(/_boutiques/MLLEBIO/site_image/panier-head.gif) -28px 0 no-repeat;
}

#btn-panier {
	position: absolute;
	right: 6px;
}

.panier {
	margin: 4px 0 6px 45px;
}

p.btn-rose {
	background:#fff url(/_boutiques/MLLEBIO/site_image/fond_btn-rose.gif) no-repeat;
	height: 25px;
	width: 95px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 24px;
	float: left;
}

p.btn-rose a {
	color: #fff;
	text-decoration: none;
}


/*  fin espace membre  */

#lien-logo {
	position: absolute;
	z-index: 50;
	background: #eee;
	display: block;
	width: 232px;
	height: 100px;
	bottom: 26px;
	left: 18px;
}

#elem_newsletter {
	padding: 0 0 0 5px;
	margin: 4px 0 0 0;
	width: 342px;
	height: 56px;
	z-index: 1000;
	position: relative;
}

#elem_newsletter p {
	padding: 3px 0 0 5px;
	font-size: 12px;
	margin: 2px 0 1px;
}

#elem_newsletter a {
	text-decoration: none;
}

#elem_newsletter form {
	padding: 0;
}

.form_news {
	width: 210px;
}

.form_text {
	color: #666666;
	margin: 0 5px;
}

p#optin, legend#optin {
	font-size: 10px;
	padding: 0 0 0 5px;
	margin: 0;
}

p#optin input {
	vertical-align: -4px;
}

#elem_panier {
	padding: 4px 20px 0 0;
	position: relative;

}

#elem_panier p {
	margin: 1px 0;
	padding: 0;

}

p#monpanier {
	text-align: left;
	padding: 0 0 0 55px;
	margin: 1px 0;
}
/*--------------------------------------------------*/
/*                  menu en-tête                    */
/*--------------------------------------------------*/

.menu1 {
	position: absolute;
	bottom: 15px;
	left: 255px;
}

.menu1 ul {padding:0;margin:0;list-style-type:none;}
.menu1 ul ul {}/* ---------n'a aucun effet sur FF*/
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu1 li {float:left;position:relative;} /* -------------Pour changer la largeur du menu principal*/
/* style the links for the top level */
.menu1 a, .menu1 a:visited {display:block;font-size:14px;text-decoration:none; height:51px; line-height:51px;}

.part1 {
width: 23px;
	height: 20px!important;
}


.part1 a {
	margin-top: 17px;
	width: 23px;
	height: 20px!important;
	background: url(/_boutiques/MLLEBIO/site_image/accueil_logo.gif) no-repeat;
}

.part1 a:hover {
	background: url(/_boutiques/MLLEBIO/site_image/accueil_logo.gif) no-repeat 0px -20px;
}

.part1 a span{
display:none;
}


.part2 {

}

.part2 a {
	color: #666;
}

.part2 a:hover {
	color: #5dac00;
}

.part3 a:hover {
	color: #33CCED;
}

.part3 {

	
	z-index: 1000;
}

.part3 a {
	color: #666;
}

.part4 {

	z-index: 50;
}

.part4 a {
	color: #666;
}

.part4 a:hover {
	color: #f60;
}

.part5{
padding-left: 35px!important;
}

.part5 a{
	color: #F1BD0A;

	font-weight: bold;
	z-index: 1000;
}

/*--------------------------------------------------*/
/*                 couleurs                         */
/*--------------------------------------------------*/

.clr-rose {
	color: #d3147b;
}

.clr-vert {
	color: #5dac00;
}

.clr-vertf {
	color: #385d00;
}

.clr-grisf {
	color: #333;
}

.clr-grisc {
	color: #8c8c8c;
}

.clr-orange {
	color: #f60;
}

.clr-orange a {
	color: #f60;
}

/*--------------------------------------------------*/
/*                sidebars                          */
/*--------------------------------------------------*/

#mb_jeudiag{
width: 200px;
margin-left: 24px;
}

#sidebar1 {
	margin: 0;
	padding: 0;
}

#sidebar1 ul, #sidebar2 ul, #sidebar1 li, #sidebar2 li {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
}

#sidebar1 h2, #sidebar2 h2 {
	margin: 15px 0 0 0;
	font-size: 13px;
	font-weight: bold;
}

#sidebar1 a, #sidebar2 a {
	color: #333;
	text-decoration: none;
}

#recent-posts li {
	margin: 5px 0 5px;
}

#recent-posts a {
	text-decoration: underline;
	color: #d3147b;
	display: block;
	width: 220px;
}

li#text-265609931 h2.widgettitle {
	display: none;
}

#bloc-rechercher {
	background: transparent url(/_boutiques/MLLEBIO/site_image/col-recherche_bas.gif) 0 100% no-repeat;
	width: 250px;
}

#bloc-rechercher div.inner {
	background: transparent url(/_boutiques/MLLEBIO/site_image/col-recherche_top.gif) 100% 0 no-repeat;
}

#bloc-rechercher h2 {
	margin: 0 0 12px;
	padding: 3px 0 0;
}

#bloc-rechercher form {
	width: 210px;
	margin: 0 auto;
	padding: 2px 0 10px 0;
}

input.search, input.go {
	margin: 2px 0 8px;
}

li#recent-posts  {
	width: 250px;
	background: transparent url(/_boutiques/MLLEBIO/site_image/col-der-articles_bas.gif) 0 100% no-repeat;
	padding: 0 10px 10px;
	margin: 10px 0 0;
}

#recent-posts  h2.widgettitle {
	background: transparent url(/_boutiques/MLLEBIO/site_image/col-der-articles_top.gif) 0 0 no-repeat;
	line-height: 24px;
	margin: 0 0 0 -10px;
	text-indent: 46px;
}

li#text-237281341 h2.widgettitle {
	display: none;
}


li#text-237281341 div.textwidget embed {
	margin: 0;
}

li#text-237281342 div.textwidget {
	background: transparent url(/_boutiques/MLLEBIO/site_image/col-shop_bas.gif) 0 100% no-repeat;
	width: 250px;
}

li#text-237281342 h2.widgettitle {
	display: none;
}

li#text-237281342 div.textwidget div.inner {
	background: transparent url(/_boutiques/MLLEBIO/site_image/col-shop_haut.gif) 0 0 no-repeat;
	padding: 10px;
}

li#text-237281342 div.textwidget div.inner h2 {
	margin: -12px 0 8px 0;
	text-indent: 35px;
	color: #5dac00;
	font-size: 18px;
}

li#text-237281343 div.textwidget {
	background: transparent url(/_boutiques/MLLEBIO/site_image/col-shop_bas.gif) 0 100% no-repeat;
	width: 250px;
	margin: 12px 0;
}

li#text-237281343 div.textwidget div.inner{
	background: transparent url(/_boutiques/MLLEBIO/site_image/col-marques_top.gif) 0 0 no-repeat;
	padding: 25px 4px 10px;
}

li#text-237297191 div.textwidget {
}


#categories-231918031 {
	background: transparent url(/_boutiques/MLLEBIO/site_image/fond-categories.gif) 0 100% no-repeat;
	width: 250px;
}

#categories-231918031 h2  {
	background: transparent url(/_boutiques/MLLEBIO/site_image/top-categories.gif) 0 100% no-repeat;
	line-height: 28px;
	text-indent: 12px;
}

#categories-231918031 ul  {
	padding: 0 5px 15px 25px;
}

#categories-231918031 a  {
	text-decoration: underline;
}

#archives select {
	width: 250px;
	margin: 5px 0;
}

#ctc h2 {
	color: #d3147b;
}

.ctc {
	text-align: center;
	padding: 5px 10px;
}

#sidebar2 ul li ul {
	padding: 0 0 0 15px;
}

#sidebar2 ul li ul li {
	background: transparent url(/_boutiques/MLLEBIO/site_image/asterisque.gif) 0 3px no-repeat;
	padding: 0 0 0 8px;
}

.colg-dia, #text-232010562 {
	background: transparent url(/_boutiques/MLLEBIO/site_image/colg-diagnostic-bottom.gif) 0 100% no-repeat;
	width: 250px;
}

.colg-dia h2, #text-232010562 h2 {
	background: #fff url(/_boutiques/MLLEBIO/site_image/colg-diagnostic-top.gif) 0 100% no-repeat;
	height: 32px;
	color: #33cced;
}

.colg-dia embed, #text-232010562 embed, #sidebar1 embed {
	margin: 0 10px 15px;
	padding: 0;
}

.colg-exp, #text-232010563 {
	background: transparent url(/_boutiques/MLLEBIO/site_image/colg-expertise-bottom.gif) 0 100% no-repeat;
	width: 249px;
}

.colg-exp h2, #text-232010563 h2 {
	background: #fff url(/_boutiques/MLLEBIO/site_image/colg-expertise-top.gif) 100% 100% no-repeat;
	color: #33cced;
}

.cold-orange, #text-231932331 {
	background: transparent url(/_boutiques/MLLEBIO/site_image/cold-orange-bottom.gif) 0 100% no-repeat;
	width: 160px;
}

.cold-orange h2, #text-231932331 h2 {
	background: #fff url(/_boutiques/MLLEBIO/site_image/cold-orange-top.gif) 100% 100% no-repeat;
}

.cold-orange p, #text-231932331 p {
	margin: 4px;
}

.cold-orange img, #text-231932331 img {
	width: 150px;
	margin: 4px 5px;
}

.cold-vert, #text-232047742, #text-232047743 {
	background: transparent url(/_boutiques/MLLEBIO/site_image/cold-vert-bottom.gif) 0 100% no-repeat;
	width: 161px;
}

.cold-vert h2, #text-232047742 h2, #text-232047743 h2 {
	background: #fff url(/_boutiques/MLLEBIO/site_image/cold-vert-top.gif) 0 100% no-repeat;
	color: #5dac00;
}

#sidebar2 span {
	background: #fff;
	padding: 0 5px 0 0;
}

#decouverte {
	width: 249px;
	background: transparent url(/_boutiques/MLLEBIO/site_image/accueil_v_bas_decouv.gif) 0 100% no-repeat;
	margin: 0 6px 0 0; 
}

#decouverte div {
	padding: 0 6px 6px;
}

#decouverte p {
	margin: 0 8px;
	padding: 0 0 10px 0;
}

/*--------------------------------------------------*/
/*                   menu                           */
/*--------------------------------------------------*/

#cp-head {
	border-bottom: 5px solid #6cb7be;
	width: 99%;
	padding: 0 2px 0 0;
	margin: 0 0 10px 0;
}

p.breadcrumb, .breadcrumb p {
	margin: 0 0 8px;
	font-size: 12px;
}

p.breadcrumb a, p.breadcrumb a:hover, .breadcrumb p a, .breadcrumb p a:hover {
	color: #8c8c8c;
	text-decoration: none;
}

/*   menu dynamique   */

.menu-box {height:26px; font-size:0.85em; position:relative; z-index:100; padding: 0; margin: 0 0 12px; background: transparent url(/_boutiques/MLLEBIO/site_image/bleu.gif) 0 100% repeat-x;}

/* remove all the bullets, borders and padding from the default list styling */
.menu-box ul {padding:0;margin:0;list-style-type:none;}
.menu-box ul ul { }/* ---------n'a aucun effet sur FF*/
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu-box li {float:left;position:relative;} /* -------------Pour changer la largeur du menu principal*/

/* *html .menu li { width: 90px; } <-- à laisser si on ne spécifie pas la largeur des menus par ailleurs   */
/* style the links for the top level */
.menu-box a, .menu-box a:visited {display:block;font-size:13px;text-decoration:none; color: #000;; height:26px; line-height:20px; margin: 0; }

/* style the second level background */
.menu-box ul ul a.drop, .menu-box ul ul a.drop:visited {background:#c7e66f;}
/* style the second level hover */
.menu-box ul ul a.drop:hover{background:#c9ba65;}
.menu-box ul ul :hover > a.drop {background:#c9ba65;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu-box ul ul {visibility:hidden;position:absolute;height:0;top:26px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu-box ul ul {top:25px;t\op:26px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu-box table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu-box ul ul a, .menu-box ul ul a:visited {background:#fff; border: 1px solid #33cced; border-width: 0 0 1px 1px; color:#000; height:auto; line-height:1em; padding:5px 10px; width:150px;}
/* yet another hack for IE5.5 */
* html-box .menu ul ul a, * html .menu-box ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu-box a:hover {color:#d3147b; background:none;}
.menu-box ul ul a:hover{color:#c06;background:#eceded;}
.menu-box :hover > a {color:#d3147b; background:none;}
.menu-box ul ul :hover > a {color:#c06;background:#eceded;}

/* make the second level visible when hover on first level list OR link */
.menu-box ul li:hover ul,
.menu-box ul a:hover ul{visibility:visible; }

.menu-box ul ul h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.menu-box ul ul li {
	text-indent: 0px;
}

/*  personnalisation menu   */

li.rub3 {
	background: transparent url(/_boutiques/MLLEBIO/site_image/menu-cat_01_beaute.gif) 0 0 no-repeat;
	width: 120px;
	height: 26px;
	text-indent: 28px;
	display: block;
	margin: 0;
	padding: 0;
}

li.rub3 a:hover{
	background: transparent url(/_boutiques/MLLEBIO/site_image/menu-cat_01_beaute.gif) 0 -26px no-repeat;
}

li.rub10 {
	background: transparent url(/_boutiques/MLLEBIO/site_image/menu-cat_03_science.gif) 0 0 no-repeat;
	width: 112px;
	height: 26px;
	text-indent: 18px;
	display: block;
	margin: 0;
	padding: 0;
}

li.rub10 a:hover{
	background: transparent url(/_boutiques/MLLEBIO/site_image/menu-cat_03_science.gif) 0 -26px no-repeat;
}


li.rub11 {
	background: transparent url(/_boutiques/MLLEBIO/site_image/menu-cat_02_vie.gif) 0 0 no-repeat;
	width: 140px;
	height: 26px;
	text-indent: 45px;
	display: block;
	margin: 0;
	padding: 0;
}

li.rub11 a:hover{
	background: transparent url(/_boutiques/MLLEBIO/site_image/menu-cat_02_vie.gif) 0 -26px no-repeat;
}

li.rubDIAG {
	background: transparent url(/_boutiques/MLLEBIO/site_image/menu-cat_04_diagnostic.gif) 0 0 no-repeat;
	width: 160px;
	height: 26px;
	text-indent: 37px;
	display: block;
	margin: 0;
	padding: 0;
}

li.rubDIAG a{
width: 160px;
}

li.rubDIAG a:hover{
	background: transparent url(/_boutiques/MLLEBIO/site_image/menu-cat_04_diagnostic.gif) 0 -26px no-repeat;
}


/*--------------------------------------------------*/
/*                   index                          */
/*--------------------------------------------------*/

#sujet-jour {
	width: 716px;
	
}

#sujet-jour div.inner {
	padding-top: 13px;
	overflow: auto;
}

#mb_conteneur{
	overflow: auto;
	padding-top: 10px;
	border-right: 2px solid #99E6F6;
}

#mb_conteneur_bas{
	background: transparent url(/_boutiques/MLLEBIO/site_image/sujet-jour_bas.gif) 0 100% no-repeat;
	width: 716px;
	height: 20px;
}

#mb_image{
	width: 200px;
	height: 100px;
}

#sujet-jour div.inner h1 {
	font-size: 20px;
	background: transparent url(/_boutiques/MLLEBIO/site_image/sujet-jour_top.gif) 1px 0px no-repeat;
	padding: 0 0 0 60px;
	color: #33cced;
	margin: -13px 0 0 0;
}

#sujet-jour div.inner h2, #sujet-jour div h2 a {
	color: #535353;
	font-size: 14px;
}

#sujet-jour div.inner img {
	margin: 0 8px 8px 0;
	padding-bottom: 10px;
}

#mise-en-avant {
	margin: 10px 0 0;
	overflow: auto;
}

#beaute {
	width: 232px;
	background: transparent url(/_boutiques/MLLEBIO/site_image/conseils-bio_bas.gif) 0 100% no-repeat;
	float: left;
}

#beauteinner {
	background: transparent url(/_boutiques/MLLEBIO/site_image/conseils-bio_top.gif) 0 0 no-repeat;
	padding: 10px;
}

#beauteinner h2 {
	margin: -10px 0 7px 0;
	padding: 0;
	text-indent: 40px;
}

#beauteinner h3, #beauteinner h3 a {
	color: #535353;
	font-size: 14px;
}


#vie-bio {
	margin: 0 10px;
	width: 232px;
	background: transparent url(/_boutiques/MLLEBIO/site_image/vie-bio_bas.gif) 100% 100% no-repeat;
	float: left;
}

#vie-bioinner {
	background: transparent url(/_boutiques/MLLEBIO/site_image/vie-bio_top.gif) 0 0 no-repeat;
	padding: 10px;
}

#vie-bioinner h2 {

}

#vie-bioinner h3, #vie-bioinner h3 a {
	color: #535353;
	font-size: 14px;
}

#science {
	width: 232px;
	background: transparent url(/_boutiques/MLLEBIO/site_image/science_bas.gif) 0 100% no-repeat;
	float: left;
}

#scienceinner {
	background: transparent url(/_boutiques/MLLEBIO/site_image/science_top.gif) 0 0 no-repeat;
	padding: 10px;
}

#scienceinner h2 {
}

#scienceinner h3, #scienceinner h3 a {
	color: #535353;
	font-size: 14px;
}

#autres-blocs {
	margin: 10px 0 0 0;
	overflow: auto;
	clear: both;
}

#autres-blocs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#home-bloc1 {
	float: left;
	width: 352px;
	background: transparent url(/_boutiques/MLLEBIO/site_image/bloc1_bas.gif) 0 100% no-repeat;
}

#home-bloc1inner {
	background: transparent url(/_boutiques/MLLEBIO/site_image/bloc1_top.gif) 0 0 no-repeat;
	padding: 10px;
}

.bl-video {
	float: left;
	margin: 0 8px 10px 0;
}

#home-bloc2 {
	float: left;
	width: 353px;
	background: transparent url(/_boutiques/MLLEBIO/site_image/bloc2_bas.gif) 0 100% no-repeat;
	margin: 0 5px 12px;
}

#home-bloc2inner {
	background: transparent url(/_boutiques/MLLEBIO/site_image/bloc2_top.gif) 0 0 no-repeat;
	padding: 10px;
}

#home-bloc3 {
	width: 715px;
	background: transparent url(/_boutiques/MLLEBIO/site_image/bloc3_bas.gif) 0 100% no-repeat;
	margin: 10px 0 10px;
}

#home-bloc3inner {
	background: transparent url(/_boutiques/MLLEBIO/site_image/bloc3_top.gif) 0 0 no-repeat;
	padding: 10px;
	overflow: hidden;
}

#home-bloc3inner img {
	float: left;
	margin: 0 8px 8px 0;
}

#home-bloc3inner h2 {
	text-indent: 15px;
}


/*--------------------------------------------------*/
/*                billets                           */
/*--------------------------------------------------*/

.post {
	padding: 0 0 30px 0;
	margin: 0 16px 10px 0;
}

.post h2 a {
	text-decoration: none;
}

.post-date {
	background: #fff url(/_boutiques/MLLEBIO/site_image/puce-date.png) no-repeat;
	padding: 0 0 0 55px;
	margin: 0 0 15px 0;
	height: 14px;
}

.postmetadata {
	color: #8c8c8c;
	margin: 15px 0;
}

.postmetadata a {
	color: #333;
}

.post_content {
	
}

.post_content img {
	margin: 3px;
}

.post-comment {
	text-align: right;
	color: #8c8c8c;
	margin: 4px 0;
}

.post_single {

}

.commentmetadata {
	color: #333;
	margin: 20px 0 10px 0;
}

.commentmetadata p {
	padding: 4px 0 4px 25px;
}

#commentform input {
	margin: 2px 0;
}

.cadre_commentaires {
	margin: 15px 0 0 0;
}

.inner {

}

#exp-article {
	background: transparent url(/_boutiques/MLLEBIO/site_image/article-bas.gif) 0 100% no-repeat;
	width: 716px;
}

div#exp-article div.inner {
	background: transparent url(/_boutiques/MLLEBIO/site_image/article-haut.gif) 100% 1px no-repeat;
	padding: 10px;
	zoom:1;
}

#exp-article h1 {
	margin: -10px 0 6px 0;
	padding: 0;
	font-size: 20px;
	color: #33cced;
}

#exp-article h1 span {
	background: #fff url(/_boutiques/MLLEBIO/site_image/article-boucle.gif) 100% 0 no-repeat;
	padding: 0 65px 0 0;
}

#exp-article h1 span a {
	text-decoration: none;
	color: #33cced;
}

.comments-template {
	width: 716px;
}

/* propriétés pour les produits associés aux articles */

#prod-article {
	background: #fff url(/_boutiques/MLLEBIO/site_image/shop_haut.gif) 100% 0 no-repeat;
	width: 690px;
	margin: 10px 0;
}

div#prod-article div.inner {
	
	background: transparent url(/_boutiques/MLLEBIO/site_image/shop_bas.gif) 0 100% no-repeat;
	padding: 0;
}

#prod-article div.inner h2 {
	color: #5dac00;
}

.outer { 
	background: transparent url(/_boutiques/MLLEBIO/site_image/pointilles-home.gif) 173px 0 repeat-y;
	overflow: auto;
}

.bloc-produit {
	float: left;
	width: 140px;
	text-align: center;
	margin: 6px 16px;
	display: inline;
}

.bloc-produit h3, .bloc-produit h3 a {
	color: #385d00;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.bloc-produit h3 a span{
	font-weight: normal;
}

.bloc-produit p {
	text-align: right;
	background: #f2f2f2;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

.bloc-produit p a {
	text-decoration: none;
	color: #385d00;
	padding: 0 5px;
}


/*--------------------------------------------------*/
/*       rayon avec la page archive.php             */
/*--------------------------------------------------*/

#rayon-article {
	background: transparent url(/_boutiques/MLLEBIO/site_image/rayon-article-bottom.png) 0 100% no-repeat;
	overflow: auto;
	padding: 0 0 12px;
	width: 716px;
}

div#rayon-article div.inner {
	background: transparent url(/_boutiques/MLLEBIO/site_image/rayon-article-top.png) 100% 0 no-repeat;
	padding: 0 8px 10px;
}

div#rayon-article div.inner h1 {
	color: #33cced;
	margin: 0 0 8px;
	padding: 0;
	text-indent: 10px;
}

div#rayon-article div.inner h2 {
	font-size: 14px;
	margin: 0 0 6px;
}

div#rayon-article div.inner h2 a  {
	color: #535353;
}

div#rayon-article div.inner img {
	float: left;
	margin: 0 8px 8px 0;
}

#bl-cat-box {
	overflow: hidden;
	margin: 6px 0;
	width: 716px;
}

.bl-cat {
	float: left;
	width: 30%;
	margin: 1%;
}

.bl-cat img {
	float: left;
	margin: 0 6px 4px 0;
}

#bl-ss-cat-box {
	margin: 6px 0;
	background: transparent url(/_boutiques/MLLEBIO/site_image/sscat-bottom.gif) 0 100% no-repeat;
	width: 716px;
}


#bl-ss-cat-box div.inner {
	overflow: auto;
	background: transparent url(/_boutiques/MLLEBIO/site_image/sscat-top.gif) 100% 0 no-repeat;
	padding: 0 10px 12px;
}

#bl-ss-cat-box div.inner h2{
	font-weight: bold;
}

#bl-ss-cat-box div.inner #bl-ss-cat-2 h2 {
	color: #535353;
	font-weight: normal;
	font-size: 18px;
	padding: 14px 0 2px;
}

#bl-ss-cat-2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#bl-ss-cat-2 ul li h3 {
	font-size: 12px;
	text-indent: 18px;
	background: transparent url(/_boutiques/MLLEBIO/site_image/tick-rose.png) 0 0 no-repeat;
	clear: both;
}

#bl-ss-cat-2 ul li h3 a {
	color: #33cced;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}


#bl-ss-cat-2 ul li p {
	float: left;
	margin: 1px 0 8px;
}

#bl-ss-cat-2 ul li div.more-link {
	float: right;
}


.bl-ss-cat {
	float: left;
	width: 31%;
	margin: 1%;
}

.bl-cat h3 a, .bl-ss-cat h3 a {
	font-size: 12px;
	color: #535353;
}

.bl-ss-cat img {
	float: left;
	margin: 0 6px 4px 0;
}

#cat-billets-relatifs {
	padding: 0 0 0 20px;
}


#cat-billets-relatifs h2 {
	font-size: 18px;
	color: #535353;
	margin: 12px 0 2px;
}

#cat-billets-relatifs h3 {
	font-size: 14px;
	color: #535353;
	margin: 12px 0 2px;
}

#cat-billets-relatifs p {
	background: transparent url(/_boutiques/MLLEBIO/site_image/tick-rose.png) 0 100% no-repeat;
	text-indent: 18px;
	line-height: 18px;
	height: 18px;
}

#cat-billets-relatifs p a {
	position: relative;
	bottom: -4px;
	color: #33cced;
	text-decoration: none;
}

#cat-billets-relatifs p a:hover {
	text-decoration: underline;
}

#billets-relatifs h2 {
	font-size: 14px;
	color: #535353;
	margin: 10px 0;
}

#billets-relatifs p {
	font-size: 14px;
	text-indent: 18px;
	background: transparent url(/_boutiques/MLLEBIO/site_image/tick-rose.png) 0 0 no-repeat;
	margin: 2px 0 8px;
}

#billets-relatifs p a {
	color: #33cced;
	text-decoration: none;
}

#mb_tousprimeur p{
font-size: 11px;
}

#mb_tousprimeur {
padding-top: 20px;
}