/*	Zoom precedent	*/
.DescartesToolBar .DescartesToolNavigationHistoryPreviousItemInactive {
    background: url("./img/button_zoomback_3.png") no-repeat center;
}
.DescartesToolBar .DescartesToolNavigationHistoryPreviousItemActive {
    background: url("./img/icon_zoomback.png") no-repeat center;
}

/*	Zoom suivant	*/
.DescartesToolBar .DescartesToolNavigationHistoryNextItemInactive {
    background: url("./img/button_zoomforward_3.png") no-repeat center;
}
.DescartesToolBar .DescartesToolNavigationHistoryNextItemActive {
    background: url("./img/icon_zoomforward.png") no-repeat center;
}