@font-face
{
  font-family: "VikingFont";
  src: url('font/VIKINGN.ttf');
}

@font-face
{
  font-family: "HobbitFont";
  src: url('font/hobbiton.ttf');
}

body
{
  margin: 10px 0px;
  padding: 0px;
  background: url(pic/one_to_rule.png);
  text-align: center;
  font: small/1.5em sans-sserif;
}

#container
{
  position: relative;
  text-align: left;
  margin: 0px auto;
  width: 950px;
  background: url(pic/fond.png) repeat-y;
  border-bottom: 5px solid #000000;
}

#container404
{
  position: relative;
  text-align: center;
  margin: 0px auto;
  width: 950px;
  background: url(pic/bg.png) repeat;
  border: 5px solid #000000;
}

#container404 h1
{
  font-family: HobbitFont;
  font-size: 4em;
  padding: 25px 0px 0px 0px;
}

#container404 h2
{
  font-family: HobbitFont;
  font-size: 4em;
  padding: 25px 0px 0px 0px;
  line-height: 125%;
}

#header
{
  width: 950px;
  height: 252px;
  background: url(pic/tete.png) no-repeat;
}

#menu
{
  float: left;
}

#menu .menu_item
{
  margin: 0px 0px 15px 17px;
  padding: 0px;
}

#menu .menu_item img
{
  border: 0px solid #ffffff;
}

#menu .menu_item h1
{
  background: #f0e191;
  font-family: VikingFont;
  font-size: small;
  font-weight: bold;
  margin: 0px;
  padding: 5px 0px 0px 10px;
  width: 200px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}

#menu .menu_item ul
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#menu .menu_item li
{
  padding: 0px;
  margin: 0px;
}

#menu .menu_item a:link,
#menu .menu_item a:visited
{
  font-size: small;
  display: block;
  color: #555555;
  background: rgba(240, 225, 145, 0.5);
  padding: 3px 0px 3px 10px;
  border-top: 1px solid #000;
  text-decoration: none;
}

#menu .menu_item a:hover
{
  color: #000000;
  background: rgb(240, 225, 145);
}

#content
{
  margin-left: 275px;
  margin-right: 25px;
  text-align: justify;
  background: url(pic/moria.png) repeat-y;
  padding: 25px 0px;
}

#content h1
{
  font-family: HobbitFont;
  font-size: xx-large;
  padding-top: 20px;
  color: #333333;
}

#content em
{
  font-style: normal;
  font-weight: bold;
}

#content a:link,
#content a:visited
{
  text-decoration: none;
  color: green;
}

#content table
{
  margin: auto;
}

#content table td
{
  padding: 0px 25px;
}

#footer
{
  position: relative;
  text-align: center;
  margin: 10px auto;
  width: 950px;
  background: url(pic/fond.png) repeat-y;
  border-top: 5px solid #000000;
  border-bottom: 5px solid #000000;
}

#footer img
{
  border: 0px solid #ffffff;
  margin: 5px 40px 0px 40px;
}
