.TitreMenu {
font-family : Geneva, Arial, Helvetica, sans-serif;
font-size : 9pt;
font-style : normal;
font-weight : normal;
background-image : url(../images/main/BG_TitreMenu.gif);
background-repeat : no-repeat;
height : 24px;
width : 190px;
color : #ffffff;
text-align : center;
}
ul#menu li ul {
display : none;
}
ul#menu li:hover > ul {
display : block;
}
ul#menu {
float : left;
}
ul#menu, ul#menu ul {
list-style : none;
margin : 0;
padding : 0;
width : 187px;
background-image : url(../images/main/BG_menuOFF.gif);
background-repeat : no-repeat;
border-top : 1px solid #cccccc;
border-right : 1px solid #cccccc;
border-left : 1px solid #cccccc;
}
ul#menu ul {
position : absolute;
top : 0;
left : 187px;
list-style-type : none;
}
ul#menu li {
position : relative;
margin : 0;
padding : 0;
list-style-type : none;
}
ul#menu a {
display : block;
width : 100%;
height : 20px;
font-family : Verdana, Tahoma;
font-size : 8pt;
font-weight : normal;
color : #000000;
background-image : url(../images/main/BG_menuOFF.gif);
text-decoration : none;
border-bottom : 1px solid #cccccc;
text-indent : 20px;
vertical-align : bottom;
text-align : left;
}
ul#menu a:hover {
background-image : url(../images/main/BG_menuON.gif);
color : #000000;
border-bottom : 1px solid #cccccc;
font-style : italic;
}
#border {
border-top : 1px solid #cccccc;
border-right : 1px solid #cccccc;
border-left : 1px solid #cccccc;
}
ul#border ul {
position : absolute;
top : 0;
left : 187px;
list-style-type : none;
}
