/***** menu CSS *****/
.menu {
	color: #FFFFFF;
	font-size: 13px;
	font-style: normal;
	text-align: center;
	vertical-align: text-top;
	letter-spacing: 0.02em;
	/*clear : both;*/
/* width et margin sont au cas où le javascript est désactivé.  //  background-color:#666; */
	width:15em;
	margin:1em;
	text-align:center;
	z-index:1;
}
.ssmenu {
	color: #FFFFFF;
	font-size: 8px;
	font-style: normal;
	text-align: left;
	vertical-align: text-top;
	letter-spacing: 0.03em;
	background-color:#888;
	border:1px solid #555;
	padding:1px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	/*clear : both;*/ /* width et margin sont au cas où le javascript est désactivé. */
	width:15em;
	margin:1em;
	z-index:1;
}



.ssmenu ul, .ssmenu li {
/* Ne pas trop toucher. Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	margin:0;
	list-style-type:none;
	
	z-index:1;
}

.menu a:link, .menu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	color: #EFEFEF;
	font-size: 13px;
	font-style: normal;
	text-align: center;
	line-height:23px;
	vertical-align: text-top;
	text-decoration:none;
	padding:1px 1px;
/* 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:auto;
	margin:1px;
	z-index:1;
}

.ssmenu a:link, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	color: #EFEFEF;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	line-height:21px;
	vertical-align: text-top;
	letter-spacing: 0.04em;
	text-decoration:none;
	padding:1px 1px;
/* 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%;*/
	margin:0px;
	width:100%;
	z-index:1;
}

.menu a:hover, .menu a:focus {
	/*background-color:#AAA;*/
	background-color:#6E7275;
	color:#FFF;
	text-decoration:none;
	z-index:1;
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus{
	background-color:#FFF;
	color:#222;
	text-decoration:none;
	
	z-index:1;
}
html>body .menu a:link, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a:link, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width:auto;
}


.conteneurmenu{z-index:1;}


img { /* Si on met une image dans un lien (par exemple un logo à gauche du lien), pas de bordure car c'est vilain :-p */
	border:none;
}

.ssmenu img { /* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */
	margin-right:2px;
}

.ssmenu img.hr {
/* Encore un peu expérimental, un <hr /> entre deux items pour faire un "séparateur"... */
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	display:block;
	z-index:1;
}

.menu span, .ssmenu span { /* Ne pas toucher C'est pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une pause dans l'élocution */
	display:none;
}
