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

.menu  {
	/* Il est important de laisser une largeur et une marge, au cas où le Javascript
   soit désactivé. */
	font-size:1px;
	border:0px solid #cccccc;
	padding:1px;
	width:100px;
	margin:em;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
}
.menu a:link {
	color:#ffffff;
	text-decoration: inherit;
}
.ssmenu a:link {
	color:#333333;
	text-decoration: inherit;
}
.ssmenu {
	border:1px solid #cccccc;
	color:#000000;
	background-color:#FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity:0.80;
	opacity: 0.20;
	font-size:9px;
	padding:0px;
	width:100%;
	margin:0em;
	color:#000000;
	width:100%;
	text-decoration: inherit;
}
.menu {
	text-align:center;
	float: inherit;
}

.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, .menu a:visited {
	/* Les liens qui ne sont pas sous le curseur.
	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 */
	font-family:Verdana;
	text-decoration:none;
	color:#ffffff;
	padding:3px 3px;
	/* 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;*/
	margin:0px;
	width:100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 10px;	
}
.ssmenu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur.
	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 */
	font-family:Verdana;
	text-decoration:none;
	color:#1C3C39;
	padding:0px 0px;
/* 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;*/
	margin: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 .menu a:visited{
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	border:0px solid #ffffff;
	color:#CCCCCC;
	text-decoration:none;
	padding:3px 3px;
	width:100%;
}
.ssmenu a:hover, .ssmenu a:focus{
	background-color:#FFFFFF;
	padding:0px 0px;
	background-image:url(gif/fondssmenuon.gif);
	background-repeat:no-repeat;
	border:0px solid rgb(255,255,255);
	font-weight:bold;
	width:100%;
	font-size: 10px;
	text-decoration:none;
	}
	
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:0px;
	margin-bottom:5px;
}


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