/***** menu CSS *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu,.current,.current2 {
		visibility:hidden;
	}
}

.menu, .ssmenu,.current,.current2,.current21,.current1 {
/* Il est important de laisser une largeur, au cas où le Javascript soit désactivé.
margin aussi 
	background-color:#baa66d;*/
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	/*border:2px solid #EFB;*/
	padding:0px;_padding:0px ;
	margin:0px;_margin:0px;
	margin-left:0px;
	margin-right:0px;
	text-decoration: none;
	vertical-align:middle;

}
	
.menu {
	text-align:center;
	vertical-align:bottom;
	background-color:#3D4721;
	border-color:#3D4721;
	
	
}

li {float:   left;
	height: 26px;
	width: 110px;
	position: inherit;
	margin-left: 0px;
	margin-bottom: 0px;
} 
ul{ margin:0;
	height: 38px;
	width: 340px;
	position: inherit;

}

ul
{
list-style: none;
padding: 0;
margin: 0;
} 




.current a {
	text-align:center;
	vertical-align:bottom;
	text-decoration: none;
	color:#6e6e6e;
	font-weight:bold;
	display:block;
text-decoration: bold;
 border-right: solid 1px #808080;
	width:110px;
	voice-family: "\"}\"";
	voice-family:inherit;
	vertical-align:middle;

	
}

.current2 a {
	text-align: center;
	vertical-align:bottom;
	text-decoration: bold;
	color:#007A26;
	font-weight:bold;
	display:block;
	vertical-align:middle;
	width:110px;
	voice-family: "\"}\"";
	voice-family:inherit;

border-right: solid 1px #808080
}


.current1 a {
	text-align:center;
	vertical-align:bottom;
	text-decoration: none;
	color:#6e6e6e;
	font-weight:bold;
	display:block;
text-decoration: bold;
  border-right: none;
	width:110px;
	voice-family: "\"}\"";
	voice-family:inherit;
	vertical-align:middle;
	height: 20px;
}

.current21 a {
	text-align: center;
	vertical-align:bottom;
text-decoration: bold;
	color:#007A26;
	font-weight:bold;
	display:block;
	vertical-align:middle;
	width:138px;
	voice-family: "\"}\"";
	voice-family:inherit;


}

p
{/*
font-family:arial;
text-align: left;
Color:#000000;
font-size: 9pt;*/
margin: 0 0 1px 0;
	width: 800px;
	height: 37px;
}

.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;
}

.menu a, .ssmenu a, .menu 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 */

	text-decoration:none;
	color:#ffffff;

/* 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;
}

 .current a:hover, .current a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
$$set die hover hier
	
*/

	color:#007A26;
	text-decoration: underline;
	
}

 .current1 a:hover, .current1 a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
$$set die hover hier
	
*/

	color:#007A26;
	text-decoration: underline;
	
}


/*

.menu a:active,
.menu a:focus {
color:#fff;
background-color:red;
}

color:red;
background:#fff;
*/
.menu a span {display: none;}
.menu a:active span,
.menu a:focus span {
display: block;
position: absolute; 
top: 0; 
left: 170px; 
width: 110px;

text-decoration:none;
}




/*
Bref... pour résumer, ce qu'il y a à modifier à la base, c'est :
- couleurs, police, bordure et largeur des menu et ssmenu.
- l'effet spécial IE pour les ssmenu
- police et couleurs des liens "non survolés" et "survolés".
*/