.item-picto
{
    display: inline-block;
    vertical-align: top;
    
    width: 60px;
    height: 60px;
    
    margin-top: 10px;
    
    border: 1px solid #333333;
    border-radius: 5px;
    
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/pictos/_.png);
    
    cursor: pointer;
}

.item-picto.listed
{
    margin: 5px;
}

div.paragraphe
{
    margin-top: 10px;
}