@charset 'utf-8';
/* ----------------------------- */

/* # summary #                  */

/* --------------------------- */

/*
This is the main stylesheet file. While developing Sénat templates, the only thing it does is importing individual stylesheet files.
In production, these files will be merged and minified in very few different files.

Documentation is also present below at the end of this file.

/* ----------------------------- */

/* ==import          			*/

/* --------------------------- */

@import url("10-styles-base.css");
/* reset */

@import url("20-layout.css");
/* blocks, reusable styles, grid */

@import url("30-forms.css");
/* from isellsoap, not twitter bootstrap */

@import url("40-typo.css");
@import url("50-templates.css");
@import url("60-buttons.css");
/* buttons et buttons like */

@import url("70-colors.css");
/* colors only */

@import url("80-mobile.css");
/* colors only */

@import url("90-large.css");
/* for IE only */

@import url("100-ie.css");
/* for IE only */

