body
{
   background-image: url("../image/Backgrnd.gif");
   background-attachment: fixed; /* Le fond restera fixe */
{ cursor:url("http://www.hard-n-rock.123.fr/image/curseurhuit.ani"); }
}

		h1
		{
		font-family:Julius;
color: #CC0000;
font-size: 26px;
text-indent: 30px;  /* texte commence 30 pixels sur la droite */
font-weight: bold;
font-variant: small-caps; /* texte en majuscule*/
		}
		h2
        {
            text-align:center;
			 color: navy;
        }
        h3
        {
            text-align:center;
			background-color:#CCCCCC;
            color:white;
            font-size:0.9em;
            margin-bottom:0px;
        }
		h4
		{
	font-size:18px;
	font-family:Stewardson;
	text-align: center;
	color : maroon;
	margin:5px;
	padding:0px;

		}
		h5
		{
		font-size:12px;
	font-family:Times New Roman;
	text-align: center;
	color : purple;
		}
	
		h6
		{
		color:Coral ;
		font-size:18px;
		}
        .news p
        {
            margin-top:0px;
        }
        .news
        {
            width:90%;
            margin:auto;
        }
		a
{
   text-decoration: none; 
   color: maroon; 
      { cursor:url("http://www.hard-n-rock.123.fr/image/chausson.ani"); }
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; 
   color: DeepPink ; 
}