#table1 {
  color: #e9c300;
  background-color: #7c0202;
}
body {
  margin: 0px;
  font-family: Arial;
  color: #e9c300;
}

#table2 {
  color: black;
  background-color:black;
  height:2.5em;
}
body {
  margin: 0px;
  font-family: Arial;
  color: #e9c300;
}


a {color:white;}
a:visited {color:white;}
a:hover {color:white;}
a:active {color:yellow;}

.menuitem {
  font-family: Arial;
  text-align: center; 
  color: #cc0000;
  line-height:0.9em;
}
.menuitem a {
  color: #cc0000;
  text-decoration: none;
  cursor: pointer;
}
.menuitem a:visited {
  cursor: pointer;
  color: #cc0000;
}
.menuitem a:hover {
  font-weight: bold;
  color: #cc0000;
  cursor: pointer;
}
.menuitem a:active {
  font-weight: bold; 
  color: #cc0000;
  text-decoration: underline;
  cursor: pointer;
}

.selecteditem {
  font-weight: bold;
  cursor: default;
  color: #cc0000;
  line-height:0.9em;
  text-align: center; 
}

.inputbox {
  width: 264px;
}

.colgauche {
  width: 118px;
  height:100%;
  /*border:solid 2px red;*/
  background-image: url(menuback.jpg); 
  background-repeat: repeat-y;
}

.coldroite {
  /*border:dotted 2px orange;*/
  width: 729px;
}

.question {
  width:170px;
  float:left;
}

.reponse {
  width:500px;
  margin-bottom:2px;
  font-size:1em;
}



