@CHARSET "ISO-8859-1";

.x-item-disabled {
    color: black; /* Ligne ajoutée */
    cursor: default;
    opacity: .6; /* pour foncer: .8; */
    -moz-opacity: .6; /* pour foncer: .9; */
    filter: alpha(opacity=60); /* pour foncer: 90); */
}

.x-item-disabled * {
	color: black !important; /* Ligne ajoutée */
    cursor: default !important;
}