  .logo {
padding-left:20px;
padding-top:5px;
	}
    
.aright{
text-align:right;
width:60px;
float:right;
display:inline-block;;
}

.logo-grand
{
padding-left:20px;
width:80% ;
max-width:200px;
}

label
{
float : left;
text-align:right;
width:150px;
padding-right:10px;
}

.center{
text-align:center;
}

.aleft{
text-align:left;
width:200px;
float:left;
display:inline-block;
}

.red{
color :rgb(255,0,0);
font-weight:bold;
}

.green{
color :rgb(0,155,0);
font-weight:bold;
}

.false{
background-color :rgb(255,0,0);
color :rgb(255,255,255);
border-radius: 4px 4px 4px 4px;
padding:7px;
}

.true{
background-color :rgb(0,155,0);
color :rgb(255,255,255);
border-radius: 4px 4px 4px 4px;
padding:7px;
}


#scroll
{
      /* Il est impératif de fixer les dimensions du bloc */
      width:200px;
      height:200px;
 
      /* overflow (surplus) prend pour valeur auto, ce qui correspond à placer des scrollbar */
      overflow:auto;
}