DIV.personne {
  position: absolute;
  width: 12px;
  height: 20px;
  background-color: '#CCC';  
  overflow: auto;
}
DIV.cadre1 {
  position: absolute;
  width: 112px;
  height: 120px;
  border: 1px solid #000;
}
DIV.cadre2 {
  position: absolute;
  width: 300px;
  top: 130px;
  height: 110px;
  border: 1px solid #000;
  overflow: auto;
  font-family:courier;
  font-size:4px;
  color:#fff;
  background:#000;
}

body {margin:0px;}