/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 155px; /*width of side bar menu*/
clear: left;
margin-left:5px;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0; /*???*/
padding: 0;
/*border: 1px solid #e2d0af; couleur du cadre premier niveau*/
line-height:normal; /*pour anihiler la hauteur de ligne de commun.css*/

}

.markermenu ul li a{
/*background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; */
/*background: #FFFFFF; 
background: #e2d0af; */
font: bold 11px Arial, Helvetica, sans-serif; /*taille police premier niveau*/
color: #000;
display: block;
width: auto;
padding: 5px 0; /*espacement vertical dans le menu de premier niveau*/
padding-left: 4px;/*change le padding à 0 quand pas image de liste*/
text-decoration: none;
border-bottom: 1px solid #FFFFFF; /*lignes entre dans le premier niveau #e2d0af#762283*/
line-height:11px; /*05/04/2011 - ajouté pour IE9 : le texte du cartouche gauche des catégories dépassait la hauteur de l'image du cartouche. Pas dans Firefox 4.*/
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #ffffff;
background-color: #394d84;  /*change la couleur de fond du premier niveau au survol*/
}


/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #ffffff; /*change la couleur de fond des sous-niveaux#faf5eb #d277b3*/
color: 000000;
}

.blackwhite li a:hover, .blackwhite li a.selected{
background: #394d84; /*change la couleur de fond des niveaux suivants au survol*/
color: white;
}

