/*menu */

.ho{
background-image: url(images/menu1.gif);
background-repeat: no-repeat;
background-position: left top;
height: 47px;
border-left : 1px solid black;
}


#listmenu{
list-style:none;
margin:0;
padding:0;
border-left : 1px solid black;
background-color: #989FC9;
border-right : 1px solid black;
}

#listmenu ul{
background-color: #989FC9;

}

#listmenu li{

padding-top: 0.5em;
}


#listmenu li a{
color : #DFE1F0;
}


#listmenu li li{
padding-left:0.15em;
font-size: 12px;
list-style-type:square;
color: #DFE1F0;
}


#listmenu a.hac{
display:block;
background:transparent url(images/deplierhaut.gif) left 50% no-repeat;
text-indent:15px;
cursor:pointer;
color: white;
font-size: 15px;
font-weight: bold;
margin-left:0.45em;
}

#listmenu a.selected{
background:transparent url(images/deplierbas.gif) left 50% no-repeat;
color: #C9BA1B;

}

#menu_bas{ 
background-image: url(images/menubas.gif);
background-repeat: no-repeat;
background-position: left top;
width: 182px;
height : 32px;
border-left : 1px solid black;
}


