.mgaEditingToolbar {
    float: left;
    width: 28px;
	background-color:#99ccff;
    border:1px solid orange;
}
.mgaEditingToolbar div {
    margin: 2px;
    width: 24px;
    height: 24px;
 /*    float: left; remove this if you want a vertical toolbar  */

}
.mgaControlNavigationItemActive {
    background-image: url("/geoportail/api/js/1.0/theme/default/img/editing_tool_bar.png") !important;
    background-repeat: no-repeat;
    background-position: -103px -23px;
}
.mgaControlNavigationItemInactive {
    background-image: url("/geoportail/api/js/1.0/theme/default/img/editing_tool_bar.png") !important;
    background-repeat: no-repeat;
    background-position: -103px -0px;
}
.mgaControlDragFeatureItemActive {
    background-image: url("/geoportail/api/js/1.0/theme/default/img/editing_tool_bar.png") !important;
    background-repeat: no-repeat;
    background-position: -0px -23px ;
}
.mgaControlDragFeatureItemInactive {
    background-image: url("/geoportail/api/js/1.0/theme/default/img/editing_tool_bar.png") !important;
    background-repeat: no-repeat;
    background-position: 0px 1px;
}
.mgaControlModifyFeatureItemActive {
    background-image: url("/geoportail/api/js/1.0/theme/geoportal/img/picto_selectFeature_on.gif") !important;
    background-repeat: no-repeat;
}
.mgaControlModifyFeatureItemInactive {
    background-image: url("/geoportail/api/js/1.0/theme/geoportal/img/picto_selectFeature_off.gif") !important;
    background-repeat: no-repeat;
}
.mgaControlDrawFeaturePointItemInactive {
    background-image: url("/geoportail/api/js/1.0/theme/default/img/editing_tool_bar.png") !important;
    background-repeat: no-repeat;
    background-position: -77px 0px;
}
.mgaControlDrawFeaturePointItemActive {
    background-image: url("/geoportail/api/js/1.0/theme/default/img/editing_tool_bar.png") !important;
    background-repeat: no-repeat;
    background-position: -77px -23px ;
}
.mgaControlDrawFeaturePathItemInactive {
    background-image: url("/geoportail/api/js/1.0/theme/default/img/editing_tool_bar.png") !important;
    background-repeat: no-repeat;
    background-position: -51px 0px;
}
.mgaControlDrawFeaturePathItemActive {
    background-image: url("/geoportail/api/js/1.0/theme/default/img/editing_tool_bar.png") !important;
    background-repeat: no-repeat;
    background-position: -51px -23px ;
}
.mgaControlDrawFeaturePolygonItemInactive {
    background-image: url("/geoportail/api/js/1.0/theme/default/img/editing_tool_bar.png") !important;
    background-repeat: no-repeat;
    background-position: -26px 0px;
}
.mgaControlDrawFeaturePolygonItemActive {
    background-image: url("/geoportail/api/js/1.0/theme/default/img/editing_tool_bar.png") !important;
    background-repeat: no-repeat;
    background-position: -26px -23px ;
}
.mgaControlDeleteFeatureItemActive {
    background-image: url(/geoportail/api/js/1.0/theme/default/img/remove_point_on.png) !important;
    background-repeat: no-repeat;
    background-position: 0px 1px;
}
.mgaControlDeleteFeatureItemInactive {
    background-image: url(/geoportail/api/js/1.0/theme/default/img/remove_point_off.png) !important;
    background-repeat: no-repeat;
    background-position: 0px 1px;
}
.mgaControlSaveFeaturesItemActive {
    background-image: url(/geoportail/api/js/1.0/theme/default/img/save_features_on.png) !important;
    background-repeat: no-repeat;
    background-position: 0px 1px;
}
.mgaControlSaveFeaturesItemInactive {
    background-image: url(/geoportail/api/js/1.0/theme/default/img/save_features_off.png) !important;
    background-repeat: no-repeat;
    background-position: 0px 1px;
}

