﻿    body {
      margin: 0;
      color: #6d4800;
      width: 100%;
      scrollbar-face-color:#FFEFCE;
	  scrollbar-highlight-color:#FFEFCE;
	  scrollbar-3dlight-color:#F7BA39;
	  scrollbar-darkshadow-color:#F7BA39;
	  scrollbar-shadow-color:#FFEFCE;
	  scrollbar-arrow-color:#6B0000;
	  scrollbar-track-color:#FFEFCE;
    }
    
    a { color: #6d4800; }
    a:hover { color: #6d4800; text-decoration: none; }
    a:visited { color: #6d4800; }
    a:link { color: #6d4800; }
    
    body, td, th {
      font-family: Verdana;
      font-size: 12px;
    }
    
    #header {
      width: 100%;
      background: url(images/header.jpg) top left no-repeat;
      height: 132px;
      z-index: 1;
      margin-right: 225px;
    }
    
    #header_bg {
      background: url(images/menu_bg_comblage.jpg) top left repeat-x;
    }
    
    #header_bg2 {
      background: url(images/header_bg.jpg) top right no-repeat;
    }
    
    #header h1 {
      display: none;
      visibility: hidden;
    }
    
    #content {
      float: left;
      background-color: #fff7e7;
      width: 100%;
      margin-right: 225px;
    }
    
    #container {
      padding: 5px;
    }
    
    #right {
      width: 225px;
      height: 520px;
      background: url(images/right.jpg) no-repeat;
      float: right;
      z-index: 2;
    }
      
    #footer {
      clear: both;
      line-height: 30px;
      width: 100%;
      background-color: #e3c37c;
      text-align: right;
      overflow: hidden;
      margin: 0;
      font-style: italic;
    }
       
    
    #menu {
      position: absolute;
      top: 90px;
      width: 800px;
      text-align: center;
      padding-right: 5px;
    }
    
    .center {
      text-align: center;
    }
    
    .title { padding-right: 14%; padding-top: 15px; }
    
    img { border: 0; }
    
    .box {
      font-family: Arial;
      font-size: 14px;
      font-style: italic;
      font-weight: bold;
      color: #845805;
    }
    
    .bt {
      width: 135px;
      height: 21px;
      background: url(images/bt_bg.jpg) no-repeat;
      text-align: center;
      font-family: Arial;
      font-size: 13px;
      font-style: italic;
      font-weight: bold;
      color: #845805;
      padding-top: 2px;
    }
    
    .bt a { text-decoration: none; }
    .bt a:hover { text-decoration: underline; }
    
    .slideshow img { padding: 10px; border: 1px solid #ebcd8e; background-color: #f7f0e1; }
