body
{   
    
    background-color: rgb(146,208,80);
    
}


.titre { 
    
    /*border: 1px rgba(255,0,0,1) solid;*/
    
    font-size: 20px;
    border-radius: 6px;
    color: white;
    background-color: rgb(150,54,52);
}

.coltitre { 
    
    line-height:90px;
    text-align:center;
    border-radius: 6px;
    /*border: 1px black solid;*/
    font-weight : bold;
}

.colimage { 

    line-height:90px;
    text-align:center;
    border-radius: 6px;
    margin-top: 5px;

}

#raisins{

    height: 90px;
    width: 100px;

}


.formligne { 
    /*border: 1px rgba(255,0,0,1) solid;*/
    line-height:460px;
    border-radius: 6px;
   
}

.ligneIdentMdp { 
    /*border: 1px black solid;*/
    line-height:60px;  
    text-align :center;

 
}

.zone_text{
    line-height:20px;
    border-radius: 6px;
    margin-left:2px;
    padding-left:5px;
}
.boutonform{
  
   margin-left:15px;
    color:white;
   background-color: rgb(150,54,52);
}
.valider{
  
   margin-top:20px;
}


label{
    font-weight: bold;
}

input{
    text-align:center;
}
.colConnection{
line-height:5px;
}

p{
    color : red;
}