body
{
   width: 760px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur.*/
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-color: rgb(55,47,34); 
}

#head p
{
	color: green;
}
/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 150px;
   background-image: url("images/header.jpg");
   background-repeat: no-repeat;
   background-position: center;
   border: none;
}

#menu
{ 
width : 760px; 
height : 30px;
background-color : #372f22; /*R: 55 V : 47 B : 34*/
}

#menu ul
{
list-style-type : none;
width : 760px; 
height : 30px;
margin : 0; /* supprime la bande blanche */
padding : 0;
text-align: center;
} 

#menu ul li 
{
display : inline;
padding : 0 1em;  
line-height : 30px; /* permet de centrer le texte dans sa case */
}

#menu ul a 
{
color : rgb(162,142,33);
text-decoration : none;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-align: center;
}
 
#menu ul a:hover 
{
color : rgb(101,202,34);
text-decoration : underline;
}

#conteneur
{
width: 760px;
background-image: url("images/wood.jpg");
padding-top: 20px;
padding-bottom: 20px;
} 

#corps
{
padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
margin: 0;
width: 600px;
color: rgb(0,0,0);
background-image: url("images/nuage.jpg");
position: relative;
left: 75px;
font-family: garamond, Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps .punaise
{
text-align: center;
padding: 0;
margin: 0;
}

#corps .image_presentation
{
text-align: center;
padding-right: 45px;
margin: 0;
}
/* Quelques effets sur le corps */

#corps h1
{
color: rgb(162,142,33);	
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-align: center;
padding: 0;
margin: 0;
}

#corps h1 strong
{
color: rgb(162,142,33);	
font-size: 2em;
font-family: HenryMorganHand, Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h1:first-letter
{
color: rgb(162,142,33);
font-size: 2em;
font-family: Harrington, Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
color: rgb(162,142,33);
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-align: left;
text-decoration: underline;
}

#corps h2:first-letter
{
color: rgb(162,142,33);	
font-size: 1.5em;
font-family: Harrington, Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h3
{
   color: rgb(162,142,33);
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: left;
   /*text-decoration: underline;*/
   text-indent: 30px;
}

#corps h3:first-letter
{
	font-size: 2em;
	font-family: Harrington, Arial, "Arial Black", "Times New Roman", Times, serif;
	color: rgb(162,142,33);
}

#corps p
{
   color: rgb(0,0,0);
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: justify;
}

#corps .suite:first-letter
{
   font-weight: normal;
   font-size: 1em;
   color: rgb(0,0,0);
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: justify;
}

#corps p:first-letter 
{
font-size: 3em; /* Fasse une hauteur de 3 lignes */
font-family: Harrington, Arial, Georgia, Times, serif;
font-weight: bold; /* Soit écrite en gras */
color: rgb(55,145,51);
}

#corps .intro:first-letter
{
font-size: 2em;	
}

#corps .image_presentation img
{
border: 2px outset rgb(83,83,83);
position: relative;
left: 25px;
bottom: 2px;
}   

#corps .devise
{
font-size: 1.4em;
font-style: italic;
font-family: Arial, Georgia, "Times New Roman", Times, serif;
text-align: center;
}

#corps .cheval
{
text-align: center;
}

#corps .cdv
{
text-align: center;
}

#corps .cdv a
{
border: none;
color: rgb(192,185,39);
}


/* Le pied de page */

#pied_de_page
{
padding: 0px;
width: 760px;
text-align: center;
color: rgb(0,0,0);
background-image:url(images/pied_de_page.jpg); 
border: none;
z-index: 20;
font-size: 0.7em
}

#pied_de_page p
{
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
margin: 0px; /* supprime l'espace entre le corps et les para du pied de page */
}

