@charset "utf-8";

/* Mise en page commune : */
@import url(miseEnPage.css);

/* Téléphone portable : */
@import url("miseEnPagePortable.css") only screen and (max-width:767px);

/* Tablette : */
@import url("miseEnPageTablette.css") only screen and (min-width:768px) and (max-width:989px);

/* Ordinateur de bureau : */
@import url("miseEnPageScreen.css") only screen and (min-width:990px);

/* Pour l'impression : */
@import url("miseEnPagePrint.css") only print;
