table{
    margin-top: 5px;
    margin-bottom: 5px;
    border-collapse: collapse;  
}

textarea{
    width: 99%; 
    padding: 0px;
    resize:none;
}

/* titres des différentes section*/ 
.titreSection2062{   
    height:30px;
    background-color: #2664B5;
    color:white;
    margin-top: 20px;
    text-align: left;
}
.section{
    margin-top: 20px;
    border-style : solid;
    border-width:   1px;
    border-color: #d9d9d9;
}
.disable{
background-color: rgb(235, 235, 228);
border: 1px solid rgb(204, 204, 204);
}
.ligneDroite{
     border-right:  solid 1px #d9d9d9;
}

.ligneHaute{
     border-top:  solid 1px #d9d9d9;
}

.cadre{
   border : solid 1px #d9d9d9;
}

/*Section 1 : Conditions du prêt*/
.input2062Section1{
    width: 95%;
    height:3em;
    text-align:center;
    
}

.tier1{
    border : solid 1px #d9d9d9;
    border-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 0px;   
}


.tier2{
    border : solid 1px #d9d9d9;
    margin-top: 0px;
    border-top: 0px;   
}

/*Section 2 : Identifications des parties au contrat*/
.tierBox{ 
  padding-top:5px;
  padding-bottom:5px; 
  border-style:solid;
  border-width:1px;
  border-color:#7a7a7a; 
}

#tier2Identite, #rue{
    height: 50px;
}

#creanceTypeTier1Box{
  width: 50%;  
}

#creanceTypeTier2Box{
  width: 40%;  
    padding-left:5px;
}

#contracteurBox{
  width: 99%;
  border-style:solid;
  border-width:1px;
  border-color:#7a7a7a;  
}

.pacpmrTitre{
    margin-left:25px;
    margin-top:5px;
}

.pacpmr{
    margin-left:50px;  
}

.colonneA{
    width:20%;    
}

.colonneB{
     width:30%; 
}

.inputLong {
    width:99%;
    padding: 0px;
}

.selectLong{
    box-sizing:content-box;
    width:99%;
    padding-left: 2px;
    margin-bottom: 5px;
}

#numeroRue{
    width:20%;
}

.localiteLignes {
    height: 30px;
}

.pacpmr input[type="checkbox"],
.declarant-principal-box  input[type="checkbox"] {
    float: inherit;
}