/***** menu CSS *****/
#conteneurmenu {
	position:relative;
	background:#7CC576;
	width: 798px;
	height: 22px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:none;
	border-right:none;
	margin:0 1px 0 1px;
	padding:0;
	z-index:100;
}

@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu, #MenuDroite, #MenuGauche   {
		visibility:hidden;
	}
}

.menu {
	font-size:12px;
	font-weight:bold;
	color:white;
	width:130px;
	padding:1px;
	margin:1em;
}

.ssmenu {
	font-size:11px;
	font-weight:bold;
	color:white;
	width:150px;
	padding:1px;
	margin:0.2em;
}

.ssmenu hr {
	border-bottom:1px dashed #666666;
	border-top:none;
	height:1px;
}

.menuBorder {
	border:none;
}

.menuNoBorder {
	border-left:none;
}

.menu {
	text-align:left;
	padding:0;
	background:#7CC576;
}
.ssmenu {
	background:#7CC576;
	border-top:none;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
}

.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;
	margin:0;
	list-style-type:none;
}

.menu a, .menu a:visited {
	/* Les liens qui ne sont pas sous le curseur. */
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-weight:bold;
	color:#000000;
	font-size:12px;
	text-align:center;
	padding:4px 0 3px 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;
	font-variant: small-caps;
	background-repeat: no-repeat;
	background-position: left center;
}

.menu a:hover {
	background:#007236;
}

.ssmenu a, .ssmenu a:visited {
	/* Les liens qui ne sont pas sous le curseur. */
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-weight:none;
	color:#000000;
	font-size:11px;
	padding:1px 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;
	padding:4px;
	width:100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-variant: normal;
}

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;
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
	background-color:#007236;
	color:#ffffff;
	text-decoration:none;
}


