
/* Tout ce qui concerne le texte et le paragraphe,
/*   SAUF text-indent, text-align et vertical-align (qui relevent plutot de la mise en page) 
/*   ainsi que text-shadow (qui releve plutot des couleurs) */

header h1 {
  font-size: 2.3rem;
  font-weight: bold;
}
header h2 {
  font-size: 0.75rem;
  white-space: nowrap;
}
      
header p {
  font-size: 100%;
  line-height: 1.15;
}

.select-lang {
  font-size: 150%;
}
.select-lang a:before {
  content: "[";
}
.select-lang a:after {
  content: "]";
}

footer .navigation li + li:before {content:' | ';}

figcaption { font-style: italic; }

table tr th, table tr th a, table thead tr th {
  font-variant: small-caps;
}
thead td {
  font-weight: bold;
}
th, td, th a, td a {
  font-weight: normal;
  text-decoration: none;
}

.thesoc {
  font-family: Times,"Times New Roman", serif;
  font-variant: small-caps;
  text-rendering: optimizeSpeed; /* surcharge de foundation */
}

/* WOFF genere sur mesure via Google Fonts : (27 Ko) */
@font-face {
  font-family: 'Gentium Basic';
  font-style: normal;
  font-weight: 400;
  src: local('Gentium Basic'), local('GentiumBasic'), url("http://thesaurus.unice.fr/fonts/GentiumBasic.woff") format('woff');
}
/* WOFF distribue par SIL : (580 Ko) */
@font-face {
  font-family: DoulosSILW;
  src: url("http://thesaurus.unice.fr/fonts/DoulosSIL-R.woff");
}
/* ex. de definition de plusieurs variantes d'une meme police : 
@font-face {
  font-family: GentiumPlus;
  src: url(http://site/fonts/GentiumPlus-R.woff);
}
@font-face {
  font-family: GentiumPlus;
  font-style: italic;
  src: url(http://site/fonts/GentiumPlus-I.woff);
}
*/

.IPA {
font-family: DoulosSILW, "Doulos SIL", "Charis SIL", "Gentium", "Gentium Basic", "Code2000", "DejaVu Sans", "Lucida Grande", "Free Sans", "Free Serif", "Free Mono", "Lucida Sans Unicode", "Arial Unicode MS", serif;
font-size:16px;
}
/* Notes :
Lucida Grande comes with Mac OS X
Lucida Sans Unicode comes with Windows XP but doesn't include some IPA characters.
Arial Unicode MS comes with MS Office for PC and Mac, but places double combining modifiers too far to the left by 1 em
"Free Sans", "Free Serif", "Free Mono" may have some possible display problems (bad hinting)
*/

.IPA:before {
  content: "[";
}
.IPA:after {
  content: "]";
}

.publications .authors {
  font-weight: bold;
}
.publications .status {
}
.publications .title:before, .publications .title:after {
  content: '"';
}
.publications .journal {
  font-style: italic;
}
.publications .journal-issue {
}
.publications .conf-title {
  font-style: italic;
}
.publications .conf-place {
}
.publications .editors:after {
  content: ' (eds.)';
}
.publications .publisher {
}
.publications .pages:before {
  content: "p.\00a0 "; /* non-breaking space */
}
.publications .pub-type { /* generalement utilise pour indiquer "Doctoral dissertation" juste apres le titre */
}

