h1 {
  font-size: 30px;
  color: #178A21;
  text-align: center;
  margin-bottom: 60px; }

h2 {
  font-weight: bold;
  font-size: 16px; }

p {
  text-align: justify; }

cite {
  padding: 10px;
  display: block; }

a img {
  border: 0px; }

a {
  color: #178A21; }
  a:hover {
    text-decoration: none; }

table {
  border-collapse: collapse; }

#gallery {
  margin-bottom: 50px; }

#sous_menu {
  width: 209px;
  position: relative;
  top: 30px;
  left: -30px;
  float: left; }
  #sous_menu #sous_menu_top {
    background: url('/images/style/top_menu.png');
    width: 209px;
    height: 19px; }
  #sous_menu #sous_menu_content {
    background: url('/images/style/menu.png');
    padding-bottom: 50px;
    min-height: 300px;
    padding: 20px;
    padding-top: 0px; }
    #sous_menu #sous_menu_content ul {
      padding-left: 20px; }
      #sous_menu #sous_menu_content ul li {
        padding-bottom: 10px; }
    #sous_menu #sous_menu_content a {
      color: #3E2004;
      text-decoration: none;
      font-weight: bold; }
    #sous_menu #sous_menu_content h3 {
      margin: 0px;
      margin-bottom: 20px;
      text-align: center;
      font-size: 17px; }

.comment {
  margin-bottom: 40px; }
  .comment .message {
    border: 1px solid #3E2004;
    padding: 10px;
    background: url('/images/style/fond_blanc.png'); }

.content {
  width: 700px;
  margin: 30px 30px 30px 200px;
  margin-top: 30px;
  padding: 10px;
  padding-top: 3px;
  color: #3E2004;
  position: relative;
  z-index: 91;
  font-family: trebuchetMS; }
  .content ul {
    padding-left: 50px; }
  .content .fieldWithErrors {
    padding: 2px;
    display: inline;
    font-weight: normal;
    color: #CD0A0A; }
    .content .fieldWithErrors input {
      border-color: #CD0A0A; }
  .content .errorExplanation {
    border: 1px solid #990000; }
    .content .errorExplanation h2 {
      margin: 0px;
      padding: 10px;
      background: #990000;
      color: white; }
    .content .errorExplanation p {
      padding: 10px; }
    .content .errorExplanation ul {
      padding-left: 50px; }

body {
  margin: 0px;
  padding: 0px;
  background: #111111;
  font-family: Arial;
  color: #2A1B17;
  font-size: 13px;
  height: 100%;
  background: url('/images/style/middle.jpg') center 221px repeat-y white; }
  body .center {
    width: 950px;
    margin: auto; }
  body #top {
    background: url('/images/style/top.jpg') top center no-repeat white;
    height: 221px; }
  body #menu {
    width: 950px;
    margin: auto;
    margin-top: 30px;
    position: relative;
    z-index: 90;
    border: 5px solid #B0DF78;
    height: 45px;
    background: url('/images/style/fond_blanc.png');
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
    body #menu .active {
      font-weight: bold; }
    body #menu a {
      display: block;
      padding: 10px;
      padding-top: 13px;
      padding-bottom: 17px;
      float: left;
      color: #3E2004;
      text-decoration: none; }
      body #menu a:hover {
        text-decoration: underline; }
  body #arbre {
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 89; }
  body .content_large {
    width: 930px;
    margin: auto;
    position: relative;
    z-index: 90;
    border: 5px solid #B0DF78;
    background: url('/images/style/fond_blanc.png');
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 20px;
    padding: 10px; }
  body #main {
    width: 950px;
    margin: auto;
    position: relative;
    z-index: 90;
    border: 5px solid #B0DF78;
    background: url('/images/style/fond_blanc.png');
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
  body #bot_info {
    width: 950px;
    margin: auto;
    text-align: center;
    padding: 10px;
    padding-bottom: 200px;
    position: relative;
    z-index: 150; }
    body #bot_info a {
      color: white;
      text-decoration: none; }
      body #bot_info a:hover {
        text-decoration: underline; }

.inputText {
  background: url('/images/style/quartz-admin/inputText.png') top  repeat-x white;
  padding: 6px;
  border: 1px solid #AFAFAF;
  width: 280px; }

.Textarea {
  background: url('/images/style/quartz-admin/inputText.png') top  repeat-x white;
  padding: 6px;
  border: 1px solid #AFAFAF;
  width: 98%; }
