.table {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  border-top: 1px solid black; /*#9d6b39*/
  border-collapse: collapse;
}

/*legend {position:relative;top:-10px ;}*/

li {
  list-style-position: outside;
}

.label {
  display: block;
  width: 200px;
  float: left;
}

.input_text_large {
  width: 300px;
}

.obligatoire {
  color: red;
}

.table th {
  background: url("interface/fond titre.jpg") repeat-x top;
  color: black;
  padding: 0px 4px;
  border: 1px solid black;
}

.table td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
}

.tr {
  background-color: #fff6ef;
}

.tdth {
  background: #fff1b7;
}

.tr-entre-jury {
  background-color: #dff6cf;
}

.interligne {
  border: 1px solid black;
  border-left: 0;
  border-right: 0;
  height: 10px;
}

hr {
  color: #9d6b39;
  border-top: 1px dashed #9d6b39;
  border-left: 0px solid #9d6b39;
  border-right: 0px solid #9d6b39;
  border-bottom: 0px solid #9d6b39;
}

.signature {
  width: 100%;
  height: 100px;
  border-top: 1px solid #9d6b39;
  margin-top: 20px;
  overflow: auto;
}

.edition {
  font-size: small;
  font-style: italic;
  margin: 10px;
}

fieldset {
  border: 1px solid #9d6b39;
  border-radius: 10px;
}

fieldset iframe {
  max-width: 100%;
}

a {
  color: #d39501; /*#403038 #bc6b19 #D28902*/
  text-decoration: none;
}

a:hover {
  color: #f8ad01;
}

a img {
  border: 0px solid black;
}

.titre {
  text-align: center;
  font-size: x-large;
  margin-bottom: 30px;
}

.quote {
  margin: 0px 20px;
  background-color: #fff9f4;
}

.quote legend {
  border: 1px solid #9d6b39;
  color: black;
  background: url("interface/fond titre.jpg");
  margin-left: 5px;
  padding: 0px 10px;
  border-radius: 10px;
}

.secret {
  margin: 0px 20px;
  background-color: #fff9f4;
}

.tsecret {
  border: 1px solid #9d6b39;
  color: black;
  background: url("interface/fond titre.jpg");
  margin-left: 5px;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 10px;
}

.tsecret:hover {
  color: #cc6600;
}

.fieldset {
  border: 1px solid black;
  border-radius: 10px;

  margin-bottom: 30px;

  text-align: justify;

  background-color: #fff6ef;
  padding: 10px;
}
.fieldset p {
  margin-top: 0;
  margin-bottom: 0;
}
.fieldset ul {
  margin-top: 0;
  margin-bottom: 0;
}

.legend {
  border: 1px solid black;
  font-size: large;
  color: black;
  background: url("interface/fond titre.jpg");
  min-height: 24px;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 0 10px;
  border-radius: 10px;
}

.fieldset-news {
  border: 1px solid black;
  border-radius: 10px;

  margin-bottom: 30px;

  text-align: justify;

  background-color: #fff6ef;
  padding: 10px;
}

.news_infos {
  float: left;
  font-size: small;
  margin-right: 10px;
  text-align: center;
  width: 100px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.news_contenu {
  margin-left: 110px;
  padding-left: 10px;
  border-left: 1px dashed black;
}

.news_categories {
  width: 100%;
  margin-bottom: 10px;
}

.news_categories_accueil {
  text-align: unset;
}

.news_categories ul {
  margin-top: 4px;
  list-style: none;
  line-height: 1.1;
  padding-left: unset;
}

.news_categories li {
  display: inline-block;
}

.news_infos .news_categories p {
  margin: 4px auto 4px;
}

.news_infos .news_categories ul {
  margin: 0 auto 4px;
}

.news_infos .news_categories li {
  display: initial;
}

.news_categorie {
  padding: 2px;
  color: white;
  border: 1px solid #333;
  font-size: small;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  margin: 4px auto;
  display: block;
}

.news_categorie_accueil {
  display: inline-block;
  width: initial;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 640px) {
  .news_infos {
    float: none;
    font-size: small;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .news_contenu {
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px;
    border-top: 1px dashed black;
    border-left: none;
  }

  .news_categories {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
  }

  .news_categories_accueil {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .news_categorie {
    width: 140px;
  }
}

.cadre-partenaires {
  border: 1px dashed rgb(0, 0, 0);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Messages d'information */

.indications {
  color: #999;
}

.indications_petit {
  color: #999;
  font-size: 0.8em;
}

.message_info {
  padding: 4px 0 4px 55px;
  min-height: 39px;
  margin-bottom: 10px;
  background: url("messages/info.png") no-repeat center left;
  color: #00cc00;
  font-weight: bolder;
}

.couleur_info {
  color: #00cc00;
}

.message_erreur {
  padding: 4px 0 4px 50px;
  min-height: 39px;
  margin-bottom: 10px;
  background: url("messages/erreur.png") no-repeat center left;
  color: #ff0000;
  font-weight: bolder;
}

.couleur_erreur {
  color: #ff0000;
}

.message_important {
  padding: 4px 0 4px 55px;
  min-height: 39px;
  margin-bottom: 10px;
  background: url("messages/attention.png") no-repeat center left;
  color: #ff6e00;
  font-weight: bolder;
}

.message_question {
  padding: 4px 0 4px 50px;
  min-height: 39px;
  margin-bottom: 10px;
  background: url("messages/question.png") no-repeat center left;
  color: #0059ff;
  font-weight: bolder;
}

.barre_boutons {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 4px;

  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

.bordure_boutons {
  border: 1px solid #9d6b39;
  padding: 5px;
  border-radius: 15px;
}

.bouton {
  cursor: pointer;
  color: black;
  padding: 0px 4px;
  background: url("interface/fond titre.jpg") repeat-x;
  border: 1px solid #9d6b39;
  border-radius: 10px;
  display: inline-block;
}

.bouton:hover {
  color: #cc6600;
}

.test-redaction-title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
}

.test-redaction-title:hover {
  color: #cc6600;
}

.test-redaction-block {
  margin-left: 30px;
  margin-bottom: 30px;
  background-color: #fff9f4;
}

.menu-jeu-div {
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  padding-right: 15px;
  display: block;
  border-radius: 10px;
}

.menu-jeu-div ul {
  -webkit-padding-start: 0;
}

.menu-jeu-li {
  display: inline-block;
  padding-left: 10px;
}

#menu-jeu-titre {
  display: none;
}

.couleur-icones {
  color: #d39501;
}

a.couleur_Membre,
a.couleur_Concurrent,
a.couleur_Ambassadeur,
a.couleur_Juré,
a.couleur_Modérateur,
a.couleur_Admin,
a.couleur_Webmaster {
  font-weight: bold;
}

a.couleur_Membre {
  color: #2954ff;
}

a.couleur_Concurrent {
  color: #0b00a1;
}

a.couleur_Ambassadeur {
  color: #00acb8;
}

a.couleur_Juré {
  color: #9f3ad1;
}

a.couleur_Modérateur {
  color: #269600;
}

a.couleur_Admin,
a.couleur_Webmaster {
  color: #cf0000;
}
