@charset "utf-8";
/* CSS Document for Font */

@font-face{
    font-family : "Stag-Sans-Light";

    src : url('../fonts/eot/Stag-Sans-Light.eot'); /* Pour IE9 Compat mode */
    src : url('../fonts/eot/Stag-Sans-Light.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Stag-Sans-Light.otf') format('opentype');

	font-weight: normal;
	font-style: normal; 		  
}

@font-face{
    font-family : "Stag-Sans-Thin";

    src : url('../fonts/eot/Stag-Sans-Thin.eot'); /* Pour IE9 Compat mode */
    src : url('../fonts/eot/Stag-Sans-Thin.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Stag-Sans-Thin.otf') format('opentype');

	font-weight: normal;
	font-style: normal; 		  
}

@font-face{
    font-family : "Stag-Sans-Semibold";

    src : url('../fonts/eot/Stag-Sans-Semibold.eot'); /* Pour IE9 Compat mode */
    src : url('../fonts/eot/Stag-Sans-Semibold.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Stag-Sans-Semibold.otf') format('opentype');

	font-weight: normal;
	font-style: normal; 
}

