/*news css*/
body
{
  background-image:url(fondnew.gif);
}
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
h1
{
   font-family: Arial;
   color: purple;
   text-decoration: blink;
   background-image:url(ecranf.jpg);
   border: 2px solid black;
   text-align: center;
}
h2
{
   text-align: center;
   color: black;
   font-size: small;

}
h6
{
   text-align: center;
   color: none;
}

h3
{
   font-family: Comic sans MS;
   color: black;
   text-align: center;
   text-decoration: underline;
}
h4
{
   font-family: Comic sans MS;
   color: #009635;
  
   text-decoration: underline;
}
p, li
{
   font-family: georgia;
   
}
