* .mceContentBody {
    background: #6E6E6E;
    color: #ffffff;
}



a {
  color: #ff8c00;
  text-decoration: none;
}

a:hover {
  color: #ff8c00;
  text-decoration: underline;
}

.titre {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #ff8c00;
  text-decoration: none;   
}

.soustitre {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #ff8c00;
  text-decoration: none;   
}

.mini {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #ffffff;
  text-decoration: none;   
}


input[type="submit"], input[type="button"] {
    border: solid 1px #ff8c00;
    background-color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    color: #ff8c00;
}

input[type="text"],input[type="password"], select, textarea {
    border: solid 1px #ff8c00;
    background-color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    color: #ff8c00;
}

label {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none; 
}
