/*
merci au site du zéro
*/


body
{
   width: 100%;/* la page sera extensible */
   margin-left: 10%;
   margin-right: 10%;
   margin-top: 20px;
   margin-bottom: 20px;
      
   background-image: url("/")/* l'image de fond */
}
/* L'en-tête */

#en_tete
{
   width: 80%;
margin:0 px;
text-align: center;
   height: 150px;
   background-image: url("http://www.vitebio.fr/images/header_bg.jpg");
   background-repeat: no-repeat;
   margin-bottom: 5px;
}


/* Le menu */

#menu
{
   width: 80%;
   float: left;
   width: 135px;
}

.element_menu
{
   background-color: #f3fb58;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 15px;
}
.element_menu_2
{
   background-color: #ffffff;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 0px solid black;
   
   margin-bottom: 0px;
}

/* Quelques effets sur les menus */

.element_menu_2 h4
{    
   color: #ffffff;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: left;
}
.element_menu h3
{    
   color: #000000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
   text-align: left;

}

.element_menu a
{
   color: #000000;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}


/* Le corps de la page */

#corps
{
   width: 76%;
   margin-left: 14%;
   margin-bottom: 0px;
   padding: 5px;
   
   color: #B3B3B3;
   background-color: #f0d758;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 3px; 
margin-top: 5px;
   margin-bottom: 0px; 
   text-align: center;
width: 80%;
   height: 15px;
   color: #00000;
   background-color: #30fd00;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   border: 2px solid black;
}