/***** menu CSS *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}

.menu       { color: red; font-size: 10px; font-weight: bold; background-image: none; background-repeat: repeat-x; margin: 1px; padding: 1px; width: 150px; border: solid 1px #cccccc }
.menu a:link  { color: red; text-decoration: none }
.ssmenu a:link  { color: red; font-weight: inherit; text-decoration: none }
.ssmenu  { color: red; font-size: 10px; font-weight: inherit; background-color: #ffffff; margin: 1em; padding: 1px; width: 100%; border: solid 1px #cccccc; -moz-opacity: 0.80; filter: alpha(opacity=80); opacity: 0.80 }
.menu {
	text-align:left;
}

.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 */
	padding:0;
	list-style-type:none;
}

.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited    { color: red; font-family: Verdana; text-decoration: none; display: block; margin: 0; padding: 4px 3px; width: 100%; 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 .menu a:visited { color: red; text-decoration: none; background-image: url("fondonmouse.png"); padding: 3px 2px; width: 100%; border: solid 1px #ffffff }
.ssmenu a:hover, .ssmenu a:focus{
	background-color:#FFFFFF;
	padding:3px 2px;
	filter:alpha(opacity=90);
	-moz-opacity:1;
	opacity:1;
	background-image:url(fondssmenuon.gif);
	background-repeat:no-repeat;
	border:1px solid rgb(255,255,255);
	font-weight:bold;
	color: rgb(255,138,0);	
	width:100%;
	}
	
img {
	border:none;
}

.ssmenu img {
	/* pour le look XP, il faut mettre des icônes de 16x16 pixels, on prévoit une marge*/
	margin-right:1px;
}


.ssmenu img.hr {
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	height:1px;
	display:block;
	visibility:hidden;
}
.ssmenutext   { font-size: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif }
.ssmenutext a:hover    { color: red; font-size: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif }
