/***** 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:12px; padding:0; margin:0; color:#fff; line-height: 31px; letter-spacing: 0.5pt; }
.menu a:link { color:#fff; text-decoration: none; margin: 0; }
.ssmenu a:link { font-weight:inherit; color:#666; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
.ssmenu { color:#333333; background-color:#fff; font-size:10px; padding:0; width:150px; margin:0; color:#666; font-family: Verdana, Arial, Helvetica, sans-serif; width:100%; line-height: 10px; border: solid 1px #999; }
.menu { text-align:left; }

.menu span, .menu-violet 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;
}

.menu-violet, .menu-violet a, .menu-violet a:visited  { color: #000; font-size:12px; padding:0; margin:0; background-color: #fff; text-decoration: none; letter-spacing: 0.5pt; }

.menu-violet a:hover, .menu-violet a:focus { color: #fff; text-decoration: none; }


.ssmenu ul, .ssmenu li {
/* Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #fff; padding:0; 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 */
	text-decoration:none; color:#fff; 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, .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:#999; font-family: Verdana, Arial, Helvetica, sans-serif; padding:4px 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:#c30; background-image: url(menu_fondonmouse.gif); background-repeat: no-repeat; text-decoration:none; width:100%; margin: 0; }
.ssmenu a:hover, .ssmenu a:focus{ background-color:#fff; padding:3px 2px; background-repeat:no-repeat; border:solid 1px rgb(255,255,255); color: #c00; font-family: Verdana, Arial, Helvetica, sans-serif; background-image: url(menu_fondssmenuon.gif); background-position: left 0; width:100%; }
	
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:1px; display:block; visibility:hidden; margin: 0; border-width: 0; }
.ssmenutext { font-family: verdana, geneva, helvetica, arial; }
.ssmenutext a:hover { color:#dc2b37; font-size:10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #fff; }
