@import "base.css";
@import "mobile.css";
@import "pad.css";
@import "pc.css";
@import "my.css";

/* All CSS files above will be loaded from this single document. */
/* Another way to include a css file from a sub folder : @import url('/css/pc.css'); */

/* ------------------------------------------------
Style file
France Etuves Site Web in Chinese and Enghlish version 
This web site is based on responsive web design technology
CSS document created by Dan HAN
Creation : 10-2016
Revised date : 05-02-2017
--------------------------------------------------*/


ol, ul 
{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after 
{
    content: '';
    content: none;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 
