p/*paragraphe*/
{ 
  
  text-align: left;/*texte justifié pour mieux voir la largeur du block*/
  font-family: VERDANA; 
  color: BLACK;
  font-size: 18px;
  text-indent: 30px;
}
.nom
{
  color: rgb(166,0,166);
  font-family:"Times New Roman" ;
   font-size: 22px;
}
body/*fond d'écran*/
{ 
  
  width: 760px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgb(132,0,66); 
  
}
#en_tete
{
  width: 758px;
  height: 100px;
  background-repeat: repeat-x;
  margin-bottom: 10px;
  text-align: left;

  }
#menu
{
  float: left;
  width: 140px;
  background-color: rgb(255,200,156);
  
  
}
.element_menu
{
  background-color: rgb(255,200,156);
  background-repeat: repeat-x;
  margin-bottom: 20px;
  
  
}
.element_menu h3
{
  color: black;
  font-family: "Times New Roman";
  text-align: center;
  text-decoration: underline;
}
.element_menu ul /*toutes les listes à puces se trouvant dans un menu*/
{
  list-style-image: url("images/puce-rouge-rose.gif");/*on change le'apparence des puces*/
  padding: 10px;/*tous les cotés ont une marge interieur de 0px*/
  padding-left: 20px;
  margin: 4px;
  margin-bottom: 5px;
 
}
.element_menu a /* tous les liens se trouvant dans un menu*/
{
   color: rgb(255,200,117);
   font-family: VERDANA;
   font-size: 17px;
}
.element_menu a:hover /*Quand on pointe sur le lien du menu*/
{
  background-color: silver;
  color: white;
}
#corps
{
  margin-left: 0px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: rgb(245,245,245);
  background-image: url("images/fond.jpg");
  background-repeat: repeat; /*(x pour horizontal)  (y pour vertical )  (et repeat pour tout le corps)*/
  
}
#a img 
{
  border: 0;
}
#corps h1 /*tous les titres h1 du titre*/
{
color:rgb(240,0,0);
height: 38px;
font-family:"Times New Roman" ;
text-align: center;
}
#corps h2 /* tous les titres en h2 du corps*/
{
 height: 30px;
 background-repeat: no-repeat;
 padding-left: 30px;
 color: rgb(98,49,49);
 text-align: center;
 }
 #corps h3
 {
  padding-left: 10px;
  color: black;
  }
  
 .element_corps a
 {
 color: rgb(255,255,83);
 background-color: rgb(40,148,255);
 font-family: VERDANA;
 }
#pied-de-page
 {
 padding: 5px;
 text-align: right;
 color: #B3B3B3;
 background-color: rgb(255,128,128);
 background-repeat: repeat-x;
 
 }
 td /* Toutes les cellules des tableaux... */
{
  
  background-color: rgb(255,86,4);
   
}

h1
 {
 font-family: "Times New Roman";
 font-size: 38px;
 color: rgb(255,64,65);
 text-decoration: underline;
 }
h2
 {
 font-family: "Comic Sans ms";
 font-size: 25px;
 color: rgb(128,0,0);
 text-align: left;
 text-decoration: underline;
 }
h3
 {
 font-family: "Times New Roman";
 font-size: 20px;
 text-align: center;
 color: black;
 border: 5px ridge rgb(187,92,0);
 background-color: rgb(255,177,140);
 }
 
h4
 {
 font-size: 24px;
 text-align: left;
 font-family:"Comic Sans ms";
 color: rgb(88,88,44);
 text-decoration: underline;
 }
h5
 {
 font-family:"Times New Roman" ;
 color: rgb(255,86,10);
 text-align: right;
 font-size: 20px;
 
 }
h6
 {
 text-align: right;
 color: rgb(225,225,223);
 font-size: 15px;
 }
 
.imageflottante
{
   float: left;
}
caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   color: white;
   margin-bottom: 10px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
  
}
table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: 6px outset rgb(119,60,0); /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}



td /* Les cellules normales */
{
   border: 2px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}
