body{
    background-image: url(C_trois_lunes.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%;
    background-attachment: fixed;
    background-color: #E1EAF7;
    
}

.curseurTrois_lunes
{
	cursor: url(Cur_trois_lunes.png), auto;
}
.curseurDefaut
{
	cursor: default;
}
/*---------------------------------
Alignement des images
------------------------------------*/
img {
  vertical-align:middle;
}

