/** Add css rules here for your application. */



.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

.selected{
  background-color:#a0a0a0;
}


.rep1 {
  background-color:green;
  width:50%;
}
.rep2 {
  background-color:red;
  width:50%;
}
.rep3 {
  background-color:yellow;
  width:50%;
}
.rep4 {
  background-color:maroon;
  width:50%;
}
.rep5 {
  background-color:blue;
  width:50%;}
.rep6 {
  background-color:cian;
  width:50%;}
  

  .stylemSondage{
   width:350px;


  }
  
  
  #mainsondage{
    background-color:#dadada;
       width:500px;
  }
  
  .dockstyle{
        margin:5px;
        padding:5px;
        background-color:#ffffff;
  }

  .watchListHeader {
     background-color:#f8c439;
  }

  .snd_accueil{
        background-color:#ffcc42;
        font-size:15px;
        
  }
  

.Question{
  background-color:#426eff;
  color:#ffffff;
  font-size:24pt;
  margin:10px ;
  padding:10px;

}
