html, body {
  background: #535353;
  font-family: arial;
  color: #03469a;
}

#lay {
  background: #ffffff url(/images/BottomBG.gif) no-repeat bottom left;
/*  width:810px;*/
/*  height: 530px;*/
  width:1000px;
/*  height: 532px;*/
  height: 582px;
  margin:auto;
}

  #inLay {
/*    width: 803px;*/
    width: 993px;
    float:left;
  }
    
    #Top1 {
/*      height:33px;*/
/*      width: 804px;*/
      height:35px;
      width: 994px;
      background: url(/images/Top1.gif) no-repeat;
    }
    
    #Top2 {
      height:98px;
/*      width: 804px;*/
      width: 994px;
      background: url(/images/Top2.gif) no-repeat;
    }
    
      #Top2 img {
        margin: 20px 0 0 47px;
        border:0;
        float:left;
      }
      
      #Adresse {
        float:right;
        font-size:11px;
        padding:13px 18px 0 0;
      }
      
        #Adresse a {
          color: #03469a;
          text-decoration:none;
        }
        
        #Adresse a:hover {
          color: #03469a;
          text-decoration:underline;
        }
    
    #Top3 {
      height:30px;
/*      width: 797px;*/
      width: 987px;
      background: url(/images/Top3.gif) repeat-x;
      
      padding: 6px 13px 0 0;
      
      color: #ffffff;
      font-family: century gothic;
      font-weight:bold;
      font-size:11px;
      text-align:right; 
    }
        
        #Top3 a {
          color: #ffffff;
          text-decoration:none;
        }
    
    #NavCell {
      width:304px;
      background: url(/images/PicMitte.gif) no-repeat right;
/*      height: 359px;*/
    height: 409px;
      float:left;
      position:relative;
      top: -8px;
    }
    
      .NavScndList {
        list-style-image: url(/images/NavScndList_b.gif);
        color: #9a0303;
         font-size: 11px;
        line-height: 17px;
        margin:0 0 0 15px;
        padding:0;
      }
      
      .NavScndList li a {
         color: #03469a;
         text-decoration:none;
        }
    
      .NavScndList li a:hover {
        list-style-image: url(/images/NavScndList.gif);
        text-decoration:none;
        }

      .NavList {
        list-style-image: url(/images/NavScndList_b.gif);
        color: #03469a;
        font-size:12px;
        line-height: 23px;
        margin:25px 0 0 30px;
        padding:0;
      }

      .NavList li a {
         color: #03469a;
         text-decoration:none;
        }
          
      .NavList li a:hover {
        list-style-image: url(/images/NavScndList.gif);
         color: #03469a;
          text-decoration:none;
        }


      .NaviListLink {
            color: #03469a;
         text-decoration:none;
          }
    
      .NaviListLink li {
            color: #03469a;
         text-decoration:none;
          }

      .NaviListLink li a:link {
            color: #03469a;
          text-decoration:none;
         }

      .NaviListLink li a:hover {
            color: #9a0303;
         text-decoration:none;
          }

      .NaviListLink li a:visited {
            color: #03469a;
         text-decoration:none;
          }

    #ContentCell {
      float:right;
/*      height: 296px;*/
      height: 346px;
/*      width: 480px;*/
      width: 670px;
      overflow:scroll;
      padding-top: 25px;
      position: relative;
      top: -8px;
    }
    
      #ContentCell h1 {
        font-size: 12px;
        font-weight: bold;
        border-bottom: dashed 1px #000000;
        background: url(/images/ContentH1.gif) no-repeat left;
        padding-left: 12px;
      }
      
      #ContentCell a {
          color: #03469a;
          text-decoration:underline;
      }

      #ContentCell a:active {
          color: #03469a;
          text-decoration:underline;
      }

      #ContentCell a:hover {
          color: #03469a;
          text-decoration:none;
      }

      #ContentCell h2 {
        font-size: 12px;
        font-weight: bold;
      }
      
      #ContentCell p {
        font-size:11px;
        font-weight:normal;
/*        text-align:left;*/
        padding: 3px 0px 6px 0px;
        margin: 0px 0xp 0xp 0xp;
        line-height: 14px;
      }
    
  
  #Shadow {
    float:right;
/*    height: 530px;*/
/*    height: 532px;*/
    height: 582px;
    width: 7px;
    background: url(/images/ShadowRight.gif) no-repeat;
  }
  
#Footer {
  margin:auto;
  text-align:center;
  font-size:11px;
  color:#ffffff;
  font-weight:normal;
}

  #Footer a {
    color: #ffffff;
    text-decoration:none;
  }
  
/*  Layout 1 */
.c2l1-left{
/*   border-right: 1px solid #FFEDA8;*/
   padding-right: 5px;
   width:50%;
   white-space:normal;
}
.c2l1-middle{
   padding-left: 5px;
   width:50%;
   white-space:normal;
}
