/* CSS Document 
 * Compatibilités des sélecteurs : http://kimblim.dk/css-tests/selectors/
 */
 
nav,
.ariane,
footer,
header .outils,
#titre_site .fa {
  display: none;
}
a[href]:after {
  display: none;
}
.col-aside {
  display: none;
}
#content {
  width: 100%;
}
.est-centre {
  width: 100%;
}
p a.print {
  display: none;
}
.col-principale {
  width: 100%;
}
