/***** 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:11px; padding:1px 0 0 20px; margin:0; color:#fff; font-weight: bold; font-stretch: semi-condensed; line-height: 31px; left top; text-transform: uppercase; text-align: left; }

.menu a:link { color:#fff; font-weight: bold; text-decoration: none; margin: 0; }
.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 */
	text-decoration:none; color:#fff; font-weight: bold; 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; }
.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; font-weight: bold; text-decoration:none; width:100%; margin: 0; }
.ssmenu a:link {
	color:#000;
	text-decoration: none;
}
.ssmenu { color:#333333; background-color:#f5f5f5; font-size:11px; width:150px; margin:0; color:#000; width:100%; font-weight:inherit; line-height: 22px; padding: 0; border-color: #333; border-style: solid; border-width: 0 1px 1px; }

.ssmenu ul, .ssmenu li {
/* Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	line-height: 22px; padding:0; list-style-type:none; }
.ssmenu 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: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;
	
}
.ssmenu a:hover, .ssmenu a:focus, .ssmenu a:visited{ padding:1px 3px; border:solid 0 rgb(255,255,255); text-decoration: none; vertical-align: middle; width:100%; }
.ssmenutext { color: #000; font-size:11px; text-transform: uppercase; vertical-align: middle; }
.ssmenutext a, .ssmenutext a:visited { color: #000; }
.ssmenutext a:hover, .ssmenutext a:focus { color:#c00; background-image: url(/css/fleche.gif); background-repeat: no-repeat; background-position: left center; text-decoration: underline; }
.menu span, .titre span, .ssmenu span {
/* pour cacher les ; en fin de <li>, ce qui permet aux synthese vocales de prendre une
	pause dans l'?locution */
	display:none;
}
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;
}
img {
	border:0;
}
.ssmenu img {
	/* pour le look XP, il faut mettre des icones de 16x16 pixels, on prevoit une marge*/
	border-width: 0; }
.ssmenu img.hr { width:100%; height:0; display:block; visibility:hidden; margin: 0; border-width: 0; }
