body{
    background: url(C_rosace.jpg) no-repeat center fixed;
    /*background-repeat: no-repeat;
    background-position: top center;*/
    background-size: auto 75%;
    background-color: #fee7e0;
    /*background-repeat: no-repeat;
    background-attachment: fixed;*/
    
}
.curseurRosace
{
	cursor: url(Cur_rosace.png), auto;
}
.curseurDefaut
{
	cursor: default;
}
/*---------------------------------
Alignement des images
------------------------------------*/
img {
  vertical-align:middle;
}
