/***** menu CSS -2- *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}

.menu, .ssmenu {
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
}

.menu {	text-align:center;
	background:#55f;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#00ccdd,endColorStr=#000099);
   border:none;
   height:17;
}

.ssmenu {text-align:left;
margin: 3 0 ;
   border:1 black solid;
   background:#ed6;
   FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffeecc,endColorStr=#ffbb00);
   white-space : no-break;

}

.menu span, .ssmenu span {
/* pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une pause dans l'élocution */
	display:none;
}

.ssmenu ul, .ssmenu li {
/* Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
  margin: 3 0;
height:17;
	list-style-type:none;
}

.menu a, .menu a:visited {text-decoration:none;color:white;display:block;padding-bottom:0px;   height:17;
	width:100%;
	voice-family: "\"}\"";
	voice-family:inherit;}

.ssmenu a, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. font-family:MS Sans Serif, sans-serif, Verdana, Arial; */
	color:black;
height:17;
	padding-left: 6px;
margin:3 0;
	text-decoration:none;
/* Ne pas modifier le block */
	display:block;
	margin: 3 0px;
	width:100%;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width :auto;
}

.menu a:hover, .menu a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	background-color:#e65;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffbb55,endColorStr=#bb1155);
	color:white;
	text-decoration:none;
}


.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus {
	background-color:#e65;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ee9933,endColorStr=#990000);
	color:white;
	text-decoration:none;
	padding-left: 6px;
margin: 3 0;
height:17;
}