body{
    background-image: url(C_triple_pointe.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 75%;
    background-attachment: fixed;
    background-color:  #FDEBDA;
    
}
.curseurTriple_pointe
{
	cursor: url(Cur_triple_pointe.png), auto;
}
.curseurDefaut
{
	cursor: default;
}
/*---------------------------------
Alignement des images
------------------------------------*/
img {
  vertical-align:middle;
}
