
body
{
   width: 760px;
   margin-left: 50px;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("fondwarfo.jpg");
   font-size: 110%;

}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 90px;
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-left: 260px;
}

/* Le menu */

#menu
{  
   margin-top: 23px;
   margin-left: none;
   float: left;
   width: 120px;
   font-size : 80%;
}

.element_menu
{
   background-repeat: repeat-x;
   margin-bottom: 10px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: white;
   font-family: "Old English Text MT", "Lucida Calligraphy", "Times New Roman", serif;
   text-align: center;
}

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

.element_menu a
{
   color:#a7718f;
}

.element_menu a:hover
{

   color: black;
}


/* Le corps de la page */

#corps
{
   margin-left: 140px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */ 
   color: white;
   background-repeat: repeat-x; /* Une petite image de fond qui se répètera horizontalement en haut */
   
}

p:first-letter /* Je veux que la première lettre de mes paragraphes... */
{
font-family: "Old English Text MT", "Lucida Calligraphy", "Times New Roman", serif; /* Soit mise en old si possible*/
font-size:130%;
}

h1, h2, h3, h4, h5, h6 
{
font-family: "Old English Text MT", "Lucida Calligraphy", "Times New Roman", serif;
}

#pied_de_page
{
   padding: 5px;
   text-align: center;
   color: #B3B3B3;
   background-repeat: repeat-x;
   font-size: 70%;
}

.premiere
{
font-family: "Old English Text MT", "Lucida Calligraphy", "Times New Roman", serif;
font-size:130%;
}

.outset
{
border:3px outset #d3a65f;
padding :8px;

}

.outsetm
{
border:3px outset #d3a65f;
padding :0px;
}


.important
{
color : red;
}

a:hover
{
color : white;
}