body
{
   width: 900px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 20px;
   background-color:  /*#E8E6F3 #C4E8D4*/ #A5B7F3;
   
   /*background-image: url("image/Aude.jpg");*/
}

p.alinea:first-letter {
padding-left : 2em;
}

/* L'en-tête */

#en_tete
{
   width: 895px;
   height: 125px;
   /*background-image: url("Image/banniere.jpg");*/
   background-repeat: no-repeat;
   margin-bottom: 10px;
   border: 3px solid black;
   background-color: white;
   border-color: orange;
   
}

/* Le menu */

#menu
{
   float: left;
   width: 160px;
   
   
}

#menu h3 /* Tous les titres h3 du menu */

{
			text-align:center;
            background-color: black;
            color: white;
            font-size:0.9em;
            margin-bottom:0px;
        }



.element_menu
{
   background-color: #C4E8D4/*#E8E6F3/*#E4E1F2*/;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
   
   border-color: blue;
   
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   background-color: #7C85D8;
   
}


.element_menu h5
{
margin-top:-5px;
margin-left:15px;
margin-bottom:8px
}

.element_menu ul
{
 
   padding: 0px;
   padding-left: 10px;
   margin: 0px;

   margin-top:20px;
   
   color: #50F270;
   
}

.element_menu a
{
   color: black;
   text-decoration:none;
   
}

.element_menu a:hover
{
   background-color: #76E606;
   color: white;
}





/* Le corps de la page */

#corps
{
   margin-left: 162px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: black;
   background-color: #F0E4D2;
   background-repeat: repeat-x;
   
   border: 2px solid black;
   border-color: orange;
   
   font-family: "Calibri Regular", calibri, serif ;
   
   

}



#corps h1 /* Tous les titres h1 du corps */
{
   color: #B3B3B3;
   /*text-align: center;*/
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   padding-left: 200px;
}

#corps h2 /* Tous les titres h2 du corps */
{
  

   /*background-image: url("images/titre.png"); /* Une petite image de fond sur les titres h2 */
   /*background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   height: 30px;
   padding-left: 30px;
   color: white;
   text-align: left;
   background-color:#E31B4A;

}

#corps h3 /* Tous les titres h3 du corps */

{
			
            background-color: #018FCD ;/*#7C85D8;*/
            color:black;
            margin-bottom:-10px;
        }
		
#corps img

{
	border:0;

	}




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

#pied_de_page
{
   padding: 5px;
   clear: both;

   text-align: center;

   color: grey;
   background-color: white;
   /*background-image: url("images/motif.png");*/
   background-repeat: repeat-x;
   
   border: 3px solid black;
   border-color: blue;
}

        

        
		




