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