html {
    width: auto;
}

div.header{
    display : none ;
}

div.content-left {
    display : none ;
}

div.footer {
    display : none ;
}

div.menuBoutons {
    display : none ;
}

body {
    color: #000;
    text-align:left;
}

div.content-right {
  float: none !important;
  width: auto;
  padding: 0;
}

div.global {
    width: auto;
}

div.center {
  padding:    0;
  margin:     0;
  width:      auto;
  background: #fff;
  overflow:   none;
}

img.screenshot {
    display: none;
}
