div {
    border: 1px solid blue;
    padding: 5px;
}
span {
    color: blue;
    background-color: yellow;
}
#boite {
    border : none;
}