/**
 * Title     : La Dictée des Amériques | Screen Master
 * Author(s) : David Bellerive, Hugues Pelletier
 * Updated   : February 17, 2006
 */

/* IMPORTED STYLE SHEETS
 *
 * NOTE : The @import directive is used with double quotes and without the url()
 *        prefix to hide the main style sheet from most version 4 an older
 *        browsers.
 * INFO : http://w3development.de/css/hide_css_from_browsers/import/
 * INFO : http://www.dithered.com/css_filters/css_only/
 *        import_double_quotes_no_url.html
----------------------------------------------------------------------------- */
@import "screen_all.css";

/* WIN IE 5.x HACKS
 *
 * NOTE : The Mid Pass Filter is used to pass a special style sheet only to Win
 *        IE 5.x.
 * INFO : http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------------------------------------- */
media tty {
 i{content:"\";/*" "*/}} @import 'screen_ie5win.css'; /*";}
}/* */
