/***** menu CSS *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu,.current {
		visibility:hidden;
	}
}

.menu, .ssmenu,.current {
/* Il est important de laisser une largeur, au cas où le Javascript soit désactivé.
margin aussi 
	background-color:#baa66d;
border:1px solid #4f4427;
padding:1px 1px 1px 1px;*/
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	border-color:#ffffff;
	border:2px solid #ffffff;
	width:80px;
	margin:6px;
	text-decoration: none;

	
}
.menu {
	text-align:left;
	vertical-align:bottom;
	background-color:#b3ae12;
	color:#490d0c;
	}

.current
{
	text-align:left;
	vertical-align:bottom;
	background-color:#ebbd3d;
	color:#490d0c;
	

}

.current 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:#490d0c;
	padding:2px 2px 2px 2px;
/* 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:100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	
}


p
{/*
font-family:arial;
text-align: left;
Color:#000000;
font-size: 9pt;*/
margin: 0;
}

.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:#490d0c;
	padding:2px 2px 2px 2px;
/* 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 {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
$$set die hover hier
	*/

	background-color:#490d0c;
	color:#b3ae12;
	text-decoration: none;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#baa66d,endColorStr=#baa66d);
}




/*

.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: 50px;

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".
*/
