﻿/* Menus principaux */ 
.MasterMainMenu
{
	font-size: larger;	
	z-index: 99;
}
.MasterMainMenu .AspNet-Menu-Horizontal
{
	position: absolute;
	left: 235px;
	top: 157px;	
	width: 720px; /* pour IE6 */
}
.MasterMainMenu .AspNet-Menu li
{
    margin-right: 20px; 
} 
.MasterMainMenu .AspNet-Menu li a:hover
{	
	color: #000000;	
	font-weight: bold;	
}
.MasterMainMenu .AspNet-Menu li a
{
	color: #666666; 	
	font-weight: bold;
}

/* Menus ouvrants du premier niveau */
.MasterMainMenu .AspNet-Menu ul
{	
	position: absolute;
	/*top: 14px; */
	/*left: 165px; */
	background-color: White; 
	border: 1px solid #000000;   
	width: 110px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.MasterMainMenu .AspNet-Menu ul li
{
	width: 110px;
	text-align: left;	
}
.MasterMainMenu .AspNet-Menu ul li a
{
	color: #666666;
    background-color: White;	
    font-weight: normal;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
}
.MasterMainMenu .AspNet-Menu ul li a:hover
{
	color: White;
	background-color: Black;
	font-weight: normal;
}

/* Menus ouvrants du second niveau */
.MasterMainMenu .AspNet-Menu ul ul, .MasterMainMenu .AspNet-Menu ul ul li
{
	width: 155px;
}
.MasterMainMenu .AspNet-Menu ul ul
{
    position: absolute;
	top: -2px; /* old value : -4 */
	left: 110px;
}