/* CSS Document */
#site_web_content {
      background-color: #009C00;
    } 

.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active {height: auto !important;} 

div[id^="reseaux-sociaux-"] { display:none}   
/* pour les bords arrondis des boîtes */
  .boiteGauche,
  .boiteMilieu,
  .boiteDroite {
     border-radius: 5px;
    -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
    }
    
/* pour faire un espace entre la boîte resultat de recherche et la liste des résultats */    
.boiteMilieu {
    margin-bottom: 10px;
}
.embedcode {
    display: none;
    }
    
/* pour la gestion du format du menu horizontal */    
#menu_horizontal {
    
    background: none;
    background-color: #EBFFB1;
    height: 50px;
    font-size: 28px;
    font-family: monotype corsiva;
    padding-top: 10px;
} 
/* couleur du texte dans le menu horizontal */
#menu_horizontal a {
    text-decoration: none;
    color: #009C00; }
/* espace dans le menu horizontal */     
#menu_horizontal * {
    padding: 8px;
    margin: 0px;
 }   
/* couleur de fond de la boîte de connexion dans la bannière */ 
/* Marge droite de la boîte de connexion dans la bannière */         
div#header .boiteBanniereDroite {  
background-color: #EBFFB1;
margin-right: 10px;
  }
  

/* Couleur du texte dans la bannière */
div#header{
    color:#3BB800;
}

/* Couleur du texte dans la boite édite par francévasion dans la bannière à droite */
div#header .article_content{
    color:#FFD700;
    width:90px;
}


/* couleur de fond de la liste de recherche */ 
.resultat_recherche {
    background-color: #D5FF93;
    
}

/* couleur de fond de la liste pour affiner le résultat dans la liste de recherche */ 
.filtre_recherche {
   background-color: #D5FF93;
}
/* couleur de fond du pied de page */ 
.footer {
    background-color: #009C00;
}


/* Format de la présentation dans l onglet d un livre */
.onglets_contenu {
    font-size: 17px;
}

/* Dans la recherche avancée, Ne pas afficher  */
/* la collection  */
form.recherche_avancee td table:nth-child(1) tr:nth-child(4) {display:none;}
/* la collection  */ 
form.recherche_avancee td table:nth-child(5) tr:nth-child(1) {display:none;} 
/* la collection  */
form.recherche_avancee td table:nth-child(5) tr:nth-child(2) {display:none;}
/* la collection  */ 
form.recherche_avancee td table:nth-child(5) tr:nth-child(4) {display:none;} 

