body
 {
  width: 760px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: brown;
  background-image: url("images/fond.jpg");
  background-repeat: repeat-y;
 } 

#en_tete
{
   font-family: "Courier New", Arial, Verdana, serif;
   text-decoration: none;
   font-weight: bold;
   color: white;
   width: 760px;
   height: 100px;
   background-image: url("images/en_tete.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   text-align: center;
   font-size: 35px;
}

#menu
 {
  float: left;
  margin-left: 30px;
  width: 250px;

  border: 4px ridge red;
  padding: 5px; 

  margin-bottom: 20px;
  margin-right: 30px;

  background-color: black;
  text-align: center;
 }


#corps
 { 
  float: right;
  
  width: 300px;
 
  margin-bottom: 20px; 
   
  border: 4px ridge red; 
  padding: 5px;
 }

#pied_de_page
 {
  padding: 5px;

  text-align: center;
   
  font-family: "Courier New", "Arial", verdana, serif;
  
  font-size: 15px;
  width: 760px;
 }

#som
 { 
  width: 760px;
 
  margin-bottom: 20px; 
   
  border: 4px ridge silver; 
  padding: 5px;
 } 

#art
 { 
  width: 760px;
 
  margin-bottom: 20px; 
   
  border: 4px ridge green; 
  padding: 5px;
 } 

h1
 {
  text-align: center;
  font-family: "Arial Black", Arial, Verdana, serif;
  text-decoration: none;
  font-weight: bold;
 }

h2
 {
  text-align: center;
  font-family: "Arial", verdana, serif;
  font-style: italic; 
  color: black;
  font-size: 30px;  
 }

h3
 {
 text-align: left;
 font-family: "Arial", verdana, serif;
 color: black;
 font-size: 30px;
 text-indent: 30px;
 }

h4
 {
  text-align: right;
  font-family: "Arial", verdana, serif;
  text-indent: 20px;
  text-decoration: none;
  font-size: 20px; 
 }

h5
 {
  text-align: center;
  font-family: "Courier New", "Arial", verdana, serif;
  text-decoration: none;
  font-size: 15px;
  font-weight: none; 
 }
 

p
 {
  text-indent: 30px; 
  text-align: justify;
  color: white;
  font-size: 20px;
  font-family: "Arial", "Trebuchet MS", Georgia, serif;
 }

a
 {
  text-decoration: none;
  color: orange;
  font-style: bold;
 }

a:hover
 {
  text-decoration: underline;
  color: blue;
  font-style: bold;
 }

blockquote  
 {
  text-align: justify;
  text-indent: 30px;
 }
