/*
 * This is the base of the design.
 * Import all other specific css files
 *
 * Note for all styles :
 * When it's possible, a color is added to each background, even if an image is supposed
 * to override it. This can be really useful when the image takes time to appear. So this
 * color must be as near as possible a color inside the picture
 */

/*-->
  This stylesheet is only here to know where are the others ones.
  Perhaps it can be used in the future, but not now to fix cascading problems.
<--*/

@import url(../common/styles/common.css);
@import url(styles/layout.css);
@import url(styles/config.css);

@import url(../common/styles/include.css);

@import url(styles/extension.css);

