body {
  background-color: #ddffdd;
  margin: 0;
  padding: 0;
}

div.body {
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 3em;
  margin-bottom: 1.5em;
  border-style: solid;
  border-width: 0.3em;
  border-color: #207020;
  border-radius: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

@font-face {
  font-family: "title";
  src: url(KOMIKND_.ttf) format("truetype");
}
@font-face {
  font-family: "section";
  src: url(Prototype.ttf) format("truetype");
}
@font-face {
  font-family: "corner";
  src: url(Ayuma2yk.ttf) format("truetype");
}

div.title {
  margin-top: -3em;
  text-align: center;
  color: #207020;
  margin-bottom: 2em;
}

div.title span.title {
  font-family: title;
  background-color: #ddffdd;
  font-size: 300%;
  padding-left: 0.8em;
  padding-right: 0.8em;
  line-height: 1.5em;
}

div.title span.subtitle {
  font-family: Times New Roman;
  font-size: 110%;
}


/* Navigation */

div.navigation {
  position: fixed;
  top: 8em;
  left: 3.7em;
}

div.navigation a {
  color: inherit;
  text-decoration: none;
}
div.navigation a.active, div.navigation span.active {
  color: yellow;
}

div.navigation div.section {
  border-style: solid;
  border-width: 0.15em;
  border-color: black; // #207020;
  border-radius: 0.5em;
  font-family: section;
  font-size: 120%;
  height: 3.5em;
  width: 10em;
  line-height: 1.2em;
  position: relative;
  /* display: table-cell; */
  vertical-align: middle;
  background: #207020;
  color: white;
}
div.navigation div.section > a {
  height: 3.5em;
  width: 8em;
  padding-left: 1em;
  padding-right: 1em;
  display: table-cell;
  vertical-align: middle;
}
div.navigation a:hover, div.navigation div.section:hover {
  background: #104010;
}

div.navigation ul {
  margin: 0;
  padding: 0;
  border-style: solid;
  border-width: 0.15em;
  border-color: black; // #207020;
  border-radius: 0.2em;
  background: #207020;
  position: absolute;
  top: -0.12em;
  left: 10em;
  width: 9.5em;
  z-index: 1;
  list-style: none;
  font-size: 90%;
  display: none;
}
div.navigation *:hover > ul {
  display: block;
}
div.navigation li {
  margin: 0em;
  padding: 0em;
  width: 9.5em;
  display: list-item;
  vertical-align: middle;
  line-height: 1em;
  position: relative;
  border-bottom: 1px solid black;
}
div.navigation li > a {
  display: inline-block;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 8.5em;
}
div.navigation li:hover {
  background: #104010;
  border-bottom: 1px solid black;
}
div.navigation div.image {
  width: 10em;
  margin-left: 1em;
  margin-top: 0.5em;
}
div.navigation div.image a:hover {
  background: inherit;
}
div.navigation div.image img {
  width: 100%
}
div.navigation #AHL {
  margin-top: -5em;
  margin-left: -4em;
  width: 20em;
  height: 22em;
  border: none;
}

div.content div.brothers {
  color: gray;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}
div.content div.brothers a {
  padding-left: 1em;
  padding-right: 1em;
  color: inherit;
}
div.content div.brothers a.active {
  font-weight: bold;
}

/* Contenu */

div.content {
  margin-left: 12em;
  padding-left: 1em;
  border-left: 1px solid black;
  font-family: Arial;
  font-size: 110%;
  line-height: 1.5em;
  text-align: left;
  min-height: 15em;
}

div.content div.subsection {
  text-align: right;
  font-family: section;
  font-size: 200%;
  color: #800080;
  padding-bottom: 0.3em;
}
div.content div.subsection a {
  color: inherit;
}
div.content div.subsubsection {
  text-align: right;
  font-family: section;
  font-size: 150%;
  color: #800080;
  padding-bottom: 0.3em;
}
div.content div.deepestsection {
  border-bottom: 2px solid #800080;
  margin-bottom: 0.5em;
}

div.content div.new {
  width: calc(100% - 6em);
  margin-left: 2em;
  margin-bottom: 1.5em;
  background: #f8ffa0;
  border: 0.1em solid #207020;
  border-radius: 0.2em;
  padding-top: 0.8em;
  padding-bottom: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  box-shadow: 0.5em -0.2em 1em 0 #808080;
}
div.content div.new img#punaise {
  position: absolute;
  top: -1.2em;
  right: -1.9em;
  height: 2.5em;
}
div.content div.new h2 {
  margin-top: 0em;
  margin-bottom: 0.7em;
  font-size: 130%;
  color: #207020;
  text-decoration: underline;
}
div.content div.new table {
  font-size: 90%;
  text-align: justify;
}
div.content div.new td.date {
  font-weight: bold;
  color: #207020;
  padding-right: 1em;
}
div.content div.new td.content {
  padding: 0em;
  margin: 0em;
  padding-bottom: 0.8em;
  text-align: left;
}

div.content a {
  color: #0000a0;
  text-decoration: none;
}
div.content a:hover {
  text-decoration: underline;
}

div.content div.right {
  float: right;
  margin-left: 1.5em;
}

div.content p {
  text-indent: 1em;
  text-align: justify;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
div.content p.noindent {
  text-indent: 0pt;
}

div.content div.center {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

div.content ul {
  margin-left: 0.5em;
  list-style: "\27a4   ";
}
div.content li {
  padding-bottom: 0.5em;
}

div.content div.abstract {
  text-align: justify;
  font-size: 90%;
  line-height: initial;
}
div.content div.abstract span.showabstract {
  color: #0000a0;
  cursor: pointer;
}

div.content div.hint {
  margin-right: 1em;
  text-align: right;
  line-height: initial;
}
div.content div.hint span.showhint {
  color: #0000a0;
  cursor: pointer;
}
div.content div.hint span.texthint {
  color: #8000a0;
}

div.content h1, div.content h2, div.content h3 {
  line-height: initial;
  color: #800080;
}
div.content h3 {
  color: #500050;
  margin-bottom: 0;
}
div.content h1 a, div.content h2 a, div.content h3 a {
  color: inherit;
}
div.content h1.welcome {
  font-family: title;
}

div.content div.small {
  text-indent: 0em;
  font-size: 85%;
  line-height: 1.3em;
  padding-bottom: 1em;
}

div.content div.cadre {
  margin: 1em;
  border: 0.2em solid black;
  border-radius: 1em;
  padding: 0.5em;
  background: #ffffa0;
}

div.content table td {
  padding-right: 1em;
  padding-bottom: 0.5em;
  vertical-align: top;
  line-height: 1.2em;
}

div.content table.form {
  margin-left: 2em;
  margin-right: 2em;
}
div.content table.form td.champ {
  padding-top: 0.5em;
  font-weight: bold;
}
div.content table.form td.field {
  width: 100%;
}
div.content table.form td.nofield {
  padding-top: 0.5em;
  font-style: italic;
}
div.content table.form input, div.content table.form textarea {
  padding: 0.5em;
  width: 100%;
}
div.content table.form input.button {
  width: 15em;
} 
div.content table.form td.button {
  padding-top: 0.8em;
  text-align: center;
  font-size: 120%;
}

div.content table.biblio td {
  padding-top: 0.5em;
}
div.content table.biblio td.icon, div.content table.biblio td.icon img {
  width: 3em;
}
span.title {
  color: #006000;
  font-weight: bold;
}

div.content table.twocol, div.content table.threecol {
  width: 100%;
}
div.content table.twocol td {
  width: 50%;
  padding-left: 3%;
  padding-right: 3%;
}
div.content table.threecol td {
  width: 33%;
  padding-left: 2%;
  padding-right: 2%;
}

div.content div.movie div.image {
  padding: 0em;
  margin: 0em;
  margin-bottom: 0.2em;
  opacity: 0.9;
  position: relative;
  text-align: center;
}
div.content div.movie div.image:hover {
  opacity: 1;
}
div.content div.movie div.image img.movie {
  width: calc(100% - 0.3em);
  border: 0.15em solid black;
  border-radius: 1em;
  cursor: pointer;
  box-shadow: 0 0 2em 0 black;
  margin-top: 1em;
}
div.content div.movie div.image img.play {
  width: 4em;
  position: absolute;
  left: calc(50% - 2em);
  top: calc(50% - 2em);
  opacity: 0.7;
  cursor: pointer;
}
div.content div.movie div.image:hover img.play {
  width: 4.6em;
  left: calc(50% - 2.4em);
  top: calc(50% - 2.4em);
  opacity: 1;
}


div.content div.game div.image {
  padding: 0em;
  margin: 0em;
  margin-bottom: 0.2em;
  opacity: 0.9;
  position: relative;
  text-align: center;
}
div.content div.game div.image:hover {
  opacity: 1;
}
div.content div.game div.image img.game {
  width: calc(100% - 0.3em);
  border: 0.15em solid black;
  border-radius: 1em;
  cursor: pointer;
  box-shadow: 0 0 2em 0 black;
  margin-top: 1em;
}
div.content div.game div.image img.play {
  width: 4em;
  position: absolute;
  left: calc(50% - 2em);
  top: calc(50% - 2em);
  opacity: 0.7;
  cursor: pointer;
}
div.content div.game div.image:hover img.play {
  width: 4.6em;
  left: calc(50% - 2.4em);
  top: calc(50% - 2.4em);
  opacity: 1;
}


div.content iframe {
  border-style: none;
}

div.content span.endyear {
  border-top: 1px solid black;
  color: #202020;
}

div.content span.url {
  font-family: Courier;
}

div.content div.code {
  padding: 1em;
  margin: 1em;
  background: #ffffa0;
  border: 0.1em solid black;
  border-radius: 1em;
  line-height: initial;
}
div.content span.code {
  font-size: 80%;
  font-family: Courier;
}
div.content div.code div.options {
  margin-top: 1em;
  font-size: 80%;
}
div.content div.code div.options li {
  padding: 0;
  margin-bottom: 0.2em;
}
div.content div.code div.options ul {
  margin-top: 0.5em;
  margin-left: 0em;
  padding-left: 2em;
  list-style: unset;
}
div.content div.code div.options span.code {
  font-size: 100%;
}

p.lastmodif {
  position: absolute;
  right: 1em;
  bottom: 0em;
  font: italic 80% sans-serif;
  color: #505050;
}

/* Mediatheque */

div.content div.corner {
  border: 0.2em solid black;
  width: 100%;
  background: #aaddaa;
  position: relative;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  box-shadow: 0.5em 0.5em 2em 0 black;
  margin: 0;
  margin-bottom: 2em;
}
div.content div.titlecorner {
  text-align: center;
  padding: 0.5em;
  padding-left: 2.5em;
  font-family: corner;
  font-size: 200%;
  font-weight: bold;
  background: #106010;
  border-bottom: 0.1em solid black;
  color: white;
}
div.content div.corner img.icon {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  height: 2.4em;
  opacity: 0.85;
}
div.content div.contentcorner {
  padding-top: 0.5em;
  padding-bottom: 0.2em;
}
div.content div.contentcorner table {
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
}
div.content div.contentcorner img {
  border: 1px solid black;
  width: 100%;
  opacity: 0.9;
}
div.content div.contentcorner img.noborder {
  border-style: none;
}
div.content div.contentcorner td {
  padding-left: 1.5%;
  padding-right: 1.5%;
  height: auto;
}
div.content div.contentcorner td a {
  position: relative;
  color: inherit;
}
div.content div.contentcorner td div.desc {
  z-index: 1;
  background: #ffffa0;
  position: absolute;
  top: calc(100% - 3em);
  right: 0;
  font-size: 70%;
  line-height: initial;
  padding: 0.4em;
  width: 100%;
  min-width: 10em;
  display: none;
  border: 1px solid black;
  opacity: 1;
}
div.content div.contentcorner a:hover div.desc {
  display: block;
}
div.content div.contentcorner td:hover img {
  opacity: 1;
}

/* PopUp */

div.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: center;
  font-size: 150%;
  line-height: 1.5em;
  display: none;
}
div.popup_filter {
  background: white;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
}
div.popup_content {
  padding: 1em;
  background: #aaddaa;
  border: 0.1em solid black;
  border-radius: 0.5em;
  position: absolute;
  top: 5%;
  left: 10%;
  height: calc(90% - 2em);
  width: calc(80% - 2em);
}
div.popup_content img.close {
  position: absolute;
  height: 3em;
  right: 0.2em;
  top: 0.2em;
  cursor: pointer;
}
div.popup_content div.iframe {
  width: 100%;
  height: calc(100% - 3.5em);
}
div.popup_content div.iframe iframe {
  width: 100%;
  height: 100%;
  border-radius: 1em;
}
div.popup_content div.legend {
  margin-top: 0.5em;
}

