/*****************************************/
/************* GENERAL CSS ***************/
/*****************************************/
html
{
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body
{
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;        
}


form { margin: 0; padding: 0; }                   
h4, h5, h6, ol, pre, blockquote
{
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, h2, h3
{
    margin: 0px;
}


a, a:active, a:link, a:visited{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a:hover{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

/* standard helper classes */

.clr
{
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */


#container-inner { position: static; width: auto; }

#banner { /* position: relative; */ }
#banner-inner { position: static; }

#pagebody { /*position: relative;*/ width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
    display: inline; /* ie win bugfix */
    /*position: relative;*/
    float: left;
    min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
    position: static; overflow: hidden;
}


/* content */

.content-nav
{
    margin: 10px;
    text-align: center;
}

.date-header,
.entry-content
{
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
    /*position: static;*/
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
    clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
    clear: both;
}



.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
    clear: both;                 
    margin: 5px 10px 20px 10px;
    margin: 5px 0px 20px 0px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
    width: 240px;
}

#comment-bake-cookie
{
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header
{
    clear: both;
}

#comment-post
{
    font-weight: bold;
}
 

.image-thumbnail
{
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img
{
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules */

.module
{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content
{
    position: relative;
    margin: 5px 30px 20px 10px;
}

.module-list,
.archive-list
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item
{
    margin-top: 5px;
    margin-bottom: 5px;
}

/* positioniseverything.net/easyclearing.html */
.module-list:after
{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-list { height: 1%; }
.module-list { display: block; }
/* */

.module-list-item
{
    display: block;
    /* ie win fix \*/ height: 1%; /**/
    margin: 0;
    border: 0;
    padding: 0;
}

.module-list-item a
{
    margin: 0;
    border: 0;
    padding: 0;
}

 
                            
/*****************************************/    
/**************   REAL CSS ***************/
/*****************************************/


body{
    background: #BCB098;  
    margin: 0px 0px 0px 0px;
    color: #86796E;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

p{
    font-size: 11px;
}


#banner{
    width: 960px;
    margin-bottom: 0px;
    padding: 0px 5px 0px 5px;
}

#container
{
    /*position: relative; */
    margin: 0 auto; /* center on everything else */
    width: 970px;
    text-align: left;  
}
#container-inner{
    background:  url(http://www.pronatura.com/images/bio/bg-bio.jpg) repeat-y;
    padding-top: 0px;   
}

#pagebody{
    padding: 6px 5px 0px 5px;   
    height: auto;
    width: 960px;
}

#pagebody-inner{
    height: auto;
    margin:0;
}


/*gauche */
#alpha {
  /*clear: none;*/
  float: left;
  width: 190px;
  margin: 0px;
}

#alpha-inner{
  height: auto;
  margin: 0;
  padding:5px;
}

/* milieu */
#beta{
    clear: none;
    float: left;
    height: auto;
    width: 447px; /*+2 fi real width*/
}

/* droite */
#gamma{
    
    clear: right;
    float: right;
    width: 250px;
    margin: 0;
}

#gamma-inner{
    height: auto;
    padding-left:5px;
}


/*****************************************/    
/**************   CONTENT  ***************/
/*****************************************/


.entry-top-header{ height: 0px; }

/*
 old entry header */

.entry-cat a{
text-decoration: none;
font-size: 12px;
}
.entry-cat a:hover{
text-decoration: underline;
font-size: 12px;
}
.entry-cat{
display: none;
}
 

.entry-content{
    /*width: 410px;*/
}

.entry{  
    font-size: 11px;        
    padding-bottom: 30px;  
    padding-left: 30px;
}

.entry-body{
    height: auto;
    color:#736458;
}

.entry-body a, .entry-body a:link, .entry-body a:active, .entry-body a:visited{
    color:#82AB55; 
    text-decoration: underline;
}
.entry-body a:hover{
    color:#82AB55;  
    text-decoration: none;
}


.entry-more-link{      
margin-top: 15px;
margin-bottom: 15px;
}
.entry-more-link a{
 padding-left: 15px;
 background: url(http://www.pronatura.com/images/bio/fleche-verte.gif) no-repeat;
}

.entry-more-link a, .entry-more-link a:link, .entry-more-link a:active, .entry-more-link a:visited{
 color:#82AB55;
 text-decoration: none;
}
.entry-more-link a:hover{
 color:#82AB55;
 text-decoration: underline;
}


/*     MODULES SIDEBAR    */
.module{
    height: auto;
}

.module-header, .module-header a{
    font-family: Calibri, Candara, Corbel, Arial;
    font-size: 16px;
    color: #000000;
    height: auto;
}

.module-header a:hover{
    font-family: Calibri, Candara, Corbel, Arial;
    font-size: 16px;
    color: #000000;
    height: auto;
}

.module-content {
   /*font-size: 11px;*/
}
   

.module-content ul
{ 
    margin: 0px 0px 0px 5px;      
    padding: 0;                 
}

.module-content li { 
    margin: 0;
    padding: 0px 0px 0px 5px;      
    list-style-type: circle; 
}


.module-content ul ul li { margin: 0;
}




/* ******** #alpha ul, #alpha ul, #alpha  ********* */
.entry ul{
    margin: 0px 0px 0px 10px;
    padding: 0;                 
   /* list-style-type: none;*/
}
.entry li { 
padding: 0px 0px 0px 0px;
}

/*
#alpha .module-content li a{
    display: block;
    background-image:  url(http://www.pronatura.com/images/redButton.gif);
    background-repeat: repeat-y;      

    width: 145px;      

    margin-left: -10px;   

    padding-top: 5px;
    padding-bottom: 8px;
    padding-right: 5px;
    padding-left: 5px;      
    color: #FFF;
    height: auto;
    text-decoration: none;

}

#alpha .module-content ul ul a:hover{
    display: block;
    background-image:  url(http://www.pronatura.com/images/grey.gif);
    background-repeat: repeat-y;
    width: 145px;

    margin-left: -10px;
    padding-top: 5px;
    padding-bottom: 8px;
    padding-right: 5px;   

    padding-left: 30px;

    color: #333333;   
    height: auto;
    text-decoration: underline;

}

#alpha .module-content ul ul a{
    display: block;
    background-image:  url(http://www.pronatura.com/images/redButton.gif);
    background-repeat: repeat-y;    

    width: 145px;     

    margin-left: -10px;     

    padding-top: 5px;
    padding-bottom: 8px;
    padding-right: 5px;
    padding-left: 30px;   
    color: #CCC;
    height: auto;
    text-decoration: none;

}

#alpha .module-content li a:hover{
    display: block;
    background-image:  url(http://www.pronatura.com/images/grey.gif);
    background-repeat: repeat-y;
    width: 145px;    
    margin-left: -10px;
    padding-top: 5px;
    padding-bottom: 8px;
    padding-right: 5px;  

    padding-left: 5px;   
    color: #333333;
    height: auto;
    text-decoration: underline;

}
*/

.entry-footer{
border-top: solid 1px #E2E0D4;
color:#736458;          
padding-top: 7px;
margin-top: 7px;
}
    
.entry-footer a{
font-weight: bold;
}
.entry-footer a, .entry-footer a:link, .entry-footer a:active, .entry-footer a:visited{
    color:#82AB55;
    text-decoration: none;
}
.entry-footer a:hover{
    color:#82AB55;         
    text-decoration: underline; 
}
 

.date-header{
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
}


/* general */
.comments{
    padding:0px;
   /* border: thin 0px #990000;*/
}

.trackbacks{
   /*  padding: 10px;
   border: thin 0px #999999;*/
}
     

blockquote{
    padding: 5px;
   /* border: thin 0px #999999; */
}

.content-nav{
    text-align: right;
}


#trackback{
}


.comments-header{
/* display:none; */
}

.trackbacks-header h3{
}

.comments-header{
    font-weight: bold;
    padding-top: 0px;     
}

 
.comments-open-header{
    font-weight: bold;
}

.footer{
text-align: center;
clear: both;  
padding-top: 2px;
margin: 5px 30px 5px 30px;
color:#666666;
background-image:  url(http://www.pronatura.com/images/bio/footer-bio.gif);
background-repeat: no-repeat;
width: 900px;
height: 21px;
color:#FFFFFF;

}
.footer a{
font-weight: normal;
font-size: 11px;
color:#FFFFFF;
text-decoration: none;
}
.footer a:hover{
text-decoration: underline;
color:#FFFFFF;
}




/*
if menu custom
.tubby-menu{
margin: 0px 40px 0px 180px;
clear: both;
color:#FFFFFF;
font-size:10px;
}
.tubby-menu a{
color:#FFFFFF;
text-decoration: none;  
font-size:10px;
}

.tubby-menu a, .tubby-menu a:link,.tubby-menu a:active,.tubby-menu a:visited{
color:#FFFFFF;
text-decoration: none;  
font-size:10px;
}


.tubby-menu a:hover{
color:#FFFFFF;
text-decoration: underline;  
font-size:10px;
}


.tubby-menu input{
height: 12px;
font-size: 10px;
}
*/

#alpha-inner a{
text-decoration : none;
}
#alpha-inner a:hover{
text-decoration : underline;
}

#gamma-inner a{
text-decoration : none;
}
#gamma-inner a:hover{
text-decoration : underline;
}
 

.entry-feedburner{
padding-left: 20px;
}



         
/* home page right */

.titre-bloc-home-left-2{
    background-image:  url(http://www.pronatura.com/images/bio/titre-right-top.gif);
    background-repeat: no-repeat;
    width: 280px;
    height: 25px;
}
.page-titre-bloc-left-top-2-in{
    color:#F6E721;/* 3av */
    color:#E3F0AC;
    padding-left: 15px;    
    padding-top: 4px;    
    font-size: 13px;
    font-weight: bold;
    font-family: Georgia, Verdana, Arial, Sans-Serif;
}

.titre-bloc-home-left-2-mil{                                                                  
    background-image:  url(http://www.pronatura.com/images/bio/titre-right-mil.gif);
    background-repeat: repeat-y;  
    width: 280px;
}
.titre-bloc-home-left-2-mil-in{   
   padding: 10px 10px 10px 10px;
   clear: both;
}

.titre-bloc-home-left-2-bot{                                                                 
    background-image:  url(http://www.pronatura.com/images/bio/titre-right-bot.gif);
    background-repeat: no-repeat; 
    width: 280px;
    height: 11px;
    margin-bottom:20px;
    clear: both;
}

/* le groupe PN */


.titre-bloc-groupePN-left-2{
    background-image:  url(http://www.pronatura.com/images/bio/le-groupe-PN-top.gif);
    background-repeat: no-repeat;
    width: 280px;
    height: 25px;
}

.page-titre-bloc-groupePN-left-top-2-in{
    color:#FF99E8;
    padding-left: 15px;    
    padding-top: 4px;    
    font-size: 13px;
    font-weight: bold;
    font-family: Georgia, Verdana, Arial, Sans-Serif;
}


.titre-bloc-groupePN-left-2-mil{                                                                  
    background-image:  url(http://www.pronatura.com/images/bio/le-groupe-PN-mil.gif);
    background-repeat: repeat-y;  
    width: 280px;
}
.titre-bloc-groupePN-left-2-mil-in{   
   padding: 10px 10px 10px 10px;
   clear: both;
}
.titre-bloc-groupePN-left-2-bot{                                                                 
    background-image:  url(http://www.pronatura.com/images/bio/le-groupe-PN-bot.gif);
    background-repeat: no-repeat; 
    width: 280px;
    height: 8px;
    margin-bottom:20px;
    clear: both;
}
/* fin le groupe PN */
.sidebar-titre{
    color:#82AB55;
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
    font-family: Georgia, Verdana, Arial, Sans-Serif;
} 
      
/* page right */
 
/* old tubby 19 mars08 
.page-titre-bloc-left-top{
    background-image:  url(http://www.pronatura.com/images/page-titre-bloc-left-top.gif);
    background-repeat: no-repeat;
    width: 630px;
    height: 25px;
}
.cat-titre-name{
    color:#F6E721;
    padding-left: 15px;    
    padding-top: 4px;    
    font-size: 13px;
    font-weight: bold;
    font-family: Georgia, Verdana, Arial, Sans-Serif;
}
*/
/*** page catégorie custom top cadre ***/

.page-titre-bloc-left-top-2{
    background-image:  url(http://www.pronatura.com/images/top-cadre-2.gif);
    background-repeat: no-repeat;
    width: 630px;
    height: 25px;
}
.page-titre-bloc-left-top-2-in{
    color:#F6E721;/* 3av */
    color:#E3F0AC;
    padding-left: 15px;    
    padding-top: 4px;    
    font-size: 13px;
    font-weight: bold;
    font-family: Georgia, Verdana, Arial, Sans-Serif;
}


/*** fin page catégorie custom top cadre ***/



.page-titre-bloc-left-mil{
    background-image:  url(http://www.pronatura.com/images/page-titre-bloc-left-mil.gif);
    background-repeat: repeat-y;  
    width: 630px;
}
.page-titre-bloc-left-mil-in{
   padding: 10px;
   clear: both;
}
.page-titre-bloc-left-bot{
    background-image:  url(http://www.pronatura.com/images/page-titre-bloc-left-bot.gif);
    background-repeat: no-repeat;  
    width: 630px;
    height: 8px;
    margin-bottom:20px;
    clear: both;
}



/*** custom bottom sidebar right ***/ 
.page-sub-titre-bloc-left-top{
    background-image:  url(http://www.pronatura.com/images/page-sub-titre-bloc-left-top.gif);
    background-repeat: no-repeat;
    width: 190px;
    height: 25px;
}
.page-sub-titre-bloc-left-mil{
    background-image:  url(http://www.pronatura.com/images/page-sub-titre-bloc-left-mil.gif);
    background-repeat: repeat-y;  
    width: 190px;
}
.page-sub-titre-bloc-left-mil-in{
   padding: 10px;
   clear: both;
}
.page-sub-titre-bloc-left-bot{
    background-image:  url(http://www.pronatura.com/images/page-sub-titre-bloc-left-bot.gif);
    background-repeat: no-repeat;  
    width: 190px;
    height: 6px;
    margin-bottom:20px;
    clear: both;
}
.page-bloc-en-savoir-plus-on{
    background: #EBF2CF;
    color: #9EC219;
    font-weight: bold;
    font-size: 10px; 
    margin-top: 10px; 
    padding: 4px;
    font-family: Verdana;
}
.page-bloc-en-savoir-plus-on a{   
    color: #9EC219;
    font-weight: bold; 
    text-decoration: none;
}
.page-bloc-en-savoir-plus-on a:hover{
    text-decoration: underline;
    color: #9EC219;
}
        





/**************** entry *************/
 

/*************************************/
.page-left-menu-bloc-height{
font-size: 0px;
height: 7px;
}

.page-left-menu-bloc-height-2{
font-size: 0px;
height: 200px;
}

/*** sidebar left menu dynamique ***/
.page-left-menu-bloc{
background: #EBF2CF;
color: #9EC219;
font-weight: bold; 
font-size: 12px;
margin-bottom: 4px; 
padding: 4px;
}
.page-left-menu-bloc a{ 
color: #9EC219;
font-weight: bold;
text-decoration: none;
font-size: 11px; 
font-family: Verdana;
}
.page-left-menu-bloc a:hover{
color: #9EC219;
font-weight: bold; 
text-decoration: underline;
font-size: 11px; 
font-family: Verdana;
}

.page-left-menu-bloc-on{
background: #EBF2CF;
color: #7C9914;
font-weight: bold;
font-size: 13px; 
margin-bottom: 4px; 
padding: 4px;
font-family: Verdana;
}
.page-left-menu-bloc-on a{   
color: #7C9914;  
font-weight: bold; 
text-decoration: none;
}
.page-left-menu-bloc-on a:hover{
text-decoration: underline;
}
 
/* sidebar menu -1 */
.page-left-menu-bloc-1{
color: #B36BAD;
font-weight: bold; 
font-size: 12px;
margin-bottom: 4px; 
padding: 4px;
background: url(http://www.pronatura.com/images/fleche-blanche-droite-1.gif) 4px 9px no-repeat; padding-left: 13px;
border-bottom: 1px solid #E1C4DE;
}
.page-left-menu-bloc-1 a{    
color: #B36BAD;
font-weight: bold;
text-decoration: none;
font-size: 12px;
font-family: Verdana;
}
.page-left-menu-bloc-1 a:hover{   
color: #B36BAD;
font-weight: bold; 
text-decoration: underline;
font-size: 12px;
font-family: Verdana;
}

.page-left-menu-bloc-1-on{
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
margin-bottom: 4px; 
padding: 4px;
font-family: Verdana;  
background: #B36BAD url(http://www.pronatura.com/images/fleche-blanche.gif) 4px 9px no-repeat; padding-left: 13px;
}
.page-left-menu-bloc-1-on a{     
color: #FFFFFF;
font-weight: bold; 
text-decoration: none;
}
.page-left-menu-bloc-1-on a:hover{
text-decoration: underline;   
color: #FFFFFF;
}

/* sidebar menu -2 */
.page-left-menu-bloc-2{     
color: #7C9914;
font-weight: bold; 
font-size: 12px;
margin-bottom: 4px; 
padding: 4px;
background: url(http://www.pronatura.com/images/fleche-blanche-droite-2.gif) 4px 9px no-repeat; padding-left: 13px;
border-bottom: 1px solid #D8E7A3 ;
}
.page-left-menu-bloc-2 a{     
color: #7C9914;
font-weight: bold;
text-decoration: none;
font-size: 12px;
font-family: Verdana;
}
.page-left-menu-bloc-2 a:hover{      
color: #7C9914;
font-weight: bold; 
text-decoration: underline;
font-size: 12px;
font-family: Verdana;
}

.page-left-menu-bloc-2-on{     
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
margin-bottom: 4px; 
padding: 4px;
font-family: Verdana;   
background: #9EC219 url(http://www.pronatura.com/images/fleche-blanche.gif) 4px 9px no-repeat; padding-left: 13px;
}
.page-left-menu-bloc-2-on a{
color: #FFFFFF;
font-weight: bold; 
text-decoration: none;
}
.page-left-menu-bloc-2-on a:hover{
text-decoration: underline;   
color: #FFFFFF;
}

/* sidebar menu -3 */
.page-left-menu-bloc-3{    
color: #4C7833;
font-weight: bold; 
font-size: 12px;
margin-bottom: 4px; 
padding: 4px;   
background: url(http://www.pronatura.com/images/fleche-blanche-droite-3.gif) 4px 9px no-repeat; padding-left: 13px;
border-bottom: 1px solid #B7C9AD;
}
.page-left-menu-bloc-3 a{        
color: #4C7833;
font-weight: bold;
text-decoration: none;
font-size: 12px;
font-family: Verdana;
}
.page-left-menu-bloc-3 a:hover{     
color: #4C7833;
font-weight: bold; 
text-decoration: underline;
font-size: 12px;
font-family: Verdana;
}

.page-left-menu-bloc-3-on{     
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
margin-bottom: 4px; 
padding: 4px;
font-family: Verdana; 
background: #4C7833 url(http://www.pronatura.com/images/fleche-blanche.gif) 4px 9px no-repeat; padding-left: 13px;
}
.page-left-menu-bloc-3-on a{
color: #FFFFFF;
font-weight: bold; 
text-decoration: none;
}
.page-left-menu-bloc-3-on a:hover{
text-decoration: underline;   
color: #FFFFFF;
}

/* sidebar menu -4 */
.page-left-menu-bloc-4{
color: #F0A732;
font-weight: bold; 
font-size: 12px;
margin-bottom: 4px; 
padding: 4px;
background: url(http://www.pronatura.com/images/fleche-blanche-droite-4.gif) 4px 9px no-repeat; padding-left: 13px;
border-bottom: 1px solid #F9DCAD;
}
.page-left-menu-bloc-4 a{      
color: #F0A732;
font-weight: bold;
text-decoration: none;
font-size: 12px;
font-family: Verdana;
}
.page-left-menu-bloc-4 a:hover{      
color: #F0A732;
font-weight: bold; 
text-decoration: underline;
font-size: 12px;
font-family: Verdana;
}

.page-left-menu-bloc-4-on{      
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
margin-bottom: 4px; 
padding: 4px;
font-family: Verdana;  
background: #F0A732 url(http://www.pronatura.com/images/fleche-blanche.gif) 4px 9px no-repeat; padding-left: 13px;
}
.page-left-menu-bloc-4-on a{
color: #FFFFFF;
font-weight: bold; 
text-decoration: none;
}
.page-left-menu-bloc-4-on a:hover{
text-decoration: underline;   
color: #FFFFFF;
}

/* sidebar menu -5 */
.page-left-menu-bloc-5{
color: #9C0040;
font-weight: bold; 
font-size: 12px;
margin-bottom: 4px; 
padding: 4px; 
background: url(http://www.pronatura.com/images/fleche-blanche-droite-5.gif) 4px 9px no-repeat; padding-left: 13px;
border-bottom: 1px solid #D799B3;
}
.page-left-menu-bloc-5 a{      
color: #9C0040;
font-weight: bold;
text-decoration: none;
font-size: 12px;
font-family: Verdana;
}
.page-left-menu-bloc-5 a:hover{      
color: #9C0040;
font-weight: bold; 
text-decoration: underline;
font-size: 12px;
font-family: Verdana;
}

.page-left-menu-bloc-5-on{       
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
margin-bottom: 4px; 
padding: 4px;
font-family: Verdana;   
background: #9C0040 url(http://www.pronatura.com/images/fleche-blanche.gif) 4px 9px no-repeat; padding-left: 13px;
}
.page-left-menu-bloc-5-on a{
color: #FFFFFF;
font-weight: bold; 
text-decoration: none;
}
.page-left-menu-bloc-5-on a:hover{
text-decoration: underline;   
color: #FFFFFF;
}

/* sidebar menu -6 */
.page-left-menu-bloc-6{
color: #4C7833;
font-weight: bold; 
font-size: 12px;
margin-bottom: 4px; 
padding: 4px;  
background: url(http://www.pronatura.com/images/fleche-blanche-droite-6.gif) 4px 9px no-repeat; padding-left: 13px;
border-bottom: 1px solid #B7C9AD;
}
.page-left-menu-bloc-6 a{      
color: #4C7833;
font-weight: bold;
text-decoration: none;
font-size: 12px;
font-family: Verdana;
}
.page-left-menu-bloc-6 a:hover{      
color: #4C7833;
font-weight: bold; 
text-decoration: underline;
font-size: 12px;
font-family: Verdana;
}

.page-left-menu-bloc-6-on{    
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
margin-bottom: 4px; 
padding: 4px;
font-family: Verdana;   
background: #4C7833 url(http://www.pronatura.com/images/fleche-blanche.gif) 4px 9px no-repeat; padding-left: 13px;
}
.page-left-menu-bloc-6-on a{
color: #FFFFFF;
font-weight: bold; 
text-decoration: none;
}
.page-left-menu-bloc-6-on a:hover{
text-decoration: underline;   
color: #FFFFFF;
}

/* sidebar menu -7 */
.page-left-menu-bloc-7{
color: #D94330;
font-weight: bold; 
font-size: 12px;
margin-bottom: 4px; 
padding: 4px;  
background: url(http://www.pronatura.com/images/fleche-blanche-droite-7.gif) 4px 9px no-repeat; padding-left: 13px;
border-bottom: 1px solid #F0B4AC;
}
.page-left-menu-bloc-7 a{
color: #D94330;
font-weight: bold;
text-decoration: none;
font-size: 12px;
font-family: Verdana;
}
.page-left-menu-bloc-7 a:hover{
color: #D94330;
font-weight: bold; 
text-decoration: underline;
font-size: 12px;
font-family: Verdana;
}

.page-left-menu-bloc-7-on{     
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
margin-bottom: 4px; 
padding: 4px;
font-family: Verdana;  
background: #D94330 url(http://www.pronatura.com/images/fleche-blanche.gif) 4px 9px no-repeat; padding-left: 13px;
}
.page-left-menu-bloc-7-on a{
color: #FFFFFF;
font-weight: bold; 
text-decoration: none;
}
.page-left-menu-bloc-7-on a:hover{
text-decoration: underline;   
color: #FFFFFF;
}


                                           
/*** fin sidebar left menu dynamique ***/
/*** début sous sidebar left menu dynamique ***/

.liste-note-sidebar-left{
/*margin-left: 5px;  mis en padding dans les -in ci-dessous*/
}
                      
.liste-note-titre-note,.liste-note-titre-note-1,.liste-note-titre-note-2,.liste-note-titre-note-3,.liste-note-titre-note-4,.liste-note-titre-note-5,.liste-note-titre-note-6,.liste-note-titre-note-7,
.liste-note-titre-note-on,.liste-note-titre-note-1-on,.liste-note-titre-note-2-on,.liste-note-titre-note-3-on,.liste-note-titre-note-4-on,.liste-note-titre-note-5-on,.liste-note-titre-note-6-on,.liste-note-titre-note-7-on{
margin-bottom: 5px;
}
/*
.liste-note-titre-note-1{ 
border-bottom: #B36BAD 1px solid;
}

.liste-note-titre-note-2{ 
border-bottom: #7C9914 1px solid;
}
.liste-note-titre-note-3{ 
border-bottom: #4C7833 1px solid;
}
.liste-note-titre-note-4{ 
border-bottom: #F0A732 1px solid;
}
.liste-note-titre-note-5{ 
border-bottom: #9C0040 1px solid;
}
.liste-note-titre-note-6{ 
border-bottom: #4C7833 1px solid;
}
.liste-note-titre-note-7{ 
border-bottom: #D94330 1px solid;
}
*/
.liste-note-titre-note-1-on a,
.liste-note-titre-note-2-on a,
.liste-note-titre-note-3-on a,
.liste-note-titre-note-4-on a,
.liste-note-titre-note-5-on a,
.liste-note-titre-note-6-on a,
.liste-note-titre-note-7-on a{
padding: 0px 0px 0px 20px;
}

.liste-note-titre-note-1 a{
color: #B36BAD;
font-weight: bold; 
font-size: 11px;
/*width:163px; */
display: block;
font-family: Verdana; 
text-decoration: none;
padding: 0px 0px 0px 20px;
}        
.liste-note-titre-note-1 a:hover, .liste-note-titre-note-1-on a{
background: #E1C4DE;
color: #B36BAD;
font-weight: bold;
font-size: 11px;
/*width:163px;*/
display: block;
font-family: Verdana;
text-decoration: none;
}

.liste-note-titre-note-2 a{
color: #7C9914;
font-weight: bold; 
font-size: 11px;
/*width:163px;*/
display: block;
font-family: Verdana; 
text-decoration: none; 
padding: 0px 0px 0px 20px;
}                   
.liste-note-titre-note-2 a:hover, .liste-note-titre-note-2-on a{
background: #D8E7A3;
color: #7C9914;
font-weight: bold;
font-size: 11px;
/*width:163px;*/
display: block;
font-family: Verdana;
text-decoration: none;
}

.liste-note-titre-note-3 a{
color: #4C7833;
font-weight: bold; 
font-size: 11px;     
/*width:163px;*/
display: block;
font-family: Verdana; 
text-decoration: none;      
padding: 0px 0px 0px 20px;
}
.liste-note-titre-note-3 a:hover, .liste-note-titre-note-3-on a{
background: #B7C9AD;
color: #4C7833;
font-weight: bold;
font-size: 11px;     
/*width:163px;*/
display: block;
font-family: Verdana;
text-decoration: none;       
}

.liste-note-titre-note-4 a{
color: #F0A732;
font-weight: bold; 
font-size: 11px;    
/*width:163px;*/
display: block;
font-family: Verdana; 
text-decoration: none;      
padding: 0px 0px 0px 20px;
}
.liste-note-titre-note-4 a:hover, .liste-note-titre-note-4-on a{
background: #F9DCAD;
color: #F0A732;
font-weight: bold;
font-size: 11px;     
/*width:163px;*/
display: block;
font-family: Verdana;
text-decoration: none;      
}

.liste-note-titre-note-5 a{
color: #9C0040;
font-weight: bold; 
font-size: 11px;      
/*width:163px;*/
display: block;
font-family: Verdana; 
text-decoration: none;    
padding: 0px 0px 0px 20px;
}
.liste-note-titre-note-5 a:hover, .liste-note-titre-note-5-on a{
background: #D799B3;
color: #9C0040;
font-weight: bold;
font-size: 11px;      
/*width:163px;*/
display: block;
font-family: Verdana;
text-decoration: none;      
}

.liste-note-titre-note-6 a{
color: #4C7833;
font-weight: bold; 
font-size: 11px;      
/*width:163px;*/
display: block;
font-family: Verdana; 
text-decoration: none;     
padding: 0px 0px 0px 20px;
}
.liste-note-titre-note-6 a:hover, .liste-note-titre-note-6-on a{
background: #B7C9AD;
color: #4C7833;
font-weight: bold;
font-size: 11px;    
/*width:163px;*/
display: block;
font-family: Verdana;
text-decoration: none;      
}

.liste-note-titre-note-7 a{
color: #D94330;
font-weight: bold; 
font-size: 11px;    
/*width:163px;*/
display: block;
font-family: Verdana; 
text-decoration: none;     
padding: 0px 0px 0px 20px;
}
.liste-note-titre-note-7 a:hover, .liste-note-titre-note-7-on a{
background: #F0B4AC;
color: #D94330;
font-weight: bold;
font-size: 11px;     
/*width:163px;*/
display: block;
font-family: Verdana;
text-decoration: none;     
}


             
/*** fin sous sidebar left menu dynamique ***/

.en-savoir-plus{
background: #EBF2CF;
color:#9EC219; 
font-weight: bold; 
}


/* page right / right colonne */


.page-titre-bloc-left-right-top{
    background-image:  url(http://www.pronatura.com/images/page-titre-bloc-left-right-top.gif);
    background-repeat: no-repeat;
    width: 310px;
    height: 25px;
}
.page-titre-bloc-left-right-mil{
    background-image:  url(http://www.pronatura.com/images/page-titre-bloc-left-right-mil.gif);
    background-repeat: repeat-y;  
    width: 310px;
}
.page-titre-bloc-left-right-mil-in{
   padding: 10px;
   clear: both;
}
.page-titre-bloc-left-right-bot{
    background-image:  url(http://www.pronatura.com/images/page-titre-bloc-left-right-bot.gif);
    background-repeat: no-repeat;  
    width: 310px;
    height: 6px;
    margin-bottom:20px;
    clear: both;
}


/* bloc couleur PN en quelques mots */
.page-bloc-en-quelques-mots-on{
background: #DECEDC;
color: #C289BD;
font-weight: bold;
font-size: 11px; 
margin-top: 4px; 
padding: 4px;
font-family: Verdana;
width: 304px;
}
.page-bloc-en-quelques-mots-on a{   
color: #C289BD;  
font-weight: bold; 
text-decoration: none;
}
.page-bloc-en-quelques-mots-on a:hover{
text-decoration: underline;
color: #C289BD;
}


/* bloc couleur A la une de */
.page-bloc-a-la-une-de-on{
background: #E5EBD0;
color: #9BBC77;
font-weight: bold;
font-size: 11px; 
margin-top: 4px; 
padding: 4px;
font-family: Verdana;
width: 304px;
}
.page-bloc-a-la-une-de-on a{   
color: #9BBC77;  
font-weight: bold; 
text-decoration: none;
}
.page-bloc-a-la-une-de-on a:hover{
text-decoration: underline;
color: #9BBC77;
}


.lignenoire{
background: #41591D;
height: 1px;
font-size: 0px;
}

/* ************************* */

.tag-cloud-top{
    background-image:  url(http://www.pronatura.com/images/tag-cloud-top.gif);
    background-repeat: no-repeat;
    width: 235px;
    height: 22px;
}

.tag-cloud-mil{
    background-image:  url(http://www.pronatura.com/images/tag-cloud-mil.gif);
    background-repeat: repeat-y;
    width: 235px;
}

.tag-cloud-mil-in{
   padding: 10px 20px 10px 15px;
}

.tag-cloud-bot{
    background-image:  url(http://www.pronatura.com/images/tag-cloud-bot.gif);
    background-repeat: no-repeat;
    width: 235px;
    height: 18px;
    margin-bottom:20px;
}


/*
.retour-home{
height: 185px;
width: 960px;
display: block;
} */


.extended{
text-align: right;
margin-right: 20px;
}


.tab-top{
margin-top: 10px;
clear: both;
margin-bottom: 10px;
}
.top-titre-droit{
color:#FFFFFF;
font-family: Georgia;
font-size: 18px;
text-transform : uppercase;
font-family: bold;
}
.top-titre-droit-sub{
color:#3B1F06; 
font-size: 11px;
margin-bottom: 10px;
}

.overflow{
 overflow: hidden;
}


.entry-body ul
{
    margin: 0px 0px 0px 10px;
    padding: 0;                 
    list-style-type: none; 
}

.entry-body li { 
margin: 0px 0px 0px 10px;
list-style-type: circle; 
}
.entry-body ul ul li { 
margin: 0px 0px 0px 10px;
list-style-type: circle; 
}

/*.date-header, .entry-cat, .entry-footer{ display: none; } */

.input {
    border: 1px solid #444444;
    color: #949494;
    background: #fff;
    padding: 2px 5px 1px 5px;
    font-size: 1em;
    }

.input:hover {
    background: #fff;            
    border: 1px solid #385926; 
    color:#385926;
    font-size: 1em;
    }

textarea {
    font-family: Arial, Verdana, Helvetica;
    font-size: 1.1em;
    border: 1px solid #444444;
    color: #949494;
    padding: 2px 5px 1px 5px;
    width: 550px;
    }

textarea:hover {
    background: #fff;
    border: 1px solid #ACE149;
    color: #385926;
    }







    
.entry-header{
    margin:0;
    color:#750D68;
    font-size: 18px;
    font-weight: normal;
    font-family: Georgia, Verdana, Arial, Sans-Serif; 
    padding-bottom: 7px;
    margin-bottom: 7px;
    padding-top: 5px;
    border-bottom: #BCB098 solid 1px;
}

.entry-header a,.entry-header a{
text-decoration: none;          
color:#750D68;
font-size: 18px;
}
.entry-header a:hover,.entry-header a:hover{
text-decoration: underline;        
color:#750D68;
font-size: 18px;
}
.entry-header-new{
    float: left;
}
.date-header-new{
    float: right;
    text-align: right;
    width: 110px;
    color:#82AB55;
    font-size: 15px;
    font-weight: normal;
}


.lien-txt{
text-decoration: underline;
font-weight: normal;
color:#9C8C7D;
}
.lien-txt:hover, .lien-txt a:hover{
text-decoration: none;
font-weight: normal;
color:#9C8C7D;
}


.lien-txt-2{
text-decoration: none;
font-weight: normal;
color:#9C8C7D;
}
.lien-txt-2:hover, .lien-txt-2 a:hover{
text-decoration: underline;
font-weight: normal;
color:#9C8C7D;
}

p{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}






#sidebarleft a{
font-weight: normal;
color: #86796E;
}
#calendar a{
font-weight: bold;
color: #000000;
}
#calendar td{
text-align: center;
}


.archives-title, #link-footer{
margin-left: 30px;
}

.archives-title h2{
    color:#750D68;
    font-size: 18px;
    font-weight: normal;
    font-family: Georgia, Verdana, Arial, Sans-Serif; 
}


h2, h1, h3{
    color:#750D68;
    font-size: 18px;
    font-weight: normal;
    font-family: Georgia, Verdana, Arial, Sans-Serif; 
}

.cadre-commentaire{
border: 1px solid #750D68;background:#EFEFEF;padding: 5px;margin-top: 10px;
}

.commentaires, .module-archives-old{
margin-bottom: 20px;
}


