﻿
.MenuItems
{
	/* pour afficher le menu par dessus le div qui contient la carte*/
	font-family: Arial;
	font-size: 0.7em;
	font-weight:bold;
	color: White;
	width:100%;
	height:30px;
	background-color:#AC4F30;
	text-align:center;
	
}

.MenuItemsHover
{
	font-family:Arial;
	font-weight:bold;
	color:White;
	font-size:0.7em;
	text-decoration:none;
	
}

a.MenuItemsHover 
{
	font-family:Arial;
	font-weight:bold;
	color:White;
	font-size:0.7em;
	text-decoration:none;
	
}
a:hover.MenuItemsHover 
{
	text-decoration:none;	
}

.DynMenuItems
{
	font-family: Arial;
	font-size: 0.8em;
	color:#A24F31;
	
}
a.DynMenuItems 
{
	font-family: Arial;
	font-size: 0.8em;
	color:#A24F31;
}
a:hover.DynMenuItems 
{
	font-family: Arial;
	font-size: 0.8em;
	color:#A24F31;
	text-decoration:underline;
}	

.DynMenuStyle
{
	
	border:solid 1px #AC4F30;
	background-color:#FCF1ED;
	/*
	BorderStyle="Solid" BorderWidth="1px" BackColor="#FCF1ED" BorderColor="#AC4F30"
	*/
}