
/* Generated by KaZcadeS */
/* Modifié par Olivier : olivier_at_rabou.info */

body {
    background-color : #000000;
    color : #EBEBEB;
  }

#haut {
    background-color: #66ffff;
    color : #C00000 ;
    width: 100%;
    left: 0px;
    top: 0px;
    max-height: 100px;
    position: absolute;
  }


.menu {
    border-style: ridge;
    background-color: #ccffff;
    padding-right: 0pt;
    left: 0px;
    max-width: 25%;
    top: 100px;
    position: fixed;
  }


#corps {
    bottom: 0px;
    padding-left: 0pt;
    width: 75%;
    top: 100px;
    position: absolute;
    left: 25%;
    right: 0pt;
    padding-top: 0pt;
  }



