#content .contenu {
  max-width: 50em;
  background: #fff;
	margin: 0em auto 1em auto;
  text-align: justify;
  padding: 1em;
  word-wrap: break-word;
}
#content .contenu-page {
  width: 90%;
}

.contenu .postmetadata {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: right;
  font-size: 80%;
  font-style: italic;
}
#content .contenu h2 {
  font-size: 1.6em;
  margin: 0.5em 0 0.5em 0;
  border-bottom: solid 1px black;
}
.contenu h2 a {
  color: #008;
}
.contenu h3 {
  font-size: 1.4em;
  margin: 0.5em 0em 0.4em 2%;
}
.contenu h4 {
  font-size: 1.3em;
  margin: 0.5em 0em 0.4em 4%;
}
.contenu h5 {
  font-size: 1.2em;
  margin: 0.5em 0em 0.4em 6%;
}
.contenu h6 {
  font-size: 1.1em;
  margin: 0.5em 0em 0.4em 8%;
}
.contenu p {
  font-size: 1em;
  margin: 0.4em 0 0.4em 8%;
}
.contenu img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.contenu table {
  margin-left: 8%;
}
.contenu table td {
  padding: 0.2em 0.5em 0.2em 0.5em;
}
.contenu table p {
  margin: 0; padding: 0;
}
.contenu ul, .contenu ol {
  font-size: 1em;
  margin: 0 0 0.2em 10%;
}
.contenu ul {
	list-style: square outside;
}
.contenu ul ul {
	list-style: circle outside;
}
.contenu ol {
	list-style: decimal outside;
}
.contenu blockquote p {
	margin: 0.2em 0 0.2em 0;
}

#content .contenu iframe {
  height: 20em;
  width: 100%;
}

#content .contenu-index {
  display: inline-block;
  vertical-align: top;
  width: 15em;
  padding: 0.5em;
  margin-right: 0.5em;
  text-align: left;
  border-radius: 1em;
  box-shadow: 0.5em 0.5em 0.5em #888;
  font-size: 90%;
  cursor: pointer;
}
#content .contenu-index:hover {
  background: #fee;
}
#content .contenu-index h2 {
  margin: 0.3em 0em 0em 0.2em;
  font-size: 1.5em;
}
#content .contenu-index .divPostType {
  float: right;
  border: 1px solid #000;
  border-radius: 0.4em;
  background: #ffc;
  padding: 0 0.5em;
  font-weight: bold;
}

#idSommairePages ul {
  list-style-type: none;
}
#idSommairePages li {
  font-size: 1.3rem;
  line-height: 1.5;
}
