/***** menu CSS *****/
:root {
	--asset-version: '1.0';
}

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

#conteneurmenu{
	/*position:relative;*/
}

.menu, .menu_debut, .ssmenu {
/*	background-color:#AA8922;*/
	font-weight:bold;
	width:15em;
	text-decoration:none;
	display:block;
}


/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu a {
	text-align:center;
	height:25px !important;
	padding-top:8px!important;
	border-left:2px solid #ffffff;
	border-right:1px solid rgba(255, 178, 178, 0.33);
	display:block;

}

.firstItem a {
border-left:none;
}
.lastItem a {
border-right:none;
}

.menu a , .ssmenu li a {
	/*font-size:1.11em;*/
	font-size: 13px;
	/*text-shadow: 0 1px 0 #F2F2F2;*/
	width:100%;
	display:block;
}

.menu_debut {
	text-align:center;
	/*height: 22px;*/
}
/* .ssmenu = Les parties "déroulantes" qui s'affiche au survol d'un .menu */
.ssmenu {
/* aller pour faire joli sur IE, un petit effet de dégradé !
	Pour voir d'autres effets :
	http://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);

	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#AA8922,endColorStr=#543210);
	*/
	
	/*
	border-bottom:1px solid #019DDA;
	*/
	
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#ECF2FE);
	white-space: nowrap;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;*/
	/*border-bottom:2px solid #000;
	border-left:2px solid #000;
	border-right:2px solid #000;
	*/
	background-color: #bf7199;

	border:1px solid #ffffff;
	display:block;
}

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

.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited, .menu_debut a, .menu_debut a:visited{
/* Les liens qui ne sont pas sous le curseur. */
	/*padding:4px 1px;*/
	
	text-decoration:none;
/* Ne pas modifier le block, margin et width */
	display:block;
	margin:0px;
	width:100%;
	color:white;
}

html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .menu_debut a, html>body .menu_debut a:visited, html>body .menu_debut a:hover, html>body .menu_debut 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_debut a:hover, .menu_debut a:focus {
	/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	/*background:url(../../images/decorator/OCP/menu/menu_ro.png) repeat-x left top;*/
	background-color: rgba(255, 255, 255, 0.20);
	color: #ffffff;

}
/*
.ssmenu, .ssmenu a, .ssmenu a:visited {
	padding:0;
}
*/
.ssmenu li {
		/*background:url(../../images/decorator/ocp/menu/puce.png) no-repeat;
		background-position:5px -20px;*/
		
}
.ssmenu li a {
	border-bottom:1px solid #cecebf;
	padding:10px 20px;
	font-weight:normal;
	/*font-size:14px!important;*/
	text-align:left;
	

	/*border-bottom-style:solid;
	border-bottom-width:1px;*/
}

.ssmenu li div {
	color: #a31b50;
	border-bottom:1px solid #cecebf;
	padding:10px 20px;
	font-weight:bold;
	font-size:14px!important;
	text-align:left;
}

.ssmenu li a:hover {
	background-color:rgb(186, 75, 125);
	background-repeat:repeat-y;
	border-bottom:1px solid #dabbc2;
/*	width:100%; => right border with IE ... */
	width:157px;
	/*border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;*/
	/*background:url(../../images/decorator/ocp/menu/puce.png) no-repeat #fde398;*/
	background-position:200px -25px;
	color: #ffffff;
	width:100%;
	display:block;
}

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> */
}

.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:0px;
	margin-right:0px;
	width:100%;
	display:block;
}
.ssmenu ul, .ssmenu li {
/* Ne pas trop toucher.
	Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	list-style-type:none;
	display:block;
}
.ssmenu li.ssmenu_fin {
   background-color: transparent;
   margin:0px;
   padding:0px;
   height:0px;
   display:none;
}
div.ssmenu_fin_mid {
 	background-position:bottom center;
	background-repeat:repeat-x;
  	width:100%; /* marche sur IE et casse la mise en page mozilla */
   	width:inherit; /* firefox les 2 marchent */
	margin:0px;
}
div.ssmenu_fin_bl{
	background-position:bottom left;
	background-repeat:no-repeat;
	z-index:6;
	margin:0px;
}
div.ssmenu_fin_br{
	background-color:transparent;
	background-image:none;
	background-position:bottom right;
	background-repeat:no-repeat;
	z-index:7;
	margin:0px;
}

/*
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".
*/
