 .Texte2			{font: 11px Verdana; color: #FFFFFF;  text-decoration: none; }
 .frm_link			{font: 11px Verdana; color: #FFFFFF; text-decoration: none}
 .frm_link:VISITED	{font: 11px Verdana; color: #FF0000; text-decoration: none}
 .frm_link:hover	{font: 11px Verdana; color: #FF0000; text-decoration: underline overline}
 .frm_link:active  {font: 11px Verdana ; color: #FFFF99;font-style:italic ; font-weight:bold  ; text-decoration: underline overline}
 .box { border-style: ridge;
        border-color: #000000;
        border-width: 1px;
        background-color: #F1F1F1;
        text-align: center;
      }
      
 /* Redirection.jsp   */
 .input { border: 1px solid #000; background: #EEFFFF; }
 /*.input:hover, */
 .input_hover { border: 1px solid #00F; background: #DCF7F7; }
 .input_error { border: 1px solid #F00; background: #FFCCCC; }
 .label { font-family: Arial; font-size: 12px; font-weight: bold; color: #000000; }
 .titre { font-family: Arial; font-size: 16px; font-weight: bold; color: #0000AA; }

/* Redirection.jsp   */
.Button, .Button:link, .Button:visited
{   
    text-align:       center;
    font-family:      Arial;
    font-size:        16px;
    font-weight:      bold;
	padding-left:     2px;
    padding-right:    2px;
    background-color: #FF4040;    
    width:            50px;
        
    color:            #FFFFFF;
    
    border-left:      1px solid #FF6666;
    border-top:       1px solid #FF6666;
    border-right:     1px solid #990000;
    border-bottom:    1px solid #990000;
}

/* Redirection.jsp   */
/* .Button:hover,*/
.Button_hover
{   text-align:       center;
    font-family:      Arial;
    font-size:        16px;
    font-weight:      bold;
	padding-left:     2px;
    padding-right:    2px;
    background-color: #FF4040;    
    width:            50px;
	
	color:            #000000;
        
    border-left:      1px solid #990000;
    border-top:       1px solid #990000;
    border-right:     1px solid #FF6666;
    border-bottom:    1px solid #FF6666;
}