
/* Mise en forme du texte */
/* Paragraphe */

p {font-family: "Times New Roman",arial, verdana, sans-serif;}

h1 
  {
    font-family: "Times New Roman",arial, verdana, sans-serif;
    font-size: 18pt;
    font-style: bold;
  }

h2
  {
    font-family: "Times New Roman",arial, verdana, sans-serif;
    font-size: 14pt;
    font-style: bold;
  }

h3
  {
    font-family: "Times New Roman",arial, verdana, sans-serif;
    font-size: 13pt;
    font-style: italic;
  }
h4
  {
    font-family: "Times New Roman",arial, verdana, sans-serif;
    font-size: 12pt;
  }
 
/* mise en forme des images du diaporama 
page index uniquement */

#diaporama img 
  {
    border: 20px ;
    border-style : ridge; 
    border-color: orange;
  }

#photo img 
  {
    border: 15px;
    border-style : ridge; 
    border-color: orange; 
  }
  

/* Mise en forme des liens */
a {
    color:blue; 
    font-family: "Times New Roman",arial, verdana, sans-serif;
    text-decoration: none;
  }
  
a:hover 
  {
	 font-weight: bold;
	 color: green;
	 background-color: yellow;
  }
  
a:active 
  {
    color: red
  }
  
  
#detruit a:hover 
  {
	 font-weight: bold;
	 color: black;
	 background-color: red;
  }
     
th 
  {
	 text-align: center;
  }
 

