/* CSS Document */
.tbl_result {
background-color:#FFF;
margin:0;
padding:0;
width:100%;
}
.tbl_result tr {
background-color:#FFF;
color:#000;
}
.tbl_result .tr_hover {
background-color:#99CCFF;
color:#FFFFFF;
}
.all {
border:0px solid red;
margin:0;
padding:0;
}
.text {
width:300px;
height:30px;
background-color:#FFF;
font-size:16px;
border:1px solid #000000;
}
.response{
  position:relative;
  width:100%;
  left:0px;
  top:-5px;
  margin-left:10px;
  padding:0;
  
  /* Test ne pas effacer fayçal
  position:absolute;
  width:598px;
  left:0px;
  top:-5px;
  margin-left:10px;
  margin-top:-5px;
  padding:0;
  */
}
