body {
  margin: 0px;
  border: none;
  overflow: hidden;
}

#sem-form {
  background-color: white;
  width: 246px;
  height: 105px;
  padding: 0px;
  margin: 0px;
}

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

#sem-form table {
  border-style: solid;
  border-color: #0b3779;
  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: #0b3779;
  background-image: url(./images/logo_titre.png);
  background-repeat: no-repeat;
  color: white;
  height: 38px;
  padding: 1px 1px 1px 37px;
}

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

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

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

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

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

#sem-form input.submit {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: white;
  background-color: #0b3779;
  width: 100%;
  height: 18px;
  padding: 0px;
  border-style: solid;
  border-color: #E6E1FF black black #E6E1FF;
  border-width: 1px;
}