@font-face {
  font-family: "thesaurus_icons";
  src: url('../fonts/thesaurus_icons.eot');
  src: url('../fonts/thesaurus_icons.eot?#iefix') format('eot'), url('../fonts/thesaurus_icons.woff') format('woff'), url('../fonts/thesaurus_icons.ttf') format('truetype'), url('../fonts/thesaurus_icons.svg#thesaurus_icons') format('svg');
}
.icon-base-pseudo,
.icon-book_black:before,
.icon-book_white:before,
.icon-doc_white:before,
.icon-fiche_black:before,
.icon-fiche_white:before,
.icon-file_black:before,
.icon-file_white:before,
.icon-news_black:before,
.icon-news_white:before {
  font-family: "thesaurus_icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.icon-book_black:before {
  content: "\E001";
}
.icon-book_white:before {
  content: "\E002";
}
.icon-doc_white:before {
  content: "\E003";
}
.icon-fiche_black:before {
  content: "\E004";
}
.icon-fiche_white:before {
  content: "\E005";
}
.icon-file_black:before {
  content: "\E006";
}
.icon-file_white:before {
  content: "\E007";
}
.icon-news_black:before {
  content: "\E008";
}
.icon-news_white:before {
  content: "\E009";
}
