/***** menu CSS *****/@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/

.menuactif,  {visibility:hidden;
}
}

.menuactif {
padding-top: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
color:#913687;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
/* width et margin sont au cas où le javascript est désactivé. */width:150px;
height:25px;
text-indent: 30px;
width:190px;
text-align:left;
background: url(images/immenu.gif) no-repeat top left;
  /* IE6 IE7beta2, Gecko  */ }
  
  


.menuactif span, {
/* Ne pas toucherC'est pour cacher les ;
 en fin de <li>, ce qui permet aux synthèse vocales de prendre unepause dans l'élocution */
 display:none;
}

.menuactif a, .menuactif a:visited {
color:#913687;
  /* IE6 IE7beta2, Gecko  */ 
  height:25px;
}

.menuactif a:hover, .menuactif a:visited:hover .menuactif a:active   {
color:#913687;
  /* IE6 IE7beta2, Gecko  */
  width:190px;
height:25px;
}

.menuactif a, .menuactif a:visited,  {
text-decoration:none;
font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color:#913687;
/* Ne pas modifier le block */
display:block;

/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes *//*	
height:100%;
margin:0px;
*/
width:190px;
height:25px;
}


html>body .menuactif a, .menuactif a:visited, 

{width:190px;
height:25px;
}

.menuactif a:hover, .menuactif a:focus  .menuactif a:active 
{
  /* IE6 IE7beta2, Gecko  */text-decoration:none;
color:#913687;
width:190px;
font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
height:25px;
	
		}
