.DropDownMenuBar /*Fond menu principal*/
	{
		font-family:Trebuchet MS, Tahoma, Verdana, Georgia, Arial, Sans-Serif;
		color:#666666;
		font-size:11px;
		width:101%;
		background-color:#E9E9E9;
		azimuth:center;
		
	}

.DropDownMenuBar a,
.DropDownMenuBar a:link,
.DropDownMenuBar a:visited
	{	
		font-family:Trebuchet MS, Tahoma, Verdana, Georgia, Arial, Sans-Serif;
		color:#666666;
		font-size:11px;
		width:100%;
		background-color:#E9E9E9;
		text-decoration:none;
		
	}
	
.DropDownMenuItem /*Fond sous menu*/
	{
		background-color:#E9E9E9;
		width:100%;
		
	}

.DropDownMenuItem  a
	{
		font-family:Trebuchet MS, Tahoma, Verdana, Georgia, Arial, Sans-Serif;
		color:#666666;
		font-size:11px;
		width:100%;
		background-color:#E9E9E9;
		text-decoration:none;
	}
	
.DropDownMenuItem a:visited 
	{
		text-decoration:none;
		display:block;
	}

.DropDownMenuItem a:hover
	{
		background-color:#E9E9E9;
		color:#ffffff;
		text-decoration:none;
	}
	
.DropDownMenuItemSeparator /*Trait separateur */
	{
		background-color:#FFFFFF;
	}
		
.DropDownMenuItemLastSeparator /*Dernier barre*/
	{
		background-color:#E9E9E9;
	}
