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

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

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