/* http://www.linuxlibertine.org/index.php?id=91&L=1 */
/* converti en EOT (normalement pour IE) grâce au site : http://www.kirsle.net/wizards/ttf2eot.cgi */

/* Le woff fait qqch de cataspas très beau avec firefox Linux. Mais avec opera
 sans le woff ça ne fonctionne pas du tout.  -> donc le woff placé après le ttf
 Sauf qu'en outre ça semble normal, c'est DRah en ttf et DR en woff !
 (j'ai essayer de convertir DRah en woff mais là aussi le résultat sous opera est catastrophique).
 Konqueror ne semble pas lire ces fontes locales, donc je lui laisse le georgia en second choix. (sans doute aussi utile
 pour les vieux IE)
 */

@font-face {
    font-family: 'LinLibertine';
    src: url('polices/LinLibertine_DRah.eot');
    src: url('polices/LinLibertine_DRah.eot?#iefix') format('embedded-opentype'),
         url('polices/LinLibertine_DRah.ttf') format('truetype'),
         url('polices/LinLibertine_DR.woff') format('woff'),
         url('polices/LinLibertine_DR.svg#libertinage') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'LinLibertine';
    src: url('polices/LinLibertine_RBah.eot');
    src: url('polices/LinLibertine_RBah.eot?#iefix') format('embedded-opentype'),
         url('polices/LinLibertine_RBah.ttf') format('truetype'),
         url('polices/LinLibertine_RB.woff') format('woff'),
         url('polices/LinLibertine_RB.svg#libertinage') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'LinLibertine';
    src: url('polices/LinLibertine_RIah.eot');
    src: url('polices/LinLibertine_RIah.eot?#iefix') format('embedded-opentype'),
         url('polices/LinLibertine_RIah.ttf') format('truetype'),
         url('polices/LinLibertine_RI.woff') format('woff'),
         url('polices/LinLibertine_RI.svg#libertinage') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'LinLibertine';
    src: url('polices/LinLibertine_RBIah.eot');
    src: url('polices/LinLibertine_RBIah.eot?#iefix') format('embedded-opentype'),
         url('polices/LinLibertine_RBIah.ttf') format('truetype'),
         url('polices/LinLibertine_RBI.woff') format('woff'),
         url('polices/LinLibertine_RBI.svg#libertinage') format('svg');
    font-weight: bold;
    font-style: italic;
}

body {
      /*font-family: "Georgia", "Garamond","urw bookman l","century schoolbook l","times new roman",serif;*/
    font-family: "LinLibertine", Georgia, serif;
    /* Police libre LinLibertine, avec sérif et respectant (notamment) les ligatures */    
}

body, p, li, div {
    font-size: 14pt;
}
