body {
  background: white;
  background-image: url("fond.jpeg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: black;
  margin: 0px;
}

.leftbar {
  position: fixed;
  background-image: url("logo.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 165px;
  left: 50px;
  top: 20px;
}

.rightbar {
  display: none;
}

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

.bar {
  position: fixed;
  left: 0px;
  margin-left: 10px;
  margin-right: 10px;
  width: 190px;
}

.site_title {
  display: none;
}

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

.flag {
  border: 0;
}

.navbar {
  display: none;
}

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

.navbar_entry a {
  text-decoration: none;
}

.main {
  background-image: url("titre.jpeg");
  background-repeat: no-repeat;
  background-position: center top;
  min-width: 444px;
  padding-right: 20px;
  margin-left: 340px;
  margin-top: 0px;
  padding-top: 230px;
}

.identifier {
  color: rgb(200, 200, 255);
  font-size: 12pt;
}

.category_a {
  color: rgb(200, 200, 255);
  text-decoration: none;
}

.title {
  color: rgb(200, 200, 255);
  font-size: 12pt;
  font-weight: bold;
  padding-top: 15px;
}

.subtopics {
  font-size: 18pt;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 15px;
  padding-left: 0px;
  border-bottom: 1px dashed rgb(100, 100, 200);
}

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

.content {
  margin-bottom: 10px;
}

.extra {
}

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

.message_header {
//  border-top: 1px dashed rgb(100, 100, 200);
  border-bottom: 1px dashed rgb(100, 100, 200);
}

.message_title {
  font-weight: bold;
  padding: 10px;
  padding-top: 15px;
  padding-left: 0px;
  color: rgb(200, 200, 255);
}
.message_title .parent {
  text-decoration: none;
  font-weight: normal;
}
.message_title .child {
  font-weight: bold;
}
.message_author_date {
  float: right;
  padding: 10px;
  padding-top: 15px;
}

.message_text {
  padding-top: 10px;
  padding-bottom: 10px;
}

.message_extra {
  margin-top: 10px;
}
