/***  Personnalisation des menus : 
***/
/*#menuAcc1 {
	width:125px; 
	color:white; 
	background-color:#599CD6;	
	border:1px solid white;
	border-bottom:0px;
	position:absolute;
	top:0px;
}*/
#menuAcc2 {
	width:222px; 
	color:white; 
	background-color:#326C9D;	
	border:1px solid white;
	border-bottom:0px;
	position:absolute;
	top:0px;
}
/*#menu1 {
	width:150px; 
	color:white; 
	background-color:#599CD6;	
	position:absolute;
	top:0px;
}
#menu2 {
	width:150px; 
	color:white; 
	background-color:#326C9D;	
	position:absolute;
	top:0px;
}
#menu3 {
	width:150px; 
	color:white; 
	background-color:#0D3E68;	
	position:absolute;
	top:0px;
}*/
/***  Personnalisation des liens des menus : 
		balises A dans DIV du footer 
***/
/*#menuAcc1 A {
  color:white;
}*/
#menuAcc2 A {
  color:white;
}
/*
#menu1 A {
  color:white;
}
#menu2 A {
  color:white;
}
#menu3 A {
  color:white;
}*/
/***  Personnalisation des liens des menus : 
		balises A dans DIV du footer (fin)
***/

.anylinkcss{
	position:absolute;
	margin-left:2px;
	margin-top:0px;
	visibility: hidden;
	border: 2px solid white; /* taille modifiée */
	border-bottom-width: 0;
	font:normal 13px Arial;
	line-height: 18px;
	z-index: 100;
	background-color: #E9FECB;
	width: 200px;
}
.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}
.anylinkcss a:hover{ /*hover background color*/
	background-color: #7391AB;
	color: white;
	text-decoration:none;
}
