/***** menu CSS *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Op�ra.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}

.titre_menu {
	Font-family:Arial, Helvetica, sans-serif; Font-size:12px;
	Font-weight:bolder;
	padding:0px;
	text-indent:0.5em;
	line-height:1.8em;
	width:5em;
	##background-color:#387dca;
	background-image:url("images/titlemenu_cm.gif");
	background-repeat:no-repeat;
	color:#FFFFFF;
	}

.menu {
	/*background-color:#00386A;*/
	color:#000066;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	text-indent:0.3em;
	text-align:left;
	border:0px solid #000066;
	border-bottom-width:1px;
	/* width et margin sont au cas o� le javascript est d�sactiv�. */
	width:15em;
	margin:1em;
}

.menu3 {
	/*background-color:#00386A;*/
	color:#000066;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	text-indent:0.3em;
	text-align:left;
	border:0px solid #000066;
	border-bottom-width:1px;
	/* width et margin sont au cas o� le javascript est d�sactiv�. */
	width:15em;
	margin:1em;
}

.ssmenu {
	/*background-color:#00386A;*/
	color:white;
	font-weight:normal;
	Font-family:Arial, Helvetica, sans-serif; Font-size:12px;
	border:1px solid #000066;
	border-bottom-width:0px;
	padding:0px;
	/* aller pour faire joli sur IE, un petit effet de d�grad� !
	Pour voir d'autres effets :
	https://msdn.microsoft.com/workshop/samples/author/dhtml/DXTidemo/DXTidemo.htm
	Par exemple :
	transparence � 25% = opacit� � 75%:
		FILTER: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=75);
	"Glow" :
		FILTER: progid:DXImageTransform.Microsoft.Glow(color=#ffdead,strength=5);
	Ombre en bas � droite, 5 px :
		FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#ff8c00,strength=5);
	*/
	border-color:#000066;
	border-sytle:solid 1px;
	background-color:white;
	white-space : no-break;
/* width et margin sont au cas o� le javascript est d�sactiv�. */
	width:15em;
	margin:1em;
}

.menu span, .menu3 span, .ssmenu span {
/* Ne pas toucher
	C'est 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 {
/* Ne pas trop toucher.
	Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	border-bottom-color:#000066; border-bottom-style:solid;border-bottom-width:1px;
	padding:1px;
	margin:0;
	list-style-type:none;
}


.menu a:link, .menu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	color:#000066;
	padding:2px 1px;
	text-decoration:none;
/* 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%;
}

.menu3 a:link, .menu3 a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	color:#000066;
	padding:2px 1px;
	text-decoration:none;
/* 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%;
}


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 a:link,.ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	color:#000066;
	padding:2px 1px;
	text-decoration:none;
/* 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%;
}
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:active {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enl�ve le soulignement.
	*/
	background-color:white;
	font-weight:bold;
	color:red;
	text-decoration:none;
}

.menu3 a:hover,.menu3 a:focus,.menu3 a:active {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enl�ve le soulignement.
	*/
	background-color:white;
	font-weight:bold;
	color:red;
	text-decoration:none;
	background-image: url("images/bg_menu.gif") ;
	background-repeat:no-repeat;
}


.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus{
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enl�ve le soulignement.
	*/
	background-color:#000066;
	font-weight:normal;
	color:white;
	text-decoration:none;
}

img {
/* Si on met une image dans un lien (par exemple un logo � gauche du lien), pas de bordure
	car c'est vilain :-p */
	border:none;
}

.ssmenu img {
/* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */
	margin-right:2px;
}

.ssmenu img.hr {
/* Encore un peu exp�rimental, un <hr /> entre deux items pour faire un "s�parateur"... */
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	display:block;
}

/*
Bref... pour r�sumer, ce qu'il y a � modifier � la base, c'est :
- couleurs, police, bordure.
- l'effet sp�cial IE pour les ssmenu si on aime �a...
- police et couleurs des liens "non survol�s" et "survol�s".
*/