body{
	

    background: url(C_catene.jpg) no-repeat center fixed;
    /*background-repeat: no-repeat;
    background-position: top center;*/
    background-size: auto 65%;
    background-color: #FFE7B7;
    /*background-repeat: no-repeat;
    background-attachment: fixed;*/

   
}

/**{
	cursor: url(Cur_catene.jpg), ;
}*/
.curseurcatene
{
	cursor: url(Cur_catene.png), auto;
}
.curseurDefaut
{
	cursor: default;
}




/*---------------------------------
Alignement des images
------------------------------------*/
img {
  vertical-align:middle;
}
