.Menu
{
   text-align: center;
   vertical-align: middle;
   background-color: #4A3C8C;
   color: #FFFFFF;
   font-family: Comic Sans MS; 
   font-size: 11;
   height: 25;
   cursor: default;
}

.MenuSelect
{
   text-align: center;
   vertical-align: middle;
   background-color: #FFC080;
   color: #AAAAAA;
   font-family: Comic Sans MS; 
   font-size: 11;
   height: 25;
   cursor: default;
}

.SousMenu 
{ 
  text-align: left;
  border: black thin solid; 
  background-color: #4A3C8C;
  color: #400040;
  font-size: 9;
  height: 15;
}

.ToolTip
{
  text-align: left;
  position: absolute;
  width: 250;
  visibility: hidden;
  font: 8pt 'MS Comic Sans','Arial',sans-serif;
  font-weight: bold;
  color: #000000;
  background-color: #FFCC00;
  filter: alpha(opacity=90); 
  padding: 8;
  border: black thin solid;
  /*background-color: #E7E7FF;*/
}

.Button
{ 
  color: #FFFFFF;
  background-color: Blue;
  font-size: 16;
}

.Label 
{ 
  color: #000000;
  font-size: 16;
}
      
.Titre 
{ 
  color: #FFFFFF;
  font-size: 18;
}

a:link, a:active, a:visited
{
  color: White;
  text-decoration: none;
}

.clsTextField 
{
	border:none;
	margin-right:1px;
	margin-left:1px;
	background-color:Red;
	border:ridge 1px buttonface;
}

.PetitTexte
{
	font-size: 15;	
}