.bodycl 
{
background-image:url("../ressources/popups/fond2.jpg");
background-attachment: fixed; 
}

h1
{
text-decoration: underline;
font-family: Arial, "Verdana", Verdana, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
}
h1:hover
{
color : green ;
}
h2
{
text-decoration: underline;
font-family: Arial, "Verdana", Verdana, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
}
h2:hover
{
color : red;
}
h3
{

font-family: Arial, "Verdana", Verdana, Helvetica, sans-serif;

font-weight: bold;
text-align: center;
}
h3:hover
{
color : blue;
}
img {
   behavior: url("../js/png.htc");
}


