body {
 overflow: hidden;
 height: 100%;

}

#page{
 height: 100%;
}
 
table {
 border: none;
 margin: 0px;
 padding: 0px;
 border-collapse: collapse;
 font-size: 10pt;
 width: 100%;
 height:100%; 
} 

tr, td {
 border: none;
 margin: 0px;
 padding: 0px;
}
 
td.attente{
 background: white url('images/times.gif') no-repeat; 
 background-position: 50% 50%;
}

iframe {
 overflow: scroll;
 margin: 0px;
 width: 100%;
 height: 100%;
}
