body{
      padding-left: 11em;
      font-family: Georgia, "Times New Roman", Times, serif;
      background-color: #F9F8F8; 
}
.haut{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background-color:#FFF;
  border: 1px solid white;
}
.milieu{
  background-color:#F9F8F8;
  border : 1em solid black;
}
.bas{
  position:absolute;
  left: 0;
  bottom: -50px;
  color : #fff;
  width: 100%;
  height: 50px;
  background-color:#B80000;
}
.haut_image img{
  margin: 10;
  width: 160px;
}
.haut_reseaux{
  right: 0;
  top: 0px;
  position: absolute;
}
.haut_reseaux img{
  width: 32px;
  padding: 20px 10px;
}
p{
  text-align: center;
}
.haut_date{
  right: 170px;
  top: 25px;
  position: absolute;
}
input{
  color: #B80000;
  border : 2px solid white;
  font-weight:800;
  font-size: 24px;
  bottom: none;
}

#outerdiv {
    width: 100%;
    height: 100%;
    min-height: 100px;
    overflow: hidden;
    border-style: solid;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #inneriframe {
    position: absolute;
    top: 80px;
    left: -0px;
    width: 100%;
    height: 100%;
  }

  