html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none
  }
#centpourcent {
  height: 95%;
  }
.hidden {
   display: none;

   }

.visible {

   }
.TDpoint{width:25px;
text-align:center;
}
.TDquest{

}
.TDrep{
border-width:1px;
border-color:#FF0000;
border-style:dotted;
background-color:#F8F8FF;
font-size:11px;
font-family:Verdana;
text-align:justify;
 }
.MOtd{
text-decoration:underline;
cursor:pointer;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#CCCCCC;
font-weight:bold;
font-style: italic;
}
.MOtdOFF{
text-decoration:none;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#CCCCCC;
}