body {
  cursor: url("curseur oeil.cur") 16 16, auto;
}

a:hover,
button:hover,
.dent:hover {
  cursor: url("curseur oeil 2.cur"), pointer;
}