/*	Choix de couches WMS decouvertes	*/
.DescartesToolBar .DescartesButtonContentTaskChooseWmsLayersItemInactive {
    background: url("img/icon_add_layer_disabled.png") no-repeat center;
    float:left;
}
.DescartesToolBar .DescartesButtonContentTaskChooseWmsLayersItemActive {
    background: url("img/icon_add_layer_enabled.png") no-repeat center;
    float:left;
}
.vakata-context .DescartesButtonContentTaskChooseWmsLayersContextMenu {
    background: url("img/icon_add_layer_enabled.png") no-repeat center;
}