

.curseur {
	cursor: url('images/curseur.png'), pointer;  /* firefox, chrome */
	cursor: url('images/curseur.cur'), pointer;  /* edge, noIE */
	}
