section {
    width: 920px;
}

#reponse{
    margin: 10px;
    font-size: 12px;
}
.acteur {
    background-color: rgba(100,200,100,0.3);
    padding: 3px;
    line-height: 2.2em;
    white-space: nowrap;
    margin: 4px;        
}
.film {
    background-color: rgba(250,200,200,0.3);
    padding: 3px;
    line-height: 2.2em;
    white-space: nowrap;
    margin: 4px;
}  
body {
    background-image: url(fond.jpg);
    background-repeat: repeat;
    background-size: 200px;

}
.bouton {
    margin: 0.3em;
}

