body {
  margin: 0px;
  border: none;
  overflow: hidden;
  background-color: white;
}

#sem-form {
  width: 246px;
  height: 92px;
  padding: 0px;
  margin: 0px;
}

#sem-form form {
  padding: 0px;
  margin: 0px;
}

#sem-form table {
  border-style: solid;
  border-color: white;
  border-width: 2px;
  background-color: white;
  width: 100%;
}

#sem-form th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  background-color: white;
  background-repeat: no-repeat;
  color: #67504A;
  height: 19px;
  padding: 1px 1px 1px 1px;
}

#sem-form td {
  padding: 1px 2px 1px 2px;
}

#sem-form select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #685852;
  width: 100%;
  height: 18px;
  border-style: solid;
  border-color: #685852;
  border-width: 1px;
}

#sem-form option.sel-titre {
  font-weight: bold;
  text-align: center;
  color: #EC1D2F;
}

#sem-form optgroup {
  font-style: normal;
}

#sem-form td.submit {
  text-align: center;
  padding: 2px;
}

#sem-form input.submit {
  width: 100%;
  height: 21px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #CECECE;
  background-color: #4A3939;
  padding: 2px;
  text-transform: uppercase;
}