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

}

.menutete{
	background-color: #Ffffff;
	text-align: center;
	color: white;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	width: 15em;
	margin: 1em;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #5A231D;
}
.ssmenu {
	background-color: #F0F0F0;
	text-align: center;
	color: #5A231D;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
/* width et margin sont au cas où le javascript est désactivé. */
	width: 15em;
	margin: 1em;
}
/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu {
	text-align: center;
}
.ssmenu span , .menutete span{
	/* Ne pas toucherC'est pour cacher les;
en fin de <li>, ce qui permet aux synthèse vocales de prendre unepause dans l'élocution */
	display: none;
}
.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;
}
.ssmenu a, .ssmenu a:visited , .menuhaut a:visited, .menutete a{
/* Les liens qui ne sont pas sous le curseur. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #5A231D;
	padding: 2px 1px;
/* Ne pas modifier le block */
	display: block;
/*Un width: 100% fait planter Mozilla, sans le width: 100% c'est IE et Opera... La combinaisonaucun width et height: 100% marche sur tous, donc ne pas toucher ces 2 lignes */
	/*height: 100%;
	margin: 0px;
*/
	margin: 0px;
	width: 100%;
}
html>body .menutete a:visited, html>body .menutete a:active, html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active, html>body .menutete a{
	width: auto;
}
.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menutete a:focus , .menutete a:hover{
/* Les liens sous le curseur.On change les couleurs du texte et de fond, et on enlève le soulignement.*/
color: white;
	text-decoration: none;
background-color: #EF8900;
}
.pieddepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C9D9F;
	width: 602px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #5A231D;
	text-align: center;
}
