a.menuHome{ 
  border-bottom: thin solid #696969; 
  color:#696969;
  font-variant: small-caps;
  text-decoration: none;
  font-family: Verdana, Arial;
  font-size: smaller;
  letter-spacing: 2px;
  padding-bottom: 0px;
    font-weight: bolder;
  }
a:hover.menuHome{
	color: Black;
	border-bottom: thin solid Black;
	font-variant: small-caps;
	text-decoration: none;
}
.H3{ text-transform: uppercase;  font-weight: bolder;  font-size: 17px;  font-family: Verdana, Arial; }
a.menu{
	background-color: #A0A0A0;
	text-decoration: none;
	color: #666666;
	font-size: medium;
	font-family: Arial, Tahoma;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-bottom: thin solid Black;
	display: block;
}
a:hover.menu{
	color: White;
	text-decoration: none;
}
a.menu2{
	background-color: #CCCCCC;
	text-decoration: none;
	color: #666666;
	font-size: medium;
	font-family: Arial, Tahoma;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	border-bottom: thin solid Black;
	display: block;
}
a:hover.menu2{
	color: White;
	text-decoration: none;
}
.titreMenu{
	background-color: #CCCCCC;
	text-decoration: none;
	color: #000;
	font-size: medium;
	font-family: Arial, Tahoma;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-bottom: thin solid Black;
	
}