/***** 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; margin:1em; color:#fff; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 14px; text-decoration: none; text-align: center; border-top-width: 0; border-right-color: #fff; border-bottom-width: 0; border-left-width: 0;;border-right-width: 1px; }

.menu a, .menu a:link, .menu a:visited, .menu a:active { color:#fff; font-size: 11px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 14px; text-decoration: none; text-align: center; }

.menu a:hover, .menu a:focus { color:#000; font-size: 11px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 14px; text-decoration: none; text-align: center; }

.ssmenu a:link { color:#000; font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 10pt; background-color: #bf7077; text-decoration: none; text-transform: uppercase; }
.ssmenu { color:#333333; background-color:#bf7077; filter:alpha(opacity=96); font-size:10px; padding:1px; width:190px; margin:1em; color:#000; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 10px; text-transform: uppercase; width:100%; border: solid 1px #fff; }
.menu span, .ssmenu span {
/* pour cacher les ; en fin de <li>, ce qui permet aux synthese vocales de prendre une
	pause dans l'?locution */
	color: #fff; display:none; }

.ssmenu ul, .ssmenu li {
/* Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	color: #000; font-size: 10px; line-height: 10px; background-color: #bf7077; padding:0; list-style-type:none; }

.menu a, .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; display:block; padding:4px 3px;
/*	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 { font-weight: inherit; 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.
	*/
	background-image:url(/css/menu_fondonmouse.png); color:#000; font-size: 11px; line-height: 14px; background-repeat: no-repeat; background-position: 0 center; text-decoration:none; text-align: center; padding:4px 2px; width:100%; }
.ssmenu a:hover, .ssmenu a:focus{ color: #000; font-size: 10px; line-height: 10px; background-color:#bf7077; padding:3px 2px; filter:alpha(opacity=96); -moz-opacity:1; opacity:1; background-image:url(/css/menu_fondssmenuon.gif); background-repeat:no-repeat; text-transform: uppercase; border:solid 1px rgb(255,255,255); width:100%; }      
img {
	border:0;
}
.ssmenu img {
	/* pour le look XP, il faut mettre des icones de 16x16 pixels, on prevoit une marge*/
	margin-right:1px; border-width: 0; }


.ssmenu img.hr { width:100%; height:1px; display:block; visibility:hidden; margin: 1px 0; border-width: 0; }

.ssmenutext { color:#000; font-size:10px; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 10px; text-transform: uppercase; }
.ssmenutext a, .ssmenutext a:visited { color:#000; font-size:10px; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 10px; text-transform: uppercase; }
.ssmenutext a:hover, .ssmenutext a:focus { color:#000; font-size:10px; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 10px; background-color: #bf7077; text-transform: uppercase; }

