.container {
/*  max-width: 1170px;*/
}

.contenuWeb {
/*  max-width: 1170px;*/
  padding-left: 0;
  padding-right: 0;
}

.contenuWeb .inputText {
  margin-top: 10px;
  font-size: 12pt;
  font-weight: bold;
  display: block;
}

.contenuWeb .perms {
  font-size: 12pt;
  font-weight: bold;
  display: block;
}

.contenuWeb input[type=text] {
  display: block;
  width: auto;
  height: auto;
  min-width: 75%;
}

.contenuWeb h4 {
  color: #ee5b58;
}

.contenuWeb .btnModContenu {
  background-color: #ee5b58;
  border-color: #ee5b58;;
}

.contenuWeb .align-right {
  text-align: right;
}

.contenuWeb .btnModifierContenu {
  position: absolute;
  top: 1em;
  left: 10em;
  z-index: 6000;
  box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 2rem #ee5b58,
            0 0 0.8rem #ee5b58,
            0 0 2.8rem #ee5b58,
            inset 0 0 1.3rem #ee5b58;
}

.contenuWeb h1, .contenuWeb h2, .contenuWeb h3, .contenuWeb h4, .contenuWeb h5, .contenuWeb p {
  text-align: left;
}

.contenuWeb .lienRecherche {
  text-decoration: none !important;
}

.contenuWeb .lienRecherche h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.contenuWeb cite {
  font-size: 12pt;
}

.contenuWeb blockquote {
  max-width: 60%;
  margin: 0.5em 0 2em 1em;
}

#ged {
  width: 1000px;
  min-height: 600px;
  border: 1px solid gray;
  margin: 2em;
}
