html,body{ 
    padding:0;
    margin:0;
    font-size:14px;
    background:#FFF;
    font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
    color:#333;
    height: 101%;
}

#wrapper  {
    width: 980px;
    margin: 0 auto;
    margin-top: 10px;
}



a{ 
    color:#305d7c;
}

a img{ border:0;}

div.clear{ clear:both;}


#header{ 
    background-image:url(../banner1.gif);
    background-repeat: no-repeat;
    padding: 0;
    font-size:11px;
    height: 58px;
}

#header *{ 
    color:#fafafa;
    text-decoration:none;
}



#menu{ 
    margin-right:20px;
    padding-top: 23px;
}
#menu ul,#menu li{ 
    margin:0;
    padding:0;
    list-style: none;
    float:left;
}
#menu ul{float:right;}
#menu a{ 
    text-decoration:none;
    float:left;
    font-size:16px;
    margin-right:2px;
    padding:4px 5px;
    color:#eee;
    -moz-border-radius-topleft:3px;
    -khtml-border-top-left-radius:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
    -moz-border-radius-topright:3px;
    -khtml-border-top-right-radius:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
/*    text-shadow:#556688 1px 1px 1px; */
    text-shadow:gray 1px 1px 1px;
    background-color: #8B846A;
}
#menu a:hover{ 
  /*  background-color:#425e73; */
    background-color:#e6e6e6;
    color: black;
}
#menu a.selected,#menu a.childselected,#menu a.selected:hover,#menu a.childselected:hover{
    background-color:#e6e6e6;
    color: black;
    text-shadow:gray 1px 1px 1px;
/*    text-shadow:#7788aa 1px 1px 1px; */
}


#adresse  {
    width: 320px;
    float: left;
}
#adresse #image  {
    width: 320px;
    height: 320px;
    margin: 15px 15px 0 15px;
    background-image:url(../adresse2.jpg);
    background-repeat: no-repeat;
}
#adresse #adressData  {
    width: 320px;
    background-color:#5A5644;
    margin: 0 15px 15px 15px;
}

#adresse #adressData #adressData_down  {
    width: 320px;
    height: 10px;
    background-image: url(../adressData_down.gif);
}

#content  {
    width: 610px;
    margin: 15px;
    background-color: #E5DCB9;
    float: right;
}
#innerContent  {
    margin: 5px;
    color:#544E38;
}
#content_up  {
    width: 610px;
    height: 10px;
    background-image: url(../content_up.gif);
    background-repeat: no-repeat;
}
#content_down  {
    width: 610px;
    height: 10px;
    background-image: url(../content_down.gif);
    background-repeat: no-repeat;
}


.clear  {
    clear: both;
}

.imagePart  {
    width: 206px;
    height: 146px;
    margin: 10px 0;
    padding: 3px;
    border: 1px solid #D3CAA9;    
}

.SubTable  {
    border-top: 1px solid #D3CAA9;
    margin: 20px 0;
}

.SubLeft  {
    border-right: 1px solid #D3CAA9;
}


#footer{ 
    width: 980px;
    height: 10px;
    background-image: url(../footer.gif);
}

#footer,#footer a{ }






#mainContent  {
    background-color: #8B846A;
    margin:0 5px 0 4px;
    border: 1px solid #8B846A;
}


.sitemap_link, .login_link  {
    display: none;
}


h1  {
    display: inline;
    color: #CEB085;
    font-size: 24px;
    font-family: arial;
    font-weight: bold;
}
#innerContent h2  {
    display: inline;
    color:#544E38;
    font-size: 15px;
    font-weight: bold;
}
.whiteText  {
    color: white;
    font-size:14px;
    font-weight: bold;
}
.brownText  {
    color:#CEB085;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
}

hr  {
    color:#D3CAA9;
}
.mainLink  {
    text-align: right; 
    margin: 10px 15px 0 0;
    font-size: 13px;
}












#sidepanel{ 
    position:relative;
    float:right;
    width:160px;
    overflow:hidden;
    font-size:13px;
    padding-left:10px;
    border-left:1px solid #eee;
}
#sidepanel h3{ 
    background:#569552;
    color:#fafafa;
    padding:3px 5px;
}
#sidepanel h3 a{ 
    color:#fafafa;
    text-decoration:none;
}
#sidepanel .menu_top,#sidepanel .menu_top ul,#sidepanel .menu_top li{ 
    margin:0;
    padding:0;
    list-style: none;
}
#sidepanel .menu_top li{ display:inline;}
#sidepanel .menu_top li li a{ padding-left:25px;}
#sidepanel .menu_top li li li a{ padding-left:50px;}
#sidepanel .menu_top a{ 
    display:block;
    text-decoration:none;
    white-space:nowrap;
}
#sidepanel .menu_top a.selected,#sidepanel .menu_top a:hover{ background-color:#f1f1f1;}
#sidepanel input.text{width:90%;}

