/*menu */

.rubriques #listmenu{
list-style:none;
margin:0;
padding:0;
background-image : url(/IMG/menu-jaune.gif);
background-repeat : repeat-y;

}

.rubriques_intranet #listmenu{
list-style:none;
margin:0;
padding:0;
background-image : url(/IMG/menu-bleu.gif);
background-repeat : repeat-y;

}

#listmenu li{
text-align:right;
border-bottom: 1px dashed white;
}

#listmenu .important{
margin-bottom:2px;
}

#listmenu .financement{
margin-bottom:3px;
}

.rubriques #listmenu a.hac{
display:block;
background-image : url(/IMG/menu-bleu.gif);
background-repeat : repeat-y;
color : white;
font-size : 0.75em;
font-family: verdana;
font-weight: bold;
text-indent:10px;
cursor:pointer;
padding : 3px 3px 4px 25px;
line-height:1.5em;
}

.rubriques_intranet #listmenu a.hac {
display:block;
background-image : url(/IMG/menu-bleu.gif);
background-repeat : repeat-y;
color : white;
font-size : 0.75em;
font-family: verdana;
text-indent:10px;
font-weight: bold;
cursor:pointer;
padding : 3px 3px 4px 25px;
line-height:1.5em;
}

.rubriques_intranet #listmenu li ul li a {
color : black;
}

.rubriques_intranet #listmenu li ul li {
background-image : url(/IMG/menu-bleu-poudre.gif);
background-repeat : repeat-y;
}

#listmenu .financement a.hac {
display:block;
background-image : url(/IMG/menu-outil.gif);
background-repeat : repeat-y;
color : white;
font-size : 0.75em;
font-family: verdana;
font-weight: bold;
text-indent:10px;
cursor:pointer;
padding : 3px 3px 4px 25px;
line-height:1.5em;
}

#listmenu a.selected, #listmenu .financement a.selected{
color: #fdcd61;
}
