.perspective-cmd{
    position:absolute;
    top:40px;
    left: 160px;
}
#image-perspective{
    width: 200px;
}
.perspective-haut{    top:-10px;    left: 75px;}
.perspective-bas{
    transform: rotate(180deg);
    top:160px;
    left: 75px;
}
.perspective-droite{
    transform: rotate(90deg);
    top:75px;
    left: 160px;
}
.perspective-gauche{
    transform: rotate(270deg);
    top:75px;
    left: -9px;
}
.perspective-plus{
    width:40px;
    top:60px;
    left: 120px;
}
.perspective-minus{
    width:40px;
    top:60px;
    left: 40px;
}
