/***** menu CSS HAUT *****/
#ssmenuhaut1 {width:218px; visibility:hidden; left:37px; top:31px;}
#ssmenuhaut2 {width:240px; visibility:hidden; left:225px; top:31px;}
#ssmenuhaut3 {width:233px; visibility:hidden; left:400px; top:31px;}
#ssmenuhaut4 {width:180px; visibility:hidden; left:780px; top:31px; z-index:99999}
 .ssmenuvertical {
	background-color:white; /*rgb(239,142,16);*/
	padding:0px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
	position : absolute;
	margin:0px;
}

 .ssmenuhaut {
	background-color:#3A134C; /*rgb(239,142,16);*/
	color:#ffffff;   /*white;*/
	font-family:Helvetica,Arial, Univers, 'Zurich BT', sans-serif;
	font-size:13px;
	font-weight:normal;
	border-top:0px solid #0F0244;
	border-left:0px solid #0F0244;
	border-right:0px solid #0F0244;
	border-bottom:1px solid #B489C7;
	padding:0px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
	position : absolute;
	top : 17px;	
	margin:0px;
}

.ssmenuhaut ul, .ssmenuhaut li {
/* Ne pas trop toucher.
	Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding-left:2px;
	line-height: 14pt;
	margin:0px;
	border:0px solid #0F0244;
	border-bottom:1px solid #B489C7;
	text-align: left;
	list-style-type:none;
}




.ssmenuhaut a, .ssmenuhaut a:link, .ssmenuhaut a:visited, .ssmenuhaut a:active {
/* Les liens qui ne sont pas sous le curseur. */
	font-family:Helvetica,Arial, Univers, 'Zurich BT', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
	padding:0px 0px;
/* 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%;
}


.ssmenuhaut ul:hover, .ssmenuhaut li:hover, .ssmenuhaut a:hover, .ssmenuhaut a:focus {
/* Les liens sous le curseur.On change les couleurs du texte et de fond, et on enlève le soulignement.	*/
	font-family:Helvetica,Arial, Univers, 'Zurich BT', sans-serif;
	background-color:#7D67BE;/*  #755222  */
	font-size:12px;
	color:white;
	text-decoration:none;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
	
	
}



.menuvisiblehaut,  .menuvisiblehaut:visited, .menuvisiblehaut:link  {
/* Les liens qui ne sont pas sous le curseur. */
	font-family:Helvetica,Arial, Univers, 'Zurich BT', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
	padding:0px 0px;
/* 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%;
}
.menuvisiblehaut:hover, .menuvisiblehaut:focus {
/* Les liens sous le curseur.On change les couleurs du texte et de fond, et on enlève le soulignement.	*/
	font-family:Helvetica,Arial, Univers, 'Zurich BT', sans-serif;
	color:#0F0244;
	text-decoration:none;
	font-size:12px;
}
/***** menu CSS BAS *****/
#ssmenu1 {width:300px; position:absolute;visibility:hidden; left:0px; top:17px;}
#ssmenu2 {width:300px; position:absolute;visibility:hidden; left:0px; top:17px;}
#ssmenu3 {width:300px; position:absolute;visibility:hidden; left:0px; top:17px;}
#ssmenu4 {width:120px; position:absolute;visibility:hidden; left:0px; top:17px;}

 .ssmenu {
	background-color:#ffffff; /*rgb(239,142,16);*/
	font-size:10px;
	border-top:0px ;
	border-left:0px ;
	border-right:0px ;
	border-bottom:0px;
	padding:0px;
	position : absolute;
	top : 17px;	
	margin:0px;
}

.ssmenu ul, .ssmenu li {
/* Ne pas trop toucher.
	Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding-left:2px;
	line-height: 12pt;
	margin:0px;
	border:0px solid #0F0244;
	text-align: left;
	list-style-type:none;
}




.ssmenu a, .ssmenu a:link, .ssmenu a:visited, .ssmenu a:active {
/* Les liens qui ne sont pas sous le curseur. */
	font-size:10px;
	text-decoration:none;
	padding:0px 0px;
/* 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%;
}


.ssmenu ul:hover, .ssmenu li: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:#ffffff;/*  #755222  */
	font-size:10px;
	text-decoration:none;
	
	
}
