.bandosup{
    background-image:   url("bg_bande_sup.jpg") !important;
    background-repeat:repeat-x;
    height:35px;
    vertical-align: middle !important;
    text-align:right !important;
    
}

.bandoinf{
    background-image:  url("bg_bande_inf.jpg")  !important;
    background-repeat: repeat-x;
    color : #666666;   
}

td.bandoinf_content{
  color : #ffffff;
  vertical-align:top;
  text-align:left;
  font-size: 70%;
 }
 
 .bandoinf_content a{
    background-image:none;
    color : #ffffff;
    text-decoration:none;
    text-align:left;
    font-size: 100%;
    font-weight:normal;    
}

.bandoinf_content a:hover{
    background-image:none;
    color : #F71000;
    text-decoration:underline;    
}

input.NLok{
	cursor: pointer;
	width: 25px;
	height: 26px;
	border: none;
      color : #ffffff;
	background: url("button_ok.gif") no-repeat left center;
}

