
body {
  background: white;
  margin: 0px;
}

.leftbar {
  display: none;
}

.rightbar {
  display: none;
}

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

.bar {
  display: none;
}

.site_title {
  text-align: center;
  padding-top: 197px;
  margin-bottom: 50px;
  color: white;
  font-size: 1em;
  background-image: url("./ange_1.png");
  background-position: left top;
  background-repeat: no-repeat;
  width: 223px;
}

.site_title a {
  text-decoration: none;
}

.flags {
  text-align: left;
  margin-left: 10px;
  margin-bottom: 2em;
  height: 45px;
}

.flag {
  border: 0;
}

.navbar {
  margin-left: 10px;
  margin-right: 10px;
}

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

.navbar_entry a {
  text-decoration: none;
}

.main {
}

.category {
  font-size: smaller;
}

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

.title {
  color: white;
  font-size: 30pt;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-right: 10px;
  background-image: url("./ange_1_fond.png");
  background-position: left top;
  background-repeat: repeat-x;
  height: 130px;
}

h1 {
  color: rgb(50, 100, 255);
  font-size: 15pt;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

h2 {
  color: rgb(50, 100, 255);
  font-size: 13pt;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 100px;
  padding-top: 20px;
  padding-bottom: 0px;
}

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

.subtopics {
  display: none;
}

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

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

.extra {
  padding-left: 30px;
}

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

.message_header {
  border-top: 1px solid black;
}

.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 {
  text-decoration: none;
  font-weight: bold;
  color: black;
}
.message_author_date {
  float: right;
  padding: 10px;
  padding-top: 15px;
}

.message_text {
  padding: 10px;
  padding-left: 20px;
}

.message_extra {
  margin-top: 10px;
}
