/* tooltips.css — masque le tooltip natif du navigateur */
[title] { cursor: default; }
button[title], a[title] { cursor: pointer; }
