// setDefaults arguments: size unit, default size, minimum, maximum
// optional array of elements or selectors to apply these defaults to
dw_fontSizerDX.setDefaults("px", 24, 14, 40, ['div#centre-colonne p.titrearticle'] );

// set arguments: default size, minimum, maximum
// array of elements or selectors to apply these settings to
dw_fontSizerDX.set(14, 10, 24, ['div#centre-colonne .taille14'] );
dw_fontSizerDX.set(12, 8, 24, ['div#centre-colonne .article'] );
dw_Event.add( window, 'load', dw_fontSizerDX.init );