.imgChien{
    max-height : 300px;
    max-width : 300px;
    display : block;
}
.infoChien {
    padding : 10px 10px;
    display : inline-block;
}

.infoChien h4{
    font-size : 20px;
}
.infoChien table td{
    padding : 3px 3px;
}

.arbre .imgChien{
    max-height : 200px;
    max-width : 200px;
}

.userMenu{
    float : left;
}
.userMenu ul {
    list-style-type: none;
}
