/* élément contenant le menu */
.ancre_menu{vertical-align:top;width:148px;}

/* style général des ul */
.menu,.menu ul{list-style-type:none;font-size: 11px;cursor:pointer;}
.menu ul{margin-left:-10px;padding:0;font-size: 11px;cursor:pointer;}
.menu{ margin: 0px 0px -4px 0px; color:#504b03;padding:0;width:145px;font-size: 11px;cursor:pointer; border:#003399; border-left:thin; border-left:#003399}

/* liens du menu */
.menu .normal a{color:#33669; text-decoration:normal;padding:0px 4px;font-weight:normal;font-size: 11px;cursor:pointer}
.normal a:active,.normal a:focus,.lien_page:hover,.lien_page:active,.lien_page:focus{
color:#336699;background-color:#C2CEEF;padding:0 4px;border:1px;font-weight:normal;cursor:pointer;font-size: 11px;}
.normal a:hover{
color:#336699;background-color:#C2CEEF;padding:0 4px;border:1px;font-weight:normal;cursor:pointer;font-size: 11px;}
/* lien qui correspond à la page en cours */
.lien_page{background-color:#eec;cursor:pointer;}

/* titres de liste */
.reduit,.ouvert{padding:0 0 0 20px;margin:0;}
.reduit a,.ouvert a{text-decoration:none;color:#000;}
/* ajout des images puces */
.ouvert{background: url(bout2.gif) 2px 0 no-repeat #eee;font-weight:normal}
.reduit{background: url(bout1.gif) 2px no-repeat;font-weight:normal;}

/* emulation fixed IE */
html>body .menu { position: fixed; }
html[xmlns] .menu { position: fixed; }
body { background: url(file:///C|/sites/lyceepmf-tunis_test/null) fixed ; }
.menu{position: absolute;
  top:expression(documentElement.scrollTop+body.scrollTop);
/* fin de l'émulation fixed IE */




