

body {
  background: white;
  background-image: url("./barre_fond.png");
  background-position: left top;
  background-repeat: repeat-y;
  margin: 0px;
}

.leftbar {
  display: none;
}

.rightbar {
  display: none;
}

a {
  color: brown;
}
.admin_only {
  text-decoration: none;
}
.admin_only:hover {
  color: red;
  text-decoration: line-through;
}

.bar {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 190px;
}

.site_title {
  font-size: 2em;
  margin-bottom: 1em;
}

.site_title a {
  text-decoration: none;
}

.flags {
  text-align: center;
  margin-bottom: 2em;
  width: 150px;
  height: 50px;
}

.flag {
  border: 0;
}

.navbar_entry {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar_entry a {
  text-decoration: none;
}

.main {
  background: white;
  margin-left: 210px;
}

.category {
  font-size: smaller;
}

.category_a {
  color: white;
  text-decoration: none;
}

.title {
  color: white;
  font-size: 30pt;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgb(255, 200, 0);
  background-image: url("./coin_1.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}

.identifier {
  color: rgb(255, 230, 100);
  font-size: 15pt;
}

.subtopics {
  margin-left: 30px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding: 15px;
  padding-left: 20px;
  background: rgb(255, 230, 100);
  background-image: url("./coin_2.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}

.author_date {
  text-align: right;
  margin-left: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.content {
  margin-left: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.extra {
  margin-left: 30px;
}

.messages {
  margin-top: 40px;
  margin-left: 30px;
}
.message {
  margin-bottom: 30px;
}

.message_header {
  background: rgb(255, 230, 100);
  background-image: url("./coin_3.png");
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom: 5px dashed rgb(255, 200, 0);
}

.message_title {
  font-weight: bold;
  padding: 10px;
  padding-top: 15px;
  padding-left: 20px;
}
.message_title .parent {
  text-decoration: none;
  font-weight: normal;
}
.message_title .child {
  font-weight: bold;
  color: black;
}
.message_author_date {
  float: right;
  padding: 10px;
  padding-top: 15px;
}

.message_text {
  padding: 10px;
  padding-left: 20px;
  background: rgb(255, 250, 200);
  background-image: url("./coin_4.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}

.message_extra {
  margin-top: 10px;
}
