* { outline: none;}
.galerieY {
    width: 780px;
    margin:0px 0px 30px;
    
    position: relative;
    height: 450px;
    overflow: hidden;
}
.galerieY img {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
.galerieY .menuY {
    float:left;
    width:150px;
    overflow: hidden;
    padding:25px 0;
    height: 450px;
}
.galerieY .menuY a {
    border:2px solid #545454;
    margin:3px 0 3px 10px;
    width:130px;
    height: 90px;
    float:left;
    clear:left;
}
.galerieY .menuY a img { border:none; }
.galerieY .menuY a:hover, .galerieY .menuY a.selected {
    border:2px solid #ffbe19;
}
.galerieY .buttonY {
    height: 23px;
    line-height: 23px;
    border:none;
    position: absolute;
    top:0;
    left:0;
    z-index: 90;
    background-color: #000;
    width: 150px;
}
.galerieY .buttonY:hover {
    border:none;
    color:#FFF;
}
.galerieY .containerY {
    display:none;
    float:right;
    width:590px;
}
.galerieY .containerY .titre {
    position: absolute;
    top:5px;
    right:0;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    width:590px;
}
.galerieY .containerY .desc {
    position: absolute;
    bottom:0;
    left:190px;
    z-index: 999;
    padding:5px;
    font-size: 12px;
    width:580px;
    height: 30px;
    color:#FFF;
    background-color: #000;
}

