body{
    background:white;
}
.bouton{
    width:120px;
    height:25px;
    font-family:Verdana;
    font-size: 17px;
    background: red;
    color:white;
    font-weight:bold;
    display:inline-block;
    text-align:center;
    margin-left: 15px;
}

