h1
{
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", serif;
   text-decoration: underline;
   color: green; /* Le titre en vert (pourquoi pas ?) */
}
p
{
   text-indent: 20px;
   color: blue; /* Les paragraphes en bleu */
}
strong /* ... et les mots importants en rouge clignotant ! */
{
   color: red;
   text-decoration: blink;
}
em
{
color:green
}
a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   text-decoration: line-through;
}
a:focus /* Quand le visiteur sélectionne le lien */
{
   background-color: #FFCC66;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline;
   color: green;
}
a /* Lien normal */
{
   text-decoration: none;
   color: red;
   font-style: italic;
}
p:first-letter /* La première lettre de chaque paragraphe */
{
   font-weight: bold; /* En gras */
   font-size: 1.2em; /* Ecrit légèrement plus gros que la normale */
   color: blue; /* En bleu */
}
p
{
   text-indent: 20px;
}

carre
{
   list-style-type: square;
}
p
{
   width: 350px;
   border: 1px solid black;
   text-align: justify;
   padding: 12px; /* Marge intérieure de 12px */
   margin: 50px;
}


.coupe{
   overflow: hidden;
}
.barres_defilement{
   overflow: scroll;
}
.auto{
   overflow: auto;
}



body




{
   




   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image:url("fond.png");


   
   
}


/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
   background-image:url("banniere.png");
   background-repeat: no-repeat;
   margin-top: 10px;
   margin-bottom: 10px;