/*--affichage des sous-menus--*/
/*les sous-menus ne sont pas affiches*/
#MB_MEDBUSINESS ul#menu li ul{display:none;}
/*affichage des sous-menus sur rollover*/
#MB_MEDBUSINESS ul#menu li:hover>ul{display:block;}
/*--niveau 1 horizontal--*/
/*zone de menu*/
#MB_MEDBUSINESS ul#menu{
  margin:0px;
  padding:0px;
  list-style:none;
  width:100%;
  float:left;	
  font:bold 11px Geneva, Arial, Helvetica, sans-serif;
}
/*separateur*/
#MB_MEDBUSINESS ul#menu hr{
}
/*item niveau 1*/
#MB_MEDBUSINESS ul#menu li{
  float:left;
  border:none;
  display:block;	
  padding:0px 0px 0px 0px;/*espace entre sous-menus*/
  _padding:2px 0px 0px 0px;
}
/*premier item du menu*/
#MB_MEDBUSINESS ul#menu>li.first{
  margin-left:10px;	
}
/*dernier item du menu*/
#MB_MEDBUSINESS ul#menu>li.last{
	margin-left:49px;
	_margin-left:61px;	
}
#MB_MEDBUSINESS ul#menu li.last{
  margin-right:0px;
}
/*padding ‡ 0 pour sous-menus*/
#MB_MEDBUSINESS ul#menu ul li.last{
	padding:0px;	
}
/*lien niveau 1*/
#MB_MEDBUSINESS ul#menu li a{
  display:block;
  padding:0 4px 0 4px;
  _margin:-2px 0 0 0;
  color:white;
  text-decoration:none;
  font-size:12px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight:normal;
  line-height:24px;  
  border:transparent 2px solid;
}


#MB_MEDBUSINESS ul#menu>li>a:hover{
	background:#00aec7; 
	border:#ffdf11 2px solid; 
	color:#ffffff;
}/*rollover niveau 1*/

/*----------------------------*/
#MB_MEDBUSINESS ul#menu>li.last>a:link, 
#MB_MEDBUSINESS ul#menu>li.last>a:visited{
	background:transparent;
	background-position: 0px -2px;
	border:transparent 2px solid;
	padding:0 20px 0 20px;
}
#MB_MEDBUSINESS ul#menu>li.last>a:hover, 
#MB_MEDBUSINESS ul#menu>li.last>a:active{
	background:#136388; 
	border:#ffdf11 2px solid
}

/*----------------------------
#MB_MEDBUSINESS ul#menu>li.last a:link, 
#MB_MEDBUSINESS ul#menu>li.last a:visited{
	background:#ffdf11; 
	border:#ffdf11 2px solid;
}
#MB_MEDBUSINESS ul#menu>li.last a:hover,
 #MB_MEDBUSINESS ul#menu>li.last a:active{
	 background:#00aec7; 
	 border:#ffdf11 2px solid
 }
------------------------------*/
/*--sousmenu - niveau 2--*/
/*zone de sous-menu*/
#MB_MEDBUSINESS ul#menu ul{
	position:absolute;
	background:#ffdf11;/*couleur bordure sous-menu*/
	list-style:none;
	margin:0px;
	padding:1px;
	width:146px;
	_width:150px;
	z-index:3;
}
/*item niveau 2*/
#MB_MEDBUSINESS ul#menu ul li{
	position:relative;
	background:#ffffff;
	float:none;
	margin:0px;
	padding:0px;	
	_display:inline;
	border-right:none;
	font-weight:normal;
	line-height:normal;	
}
/*lien item niveau 2*/
#MB_MEDBUSINESS ul#menu ul li a{
	display:block;
	margin:0px;
	width:130px;
	_width:150px;
	border:none;
	font-size:12px;
	color:#1c9fb9;
	padding:1px 0px 1px 0px;
	line-height:normal;	
}
#MB_MEDBUSINESS ul#menu ul li a span{
	display:block;
	width:130px;/*largeur sous-menu DOM*/
	_width:150px;/*largeur sous-menu IE*/
	padding:2px 6px;
	margin:0px 2px;
	border:none;
	cursor:hand;
}
#MB_MEDBUSINESS ul#menu ul li a.next span{
}
#MB_MEDBUSINESS ul#menu ul li a.next:hover span{
	color:#1c9fb9;
}
/*rollover lien item niveau 2*/
#MB_MEDBUSINESS ul#menu ul li a:hover span{
  background-color:#99dfe9;
  color:#1c9fb9;
  border:none;
}
/*premier item niveau 2*/
#MB_MEDBUSINESS ul#menu ul li.first{
  padding-left:0px;
}
/*lien premier item niveau 2*/
#MB_MEDBUSINESS ul#menu ul li.first a{
  padding-top:2px;
}
/*dernier item niveau 2*/
#MB_MEDBUSINESS ul#menu ul li.last{
  padding-right:0px;
}
/*lien dernier item niveau 2*/
#MB_MEDBUSINESS ul#menu ul li.last a{
  padding-bottom:2px;
}
/*--sous-menu - niveau3--*/
/*zone de sous-menu*/
#MB_MEDBUSINESS ul#menu ul ul{
	top:0px;
	left:135px;/*position niveau3 DOM*/
	_left:154px;/*position niveau3 IE*/
	z-index:4;	
}
/*dernier item du niveau 3*/
#MB_MEDBUSINESS ul#menu ul li.last {border:none}
#MB_MEDBUSINESS ul#menu ul ul li.last {border:none}

/***************************************** menu gauche MedBusiness *********************************************/
#MB_MEDBUSINESS UL.menuGauche {
	text-indent:20px;
	background-color:#99dfe9;
	margin:0;
	_margin:11px 0 0 0;
	padding:0;
	font-weight:normal;
}
#MB_MEDBUSINESS UL.menuGauche LI {
	display:block;
	position:relative;
	list-style:none;
	background-image:url(../images_Medbusiness/flecheblanche_12x9.png);
	background-repeat:no-repeat;
	background-position:10px 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	color:#1c9fb9; /*cyan moyen foncé*/;
	height:35px;
	border-bottom:white 1px dotted;
	font-weight:normal;
}
#MB_MEDBUSINESS UL.menuGauche LI .ombre{
	color:#0d425a;
	top:11px;
	left:11px;
}
#MB_MEDBUSINESS UL.menuGauche LI .face{
	top:10px;
	left:10px;
}
#MB_MEDBUSINESS UL.menuGauche LI A:active .ombre{
	color:#136388; /*cyan foncé*/;
	top:10px;
	left:10px;
}
#MB_MEDBUSINESS UL.menuGauche LI A:active .face{
	top:11px;
	left:11px;
}

#MB_MEDBUSINESS UL.menuGauche LI A:link,
#MB_MEDBUSINESS UL.menuGauche LI A:visited {
	color:#1c9fb9; /*cyan moyen foncé*/;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
}
#MB_MEDBUSINESS UL.menuGauche LI A:hover, 
#MB_MEDBUSINESS UL.menuGauche LI A:active {
	color:white;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
}
#MB_MEDBUSINESS UL.menuGauche .menuGauchehead {
	text-indent:0px;
	background-color:#1C9FB9;
	background-image:none;
	color:white;
}
#MB_MEDBUSINESS UL.menuGauche .menuGauchehead A:hover, 
#MB_MEDBUSINESS UL.menuGauche .menuGauchehead A:active {
	color:#FFDF11; /*jaune vif*/;
	text-decoration:none;
	font-weight:normal;
}
#MB_MEDBUSINESS UL.menuGauche .menuGauchealgerie {
	background-image:url(../images_Medbusiness/Drapo_Algerie_25x17.gif);
	background-position:10px 9px;
	text-indent:30px;
}
#MB_MEDBUSINESS UL.menuGauche .menuGauchefrance {
	background-image:url(../images_Medbusiness/Drapo_France_25x17.gif);
	background-position:10px 9px;
	text-indent:30px;
}
#MB_MEDBUSINESS UL.menuGauche .menuGauchemaroc {
	background-image:url(../images_Medbusiness/Drapo_Maroc_25x17.gif);
	background-position:10px 9px;
	text-indent:30px;
}
#MB_MEDBUSINESS UL.menuGauche .menuGauchetunisie {
	background-image:url(../images_Medbusiness/Drapo_Tunisie_25x17.gif);
	background-position:10px 9px;
	text-indent:30px;
}
#MB_MEDBUSINESS UL.menuGauche .menuGaucheactive A:link, 
#MB_MEDBUSINESS UL.menuGauche .menuGaucheactive A:visited {
	color:white;
	text-decoration:none;
	font-weight:normal;
}
#MB_MEDBUSINESS UL.menuGauche .menuGaucheactive A:hover, 
#MB_MEDBUSINESS UL.menuGauche .menuGaucheactive A:active,
#MB_MEDBUSINESS UL.menuGauche .menuGaucheactive A:link, 
#MB_MEDBUSINESS UL.menuGauche .menuGaucheactive A:visited {
	cursor:default;
}

/***************************************** menu droit MedBusiness *********************************************/
#MB_MEDBUSINESS UL.menuDroit {
	text-indent:20px;
	background-color:#fee875; /*jaune moyen pale*/
	margin:0;
	_margin:17px 0 0 0;
	padding:0;
	font-weight:normal;
}
#MB_MEDBUSINESS UL.menuDroit LI {
	display:block;
	position:relative;
	list-style:none;
	background-image:url(../images_Medbusiness/flecheblanche_12x9.png);
	background-repeat:no-repeat;
	background-position:10px 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	color:white;
	height:35px;
	border-bottom:white 1px dotted;
	font-weight:normal;
}
#MB_MEDBUSINESS UL.menuDroit .menuDroithead {
	text-indent:0px;
	background-color:#FFDF11; /*jaune vif*/;
	background-image:none;
	color:white;
}
#MB_MEDBUSINESS UL.menuDroit .menuDroithead .ombre {
	color:#b29c0c; /*marron clair*/;
}


#MB_MEDBUSINESS UL.menuDroit LI .ombre{
	color:#b29c0c; /*marron clair*/
	top:11px;
	left:11px;
}
#MB_MEDBUSINESS UL.menuDroit LI .face{
	top:10px;
	left:10px;
}
#MB_MEDBUSINESS UL.menuDroit LI A:hover .ombre{
	color:#136388; /*cyan foncé*/;
}

#MB_MEDBUSINESS UL.menuDroit LI A:active .ombre{
	color:#136388; /*cyan foncé*/;
	top:10px;
	left:10px;
}
#MB_MEDBUSINESS UL.menuDroit LI A:active .face{
	top:11px;
	left:11px;
}

#MB_MEDBUSINESS UL.menuDroit LI A:link,
#MB_MEDBUSINESS UL.menuDroit LI A:visited {
	color:white;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
}
#MB_MEDBUSINESS UL.menuDroit LI A:hover, 
#MB_MEDBUSINESS UL.menuDroit LI A:active {
	color:1c9fb9; /*cyan moyen foncé*/;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
}
#MB_MEDBUSINESS UL.menuDroit .menuDroitactive A:link, 
#MB_MEDBUSINESS UL.menuDroit .menuDroitactive A:visited,
#MB_MEDBUSINESS UL.menuDroit .menuDroitactive A:hover, 
#MB_MEDBUSINESS UL.menuDroit .menuDroitactive A:active {
	color:#1c9fb9; /*cyan moyen foncé*/;
	text-decoration:none;
	font-weight:normal;
	cursor:default;
}
#MB_MEDBUSINESS UL.menuDroit .menuDroitactive A:link .ombre, 
#MB_MEDBUSINESS UL.menuDroit .menuDroitactive A:visited .ombre,
#MB_MEDBUSINESS UL.menuDroit .menuDroitactive A:hover .ombre, 
#MB_MEDBUSINESS UL.menuDroit .menuDroitactive A:active .ombre {
	color:#136388; /*cyan foncé*/;
}

