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