
   body
{
   background-image: url("fond.jpg");
}
#bannière
{
   margin-left: 50px;
   width: 791PX;
   height: 295px;
   padding: 0;
   background-image: url("banews.jpg");
   background-repeat: no-repeat;
   margin-top: 30px;
   margin-bottom: 0;
}
   a img /* Toutes les images contenues dans un lien */
   
   
{
   border: none; /* Pas de bordure */
}
.imageflottante
{
   float: left;
   padding-right: 15px;
   
}
strong /* ... et les mots importants en rouge clignotant ! */
{
   color: red;
   
}

.important
{
   font-size: 18px;
   font-variant: small-caps;
   text-decoration: blink;

}


h1
{
   color: rgb (114,0,88);
   font-size: 24px;
   text-indent: 30px; /* On décale un peu les sous-titres */
   font-family: Arial, "Times New Roman", "Arial Black", Verdana, serif;
}

   p
{
   font-size: 18px;
   color: rgb(114,0,88);
   font-style: italic; /* Les titres h2 seront en italique ! */
   font-family: Arial, Verdana, serif;
   margin: 70px;
   padding-left: 40px
   width: 90%;
   text-align: justify;
   text-indent: 30px; /* Les paragraphes commenceront 30 pixels sur la droite */
}
