Body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

table {
    /*width:100%;*/
   /* width:820px; */
    }

th {
    background-color:#009900;
    font-size:9px;
    color: #FFFFFF;
    }
#contenu td {
   background-color:#FFFFCC;
    font-size:9px;
    }

#cadresup {
    margin:auto;
    /*width:620px;*/
    width:820px;
    height:auto;
    font-size:11px;
    float:left;
    font-weight: bold;
    background-color: #FFFFCC;
    /*text-align:center;*/
}



#cadrebout{
    width:100px;
    height:150px;
    float:right;
    color: #000000;
    text-align:center;
    /*background-color: #CC99FF;*/  
}

#form1 {
    width:230px;
    height:20px;
    float:left;
    font-size: 9px;
    text-align:right;
    display:inline;
    /*background-color: #00CCFF;*/
    padding-top: 4px;
}

#form2 {
    width:370px;
    height:20px;
    float:left;
    font-size: 9px;
    display:inline;
    /*background-color: #FF9933;*/
    padding-bottom: 4px;
}

#form3 {
    width:300px;
    height:20px;
    float:right;
    font-size: 9px;
    display:inline;
    /*background-color: #FF9933;*/
    text-align:right;
    padding-top: 4px;
    padding-left: 10px;
}

#lst {
    width:500px;
    height:180px;
    font-size:9px;
    float:left;
}

#lstpublic {
   /* width:620px;*/
    width:820px;
    height:180px;
    font-size:9px;
    float:left;
}

#titrepublic{
    font-size:14px;
    text-align:center;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

input {
    font-size: 9px;
    }
    
.pw{
    width:70px;
    }
    
#cadre {
    margin:auto;
    /*width:620px;*/
        width:820px;
    height:300px;
    overflow:scroll;
    overflow-x:hidden;
    float:left;
    color: #000000;
    background-color: #F8F0C7;
    margin-top:5px;
    /*position: absolute;
    top: 220px;*/
}

.bt {
      color: white;
      background-color: #009900;
      text-decoration: none;
      font-size:11px;
      font-weight: bold;
      text-align: center;
      padding:0 5 0 5;
      border: 2px outset #FFCC00;
      display: block;
      width: 90px;
      margin: auto;
}
.bt:hover {
      background-color: #FFCC00;
      border: 2px inset #c0c0c0;
}

.bt:visited {
      color: white;
}
