/* encoding="UTF-8"

Feuille de style pour la documentation de Diple
***********************************************

*/

/* style du html par défaut */
@import 'html.css';
/* exemple d'XML */
@import 'xml_html.css';
/* documentation des schémas */
@import 'rng_html.css';

body.xsl {
  margin:4em 1em 5em 3em;
}

dl.teiHeader {
  background:#FFF;
}
#header {
  position:absolute;
  width:100%;
}
body.rng {
  padding:0;
  margin:0;
}
#table,
body.rng #nav {
  position:fixed;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding:0 3px 2em 11px;
  height:100%;
  overflow:auto;
  width:27%;
  color:black;
  margin:0 0 0 0;
  font-family:Arial, sans-serif;
  font-size:12px;
  background-repeat:repeat-y;
  background-color:white;
  border-right:solid 1px #b3b3b3;
}
/* corps du document */
body.rng #grammar {
  background:white;
  padding:0;
  margin:3ex 5em 5em 30%;
  font-size:14px;
  min-height:500px;
}
#table hr {
  width:70%;
  text-align: right;/* IE */
  margin: 10px 0 0 auto; /* Gecko */
  background:none;
  border-bottom:1px solid #BBB;
  height:0;
}
#document {
  padding-top:50px;
}
.menu_centre {
  padding-top:52px;
  height:20px;
  padding-right:2ex;
}


