/*************************************************************
* police.css
* Feuille de style pour les polices du site
*************************************************************/

/**
* Arial Narrow
*/
@font-face
{
    font-family:'ArialNarrow';
    src:url('../polices/arialn-webfont.eot');
    src:url('../polices/arialn-webfont.eot?#iefix') format('embedded-opentype'),
		url('../polices/arialn-webfont.woff') format('woff'),
		url('../polices/arialn-webfont.ttf') format('truetype'),
		url('../polices/arialn-webfont.svg#ArialNarrow') format('svg');
    font-weight:normal;
    font-style:normal;
}

/**
* Univers 
*/
@font-face 
{
    font-family:'UniversLTStd55Roman';
    src:url('../polices/universltstd-webfont.eot');
    src:url('../polices/universltstd-webfont.eot?#iefix') format('embedded-opentype'),
		url('../polices/universltstd-webfont.woff') format('woff'),
		url('../polices/universltstd-webfont.ttf') format('truetype'),
		url('../polices/universltstd-webfont.svg#UniversLTStd55Roman') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face 
{
    font-family:'UniversLTStd65Bold';
    src:url('../polices/universltstd-bold-webfont.eot');
    src:url('../polices/universltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../polices/universltstd-bold-webfont.woff') format('woff'),
		url('../polices/universltstd-bold-webfont.ttf') format('truetype'),
		url('../polices/universltstd-bold-webfont.svg#UniversLTStd65Bold') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face
{
    font-family:'UniversLTStd47LightCondensed';
    src:url('../polices/universltstd-lightcn-webfont.eot');
    src:url('../polices/universltstd-lightcn-webfont.eot?#iefix') format('embedded-opentype'),
        url('../polices/universltstd-lightcn-webfont.woff') format('woff'),
        url('../polices/universltstd-lightcn-webfont.ttf') format('truetype'),
        url('../polices/universltstd-lightcn-webfont.svg#UniversLTStd47LightCondensed') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face 
{
    font-family: 'UniversLight';
    src: url('../polices/univers_45_light-webfont.eot');
    src: url('../polices/univers_45_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/univers_45_light-webfont.woff') format('woff'),
         url('../polices/univers_45_light-webfont.ttf') format('truetype'),
         url('../polices/univers_45_light-webfont.svg#UniversLight') format('svg');
    font-weight:normal;
    font-style:normal;
}