/***** 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  {
/* Il est important de laisser une largeur et une marge, au cas où le Javascript
   soit désactivé. */
  /*background-color: #5e8100;*/
  /*background: url('../_template/header.gif') left top no-repeat;*/
  font-size: 0.7em;
/*	border-top:1px solid #9ea905;
   	border-left:1px solid #9ea905;
	border-right:1px solid #9ea905;*/    
	padding:1px;
	width:150px;
	margin:1em;
	font-weight:bold;
}
.menu a:link {
  color: #000000;
  background: none;
	text-decoration: none;
}


.ssmenu a:link {
	font-weight:inherit;
	color:#000000;
	text-decoration: none;
}
.ssmenu {
  /*border:1px solid #cccccc;*/
  color: #000000;
  background-color: #bcae24;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
  font-size: 0.7em;
	padding:1px;
	width:150px;
	margin:1em;
  color:#000000;
	width:100%;
  font-weight: bold;
  z-index: 10;
}
.menu {
	text-align:center;
}

.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 {
/* 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 */
	text-decoration:none;
  color: #000000;
/*  background: url('menu_selected.gif') center top no-repeat;*/
  padding: 6px 0 13px 0;
/* 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;	
}
.menuselected a {
  background: transparent url('menu_selected.gif') center top no-repeat;
}

.ssmenu a, .ssmenu a:visited {
	text-decoration:none;
  color: #000000;
  padding: 3px 5px 3px 5px; /*6px 0 13px 0;*/
/* 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 les 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.
	*/
  background: url('menu_hover.gif') center top no-repeat;
  color: #ffffff;
	text-decoration:none;
  padding: 6px 0 13px 0;
	width:100%;
}

.ssmenu a:hover, .ssmenu a:focus{
  background-color: #ffffff;
  padding: 3px 5px 3px 5px; /*6px 0 13px 0;*/
  filter:alpha(opacity=90);
  -moz-opacity:0.9;
  opacity:0.9;
  /*border:1px solid rgb(255,255,255);*/
  /*font-weight:bold;*/
  color: #ffffff;
	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:#000000;
  /*font-size:11px;*/
  /*font-family:Tahoma, Arial, Helvetica, sans-serif;*/
}

