#Shapes {
    margin: 20px 0 0 32px;
}
html>body #Shapes {
    margin-left: 36px;
}
#Shapes p {
    float: left;
    text-align: center;
    width: 166px;
    height: 186px;
    margin: 4px;
    padding: 10px 8px;
    background-image: url(../../images/shapes/fond.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}
html>body #Shapes p {
    width: 150px;
    height: 166px;
}
#Shapes p img, #Shapes p .Label {
    display: block;
}
#Shapes p img {
    margin-left: auto;
    margin-right: auto;
}
#Shapes p .Label {
    margin: 8px 0 0 0;
    padding: 0;
    font-weight: bold;
}