/****** main style ******/
/**
 * @author Loops <pierrot at nvision dot lu>
 * 
 * Main style sheet used to import over style sheet.
 */

/* Reset styles */
@import url(reset.css);

/* Layout and display */
@import url(layout.css);
/* Typography */
@import url(typo.css);
/* Colors and decoration */
@import url(color.css);
