/* CSS file */


 .cartoucheStyle {
            embedFonts: true;
            fontFamily: Helvetica;
            fontSize: 12;
            fontWeight: normal;
            color: #FFFFFF ;
        }

 .myButtonStyle2 {
            embedFonts: true;
            fontFamily: Helvetica;
            fontSize: 11;
            fontWeight: normal;
            color: #000000 ;
        }
        
 .myPanelStyle {
            embedFonts: true;
            fontFamily: Helvetica;
            fontSize: 14;
            fontWeight: normal;
            backgroundColor: #144719;
            borderColor: #9ABC98;   
            color: #FFFFFF;
        }          
