table{
	width: 20px;
}


.left {
  padding:0px;
  float:left;
  width:50%; /* The width is 20%, by default */
}


.right {
  padding:0px;
  float:right;
  width:50%; /* The width is 20%, by default */
}




#question {
	text-align: center;
        font-size: 22px;
        font-weight: normal;
}

#reponse {
	text-align: center;
        font-size: 22px;
        font-weight: normal;
}

.button {
  display: inline-block;
  width: 280px;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #888888;
  border: none;
  border-radius: 15px;
  box-shadow: 0px 9px #999;
}
.button:hover {background-color: #666666}

.buttonGreen {  
	background-color: #009900;
        float:left;
	width:100%; /* The width is 20%, by default */
}
.buttonGreen:hover {background-color: #3e8e41}

.buttonRed {  
	background-color: #DD0000;
        float:right;
	width:100%; /* The width is 20%, by default */
}
.buttonRed:hover {background-color: #800000}
.buttonRed:active {background-color: #3e8e41;}

.button:active {
  background-color: #444444;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
