body {
  color: #000;
  background: #fff;
  font-size: 13px;
  font-family: "AR PL ZenKai Uni", "SimSun", "Arial";
}

h1, h2, h3, h4, h5, h6 {
  color: #b70005;
}

#left {
  width: 244px;
  background: #fff url(left.png) top left repeat-y;
}

#body-right {
  width: 590px;
}

#kakemono {
  padding: 234px 33px 33px; 33px;
  color: #fff;
  background: transparent url(kakemono.jpg) top left no-repeat;
  text-align: justify;
}

/* hauteur minimale */
/* Firefox & IE7 */
#left > #kakemomo {
  min-height: 530px;
  height: auto;
}

/* IE 6 & <*/
* html #kakemono {
  height: 530px;
}

#body-right {
  background: url(banner.jpg) top left no-repeat;
}

#banner {
  width: 590px;
  /* IE 6 */
  height: 118px;
}
#banner h1 {
  display: none;
}

/*
 * Menus / commun
 */
#menu,
#flatmenu {
  padding: 4px 0;
}

#menu a,
#menu a:link,
#menu a:visited,
#flatmenu a,
#flatmenu a:link,
#flatmenu a:visited {
  border-width: 1px;
  border-style: solid solid none solid;
  padding: 4px 6px;
  text-decoration: none;
}

/*
 * Menu premier niveau
 */
#menu a,
#menu a:link,
#menu a:visited {
  margin-right: 8px;
  border-color: #9b3530;
  color: #b70005;
  background: #fff;
}
#menu a.active,
#menu a.in-path,
#menu a:hover {
  color: #fff;
  background: #b70005;
}

/*
 * Cadre rouge
 */
#wrapper {
  border-width: 11px 9px;
  border-color: #b70005;
  border-style: solid;
  padding: 1px;
}

/*
 * breadcrumb (sans s)
 */
#breadcrumb {
  padding: 4px 6px;
  color: #fff;
  background: #4c1918;
}
#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited {
  color: #fff;
  text-decoration: none;
}

/*
 * Menu second niveau
 */
#flatmenu {
  margin-left: -1px;
  background: #4c1918;
}
#flatmenu a,
#flatmenu a:link,
#flatmenu a:visited {
  margin-right: 8px;
  border-color: #fff;
  color: #fff;
  background: #b70005;
}
#flatmenu a.active,
#flatmenu a.in-path,
#flatmenu a:hover {
  color: #b70005;
  background: #fff;
}

#main {
  padding: 4px 20px;
  color: #000;
  background: #fff;
  height: 500px;
}

/* hauteur minimale */
/* Firefox & IE7 */
#wrapper > #main {
  min-height: 530px;
  height: auto;
}

/* IE 6 & <*/
* html #main {
  height: 530px;
}

#bottom {
  padding: 4px 18px;
  color: #fff;
  background: #4c1918;
}

#bottom a,
#bottom a:link,
#bottom a:visited,
#bottom a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * WIKI
 */
table.docutils {
  border: 0pt !important;
  border-color: #b70005;
}

table.docutils td {
  border: 0pt !important;
  border-color: #fff;
  padding: 1px 5px !important;
  margin: 0 5px;
}

table.docutils.field-list {
  border: none;
}

table.docutils.field-list td {
  border: none;
}

/*
 * Contact
 */
#contact-form input, #contact-form select, #contact-form textarea {
  font-size: 1em;
}
