﻿#HeaderDiv
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    height:96px;
    background-image:url('/Themes/BlackAndGold/Images/Header-GC2.png');
    background-position:left top;
    background-repeat:repeat-x;
    z-index:1;
    overflow:visible;
    border:solid 0px white;
}
#HeaderDiv h1
{
    top:140px;
    font-weight:bolder;
    margin-left:10px;
    color:White;
    font-size:x-large;
}
#HeaderDiv span
{
    position:absolute;
    height:68px;
    width:100%;
    margin:0px 0px 0px 0px;
    background-image: url('/Themes/BlackAndGold/Images/metal.jpg');
    background-position:left top;
    background-repeat:repeat;      
}
/* -----MENU----- */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; 
top: 98px;
left: 0px;
z-index:100;
width: auto;  /*correction pour Opera */
text-align:left;
/*border: solid 1px white;*/
}
#menu dl {
float: left;
width: 190px;
}
#menu dt {
cursor: pointer;
color: white;
height:20px;
text-align: left;
text-transform:none;
font-weight: bold;
background: #ccc;
background-image:url('/Themes/BlackAndGold/Images/ButtonBlackBg.gif');
border: 1px solid black;
margin: 1px 1px 1px 1px;
}
#menu dd {
display: block;
border: none;
}
#menu li {
text-align: left;
background: #fff;
font-weight: bold;
border: 1px solid black;
background-image:url('/Themes/BlackAndGold/Images/ButtonBlackBg.gif');
}
#menu li a, #menu dt a 
{
color: white;
text-decoration: none;
font-size:small;
display: block;
height: 100%;
height:18px;
margin: 1px 1px 1px 1px;
padding: 0px 0px 0px 1px;
background-image:url('/Themes/BlackAndGold/Images/ButtonBlackBg.gif');
background-position:left center;
}

#menu a:hover, #menu a:focus
{
background-image:url('/Themes/BlackAndGold/Images/MenuGold30h.gif');
background-position:left center;
color: black;
}


#menu a.CurrentMenu
{
background-image:url('/Themes/BlackAndGold/Images/MenuGold30h.gif');
background-position:left center;
color: black;
}