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. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-image: url("images/fond.jpg"); 
   background-attachment: fixed;
}   

#entete
{
   width: 758px;
   height: 309px;
   background-image: url("images/fyrm7 copie.jpg");
   background-repeat: no-repeat;
   border:4px #dfb131 solid;
}

#menu
{
   width: 135px;
   float: left;
   border:3px black solid;
   border-top:4px #dfb131 solid;
   border-bottom:4px #dfb131 solid;
   
   margin-bottom: 20px; /* Pour éviter que les éléments du menu ne soient trop collés */
   background-image: url("images/fondmenu.jpg");
}

#menu h3
{
  text-align: center;
  font-family:"arial black", "trebuchet", "serif";
  color: black;
  font-size: 1.8em;
  text-decoration: underline;
 }
  
#menu li
{
   font-family:"trebuchet MS", arial, serif;
   list-style-image:url("images/guitare.jpg");
   margin-bottom:30px;
   
   }
li a
{
   color:#8394a9;
   }
 
li a:hover
{
   background: #d0d2ce;
   color: black;
   }
   
 #corps
{
   margin-left: 140px;
   margin-bottom: 25px;
   padding:5px;
   border:3px black solid;
   border-top:4px #dfb131 solid;
   border-bottom:4px #dfb131 solid;

}   
#corps p
{
     color:#e5e5e5;
     font-family: "trebuchet MS", Verdana, serif;
     font-size:1.2em;
	 text-indent:10px;
	 }
#corps h1, #corps h2
{
     text-align:center;
     color:black;
	 font-family:georgia, impact, serif;
	 }
	 
	 #corps h1
	 {
	 font-size:3em;
	 border-bottom:2px black solid;
	 font-family:"Courier New", serif;
	 color:#b67a46;
	 }
	 
#pied
{
	color:#dfb131;
	text-align:center;
	font-family:Verdana, Serif;
	padding-top:25px;
	font-size:1em;
	
	
}	
p em
{
color:#323e58
}
.tirer
{
       border-bottom:2px black solid;
	   	   }
h3
{
color:#b67a46;
text-align:center;
}
p a
{
color:#b67a46;
}
.petit
{
font-size:0.9em;
font-style:italic;
font-weight:bold;
}
.style1
{
color: black;
font-style:italic;
font-size:0.9em;
}
.style2
{
color:black;
font-size:0.9em;
}
