body {
  background: #D9D9D9;
  font-family: Tahoma;
}

div.header {
  height: 150px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: black url(../images/interface/dragon1.png) top left fixed no-repeat;
  color: white;
  text-align: center;
}

.menu {
  background: black url(../images/interface/dragon1.png) top left fixed no-repeat;
  color: white;
  padding-top: 16px;
  font-size: 10pt;
  display:inline;
}

div.section a { text-decoration: none; }
div.section a:link { color: olive; }
div.section a:visited { color: green; }
div.section a:active { color: red; }
div.section ul {
  padding: 0 0 5px 15px;
  margin: 0px;
}
div.section li {
  list-style-type: none;
}


div.bordure#menu {
  position: fixed;
  background: url(../images/interface/corde.png);
  top: 150px;
  left: 0px;
  width: 150px;
  height: 16px;
  background-repeat: repeat-x;
}

div.bordure#top {
  position: fixed;
  background: url(../images/interface/border-top.png);
  top: 150px;
  left: 166px;
  right: 166px;
  height: 16px;
  background-repeat: repeat-x;
}

div.bordure#top-left {
  position: fixed;
  background: url(../images/interface/border-top-left.png);
  top: 150px;
  left: 150px;
  height: 16px;
  width: 16px;
  background-repeat: repeat-x;
}

div.bordure#top-right {
  position: fixed;
  background: url(../images/interface/border-top-right.png);
  top: 150px;
  right: 150px;
  height: 16px;
  width: 16px;
  background-repeat: repeat-x;
}

div.bordure#left {
  position: fixed;
  background: url(../images/interface/border-left.png);
  top: 166px;
  left: 150px;
  bottom: 36px;
  width: 16px;
  background-repeat: repeat-y;
}

div.bordure#right {
  position: fixed;
  background: url(../images/interface/border-right.png);
  top: 166px;
  right: 150px;
  bottom: 36px;
  width: 16px;
  background-repeat: repeat-y;
}

div.bordure#bottom {
  position: fixed;
  background: url(../images/interface/border-bottom.png);
  bottom: 20px;
  left: 166px;
  right: 166px;
  height: 16px;
  background-repeat: repeat-x;
}

div.bordure#bottom-left {
  position: fixed;
  background: url(../images/interface/border-bottom-left.png);
  bottom: 20px;
  left: 150px;
  height: 16px;
  width: 16px;
  background-repeat: repeat-x;
}

div.bordure#bottom-right {
  position: fixed;
  background: url(../images/interface/border-bottom-right.png);
  bottom: 20px;
  right: 150px;
  height: 16px;
  width: 16px;
  background-repeat: repeat-x;
}


.content {
  background: #D9D9D9;
  color: black;
  text-align: justify;
  font-size: 10pt;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

div.connec {
  top: 170px;
  left: 166px;
  display:block;
  padding-left: 0px;
  font-size: 8pt;
}

div.barbarie {
  top: 170px;
  right: 166px;
  display:block;
  padding-left: 0px;
  font-size: 8pt;
}

div.navig {
  position: fixed;
  top: 170px;
  right: 170px;
  width: 100px;
  background: black;
  color: white;
  border: 1px solid red;
  display: block;
  font-size: 10pt;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.form {
  text-align: center;
  padding-top: 50px;
}

div.news {
  display: block;
}
div.news p { display: block; margin: 0;}
div.news p.infopost {
  text-align: right;
  font-size: 8pt;
  font-style: oblique;
}

a { text-decoration: none; }

div.deco {
  position: fixed;
  background: black url(../images/interface/deco3.png);
  top: 0px;
  right: 0px;
  width: 150px;
  height: 100%;
  background-position: top right;
  background-repeat: no-repeat;
}

div.deco2 {
  position: fixed;
  background: black url(../images/interface/deco3.png);
  top: 0px;
  right: 0px;
  width: 230px;
  height: 150px;
  background-position: top right;
  background-repeat: no-repeat;
}

.footer {
  background: black;
  color: white;
  text-align: center;
  font-size: 10pt;
}

