body {
  background: url('/images/style/frontend/fond.png') repeat-y center;
  padding: 0px;
  margin: 0px;
  width: 100%;
  font-family: trebuchet ms;
  font-size: 0.9em;
  color: #3F3F3F; }
  body a {
    color: #5890CD; }
    body a img {
      border: 0px; }
  body table {
    border-collapse: collapse; }
    body table td {
      border: 1px solid #D9D9D9;
      padding: 5px; }

.slideshow {
  margin: auto; }
  .slideshow .item {
    width: 100%;
    text-align: center;
    margin: auto; }
    .slideshow .item img {
      margin: auto; }

#top {
  background: url('/images/style/frontend/top.jpg') no-repeat center top;
  height: 290px;
  margin-top: 15px;
  width: 100%;
  text-align: center; }
  #top .center {
    height: 290px;
    position: relative;
    margin: 0 auto;
    width: 940px;
    text-align: left; }
    #top .center #logo {
      position: absolute;
      top: 30px;
      left: 15px; }
    #top .center #appelez {
      position: absolute;
      top: 17px;
      right: 0px; }
  #top #menu_haut {
    position: absolute;
    bottom: 5px;
    padding: 9px; }
    #top #menu_haut a {
      text-decoration: none;
      color: white;
      padding: 10px; }
      #top #menu_haut a:hover {
        font-weight: bold; }
    #top #menu_haut .current {
      font-weight: bold; }

#main {
  background: url('/images/style/frontend/middle.jpg') repeat-y center top;
  min-height: 400px;
  width: 100%;
  text-align: center; }
  #main .center {
    width: 940px;
    margin: 0 auto;
    text-align: left; }
    #main .center #gauche {
      min-height: 200px;
      padding: 10px;
      float: left;
      width: 253px; }
    #main .center #contenu {
      min-height: 200px;
      padding: 10px;
      margin-left: 273px; }

#bottom {
  background: url('/images/style/frontend/bottom.jpg') no-repeat center top;
  height: 182px;
  color: #82827D;
  width: 100%;
  text-align: center; }
  #bottom table {
    width: 950px;
    margin: auto;
    font-size: 1.1em;
    text-align: left; }
    #bottom table a {
      color: #82827D;
      text-decoration: none; }
