/*

*/

body
{
   
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("img/fond1_ecclesia.jpg");
}

/* L'en-tête */

#en_tete
{


   height: 70px;
   
   margin-bottom: 10px;
}


/* Les menus */

#menu_g
{
   float: left;
   width: 17%;
   margin-left: 5px;
}



#menu_d
{
   float: right;
   width: 17%;
   margin-right: 5px;
}

.element_menu
{
   background-color: #fef189;
   
   
   border: 2px solid black;
   
   margin-bottom: 10px;
   
}




/* Quelques effets sur les menus */


.element_menu h3
{  
   margin-top: 0px;
   margin-bottom: 2px;  
   background-color: #f0b059;
   color: #1D4CBB;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
  
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #442D0B;
}

.element_menu a:hover
{
   background-color: #fef189;
   color: black;
}


/* Le corps de la page */

#corps
{
   width: 62%;

margin-left: 18.2%;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #442D0B;
   background-color: #fef189;
   
   
   border: 2px solid black;
}

#corps blockquote
{
   font-size: 12px;
   margin: 5px;
   text-align: justify;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   padding: 5px;
   color: #442D0B;
   background-color: #ffffff;
   border: 2px solid black;
}

#corps h1
{
   color: #9B290F;
   text-align: left;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;
   margin-top: 0px;
   background-color: #f0b059;
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #9B290F;
   text-align: left;
}

#corps h3
{
   margin-top: 0px;
   color: #9B290F;
   text-align: left;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: #B3B3B3;
   background-color: #626262;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}
