html{
  background: #dbdbdb;
}

body {
  font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
  background: #dbdbdb;
  padding:0px;
  margin:0px;
  text-align:center;
}

img {
  margin: 5px;
  border: 0px;
}

p {
  margin: 1ex;
}

div.content {
  margin-right:5em;
  margin-left:5em;
  margin-bottom:5em;
  background: #fff;
  border:1px solid black;
  text-align:justify;
  min-height: 20em;
}

div.titre {
  margin-top: 1em;
  margin-left: -1em;
  margin-bottom: 1.8em;
  margin-right: -1em;

  background: #b9cfe5;
  border: 2px solid #000;
  text-align:center;
  padding: 0.1em;
  padding-left: 0.5em;
  font-size: 2em;
  color: #335577;
}

div.menu {

  position: absolute;
  top: 16em;
  left: 3em;
  width: 10em;
  background: #b9cfe5;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  padding-left: 1em;
  padding-top: 1em;
  padding-bottom: 1em;

}

a
{
  text-decoration: none;
  color:  #335577;
  font-weight: bold;
}

a:hover
{
  text-decoration: underline;
}

a.univ {position:relative; display:inline-block;}
a.univ:after {content:""; position:absolute; top:0; left:0; bottom:0; right:0;}   

div.texte {
  margin-left: 10em;
  margin-right: 2em;
}

div.menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

div.menu li
{
  margin: 0px;
  padding: 0px;
  margin-bottom: 0.3em;
}

div {
  margin-bottom: 10px;
}

div.texte h1 {
  border-bottom: 1px solid #335577;
  font-size: 120%;
  margin-bottom: 10px;
}

div.texte h2 {
  margin-left: 10px;
  border-bottom: 1px dashed #335577;
  font-size: 110%;
  margin-bottom: 10px;
}

.boiteem{
    background: #dbdbdb;
    text-align:justify;
    /* text-align:left;*/ 
    margin:1.5ex 1.5ex 2ex 2ex; /* haut bas droite gauche */
    border:2px solid black;
    font-style:italic;     /*font-style:italic;*/
}

.boitecode{
    background: #dddddd;
    text-align:left;
    /* text-align:left;*/ 
    margin:1ex 1ex 1ex 1ex; /* haut bas droite gauche */
    padding:1ex 1ex 1ex 1ex; /* haut bas droite gauche */
    border:1px solid black;
    font-family:monospace;     /*font-style:italic;*/
}

.boitetxt{
    background: #ebebfb;
    text-align:justify;
    margin:1.5ex 1.5ex 3ex 3ex; /* haut bas droite gauche */
    border:2px solid black;
    font-style:italic;     /*font-style:italic;*/
}

pre{ /* Zone de texte non formaté */
    background: #d9e9ff; /*#ededed;*/
    text-align:left;
    /* text-align:left;*/ 
    width: 80%;
    margin:1ex 1ex 1ex 1ex; /* haut bas droite gauche */
    padding:1.5ex 1ex 1ex 2ex; /* haut bas droite gauche */
    /*border:1px solid black;*/
    border-left: 3px solid black;
    border-top: 2px solid black;
    font-family:monospace;     /*font-style:italic;*/
}
