/*
Affichage d'un pointeur de souris sur une image "timepicker"
                                  ou sur un libellé/texte
                                  ou sur un bouton
Ex : label[id^=''], span[id=''], label[for^=''],
*/
img, select, label,

input[type='checkbox'], input[type="radio"], input[type="file"],
input[type="submit"], input[type="reset"]
{
 cursor: pointer; 
}