BODY
{
   color: white;
   background-repeat: no-repeat;
   background-color: #000066; 
}

.ControleEnErreur
{
    BACKGROUND-COLOR: red;
}

.LabelLogin
{
   font-weight: bold;
   font-size: 10pt;
   color: gold;
   font-family: Verdana;
   background-color: transparent;
}

.LinkLangue
{
	font-family:Verdana;
	font-size: 10pt;
	color:White;		
}

.InputLogin
{
	
}

.msgErreur
{
   text-align:center;
   font-size: 9pt;
   font-weight:bold;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.msgErreur2
{
   text-align:center;
   FONT-SIZE: 65%; FONT-FAMILY: Verdana, Tahoma, Arial, sans-serif;
}

.ValidatorSummary
{
/*   left: 30px; */
   position: absolute;
/*   top: 150px;      */
   border-right: white thin inset;
   border-top: white thin inset;
   font-size: 10pt;	
   border-left: white thin inset;
   width: 500px; 
   color: red;
   border-bottom: white thin inset;
   font-family: Verdana, Tahoma, Arial, sans-serif;		
   background-color: white; 
}

.ZoneMessage
{
   left: 30%;
   position: absolute;
   top: 100px;
}