/***** 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?. */
	font-size:10.7px; margin:0; color:#fff; line-height: 25px; padding-top: 0; padding-right: 0; padding-bottom: 0; }
.menu a:link { color:#fff; text-decoration: none; margin: 0; padding: 0 0 0 15px; }
.ssmenu { color:#333333; font-size:10.5px; padding:0; margin:0; color:#262626; width:100%; font-weight:inherit; }
.ssmenu a:link { font-weight:inherit; color:#262626; text-decoration: none; }
.menu {
	text-align:left;
}

.titre { color: #262626; font-size:10.5px; font-weight: bold; background-image: url(fondmenu.png); background-repeat: repeat-y; background-position: left 0; }
.debut { background-image: url(hautmenu.png); background-repeat: no-repeat; background-position: left top; height: 20px; list-style-type: none; }
.end { background-image: url(basmenu.png); background-repeat: no-repeat; background-position: left bottom; height: 20px; list-style-type: none; }

.menu span, .ssmenu span, .titre span, .debut span, .end span, .titre span  {
/* pour cacher les ; en fin de <li>, ce qui permet aux synthese 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 5px 0 15px; list-style-type:none; }

.debut ul, .debut li, .end ul, .end li {
/* Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	list-style-type:none; }

.menu a, .menu 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 */
	color:#fff; background-image: url(menu_fond.gif); background-repeat: no-repeat; background-position: left top; text-decoration: none; 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:0; width:100%; padding-left: 12px; border-bottom: 1px solid #000; voice-family: "\"}\""; voice-family:inherit; }
.ssmenu a, .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:black;
	padding:1px 3px;
/* 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:0;
	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.
	*/
	color:#fff; background-color: #000; background-image: url(menu_fondonmouse.gif); background-repeat: no-repeat; background-position: left top; text-decoration:none; width:100%; margin: 0; }
.ssmenu a:hover, .ssmenu a:focus{ color: #c00; background-repeat:no-repeat; background-position: left 0; text-decoration: underline; width:100%; }
.ssmenutext { font-size:10.5px; background-image: url(fondmenu.png); background-repeat: repeat-y; background-position: left 0; }

.ssmenutext2 {color: #c00; font-size:10.5px; background-image: url(fondmenu.png); background-repeat: repeat-y; background-position: left 0; }
.ssmenutext2 a:link {color: #c00; text-decoration: none; }
.ssmenutext2 a:visited {color: #c00; text-decoration: none; }
.ssmenutext2 a:hover {color: #c00; text-decoration: underline;  }

