BODY {
   margin: 0cm;
}
A {
   color: #111111;
   background: inherit;
}
A.visited {
   background: inherit;
   color: #222222;
}

H1 {
   background: #A5A5FF;
   color: #FFFFFF;
   text-align: center;
}

H2 {
   background: #C4C4FF;
   color: #0000FF;
   text-align: center;
}

H3 {
   background: #D8D8FF;
   color: #1111FF;
   text-align: center;
}

H4 {
   background: #E5E5FF;
   color: #2222FF;
   text-align: center;
}

TABLE.menu {
   background: #D8D8FF;
   border: white solid 2px;
   color: inherit;
   padding: 2px;
   text-align: center;
   width: 100%;
}

TD.menu {
   background: #D8D8FF;
   border: white solid 2px;
   color: inherit;
}

div.menuflottant {
   color: inherit;
   background: white;
   float: left;
   margin-left: 0.5em;
   margin-top: 0.5em;
   padding: 0.2em 0.2em 0.2em 0.2em;
   position: fixed;
   width: 15%;
}

div.page {
   margin-left: 16%;
   margin-right: 2%;
   padding-bottom: 0.5em;	
   padding-left: 2em;
   padding-top: 0.5em;	
   text-align: justify;
}

