/* 
    Created on : 6 avr. 2016, 15:32:41
    Author     : Kalgonium
*/

.fieldfiltres{
    border: none;
    margin-bottom:1em;
}

.fieldblocs{
    border-top: 1px solid #384653;
    border-bottom: none;
    border-left:none;
    border-right:none;
    margin-bottom:1em;
}
.fieldblocs legend{
    font-size: larger;
}
fieldset button, .retourRecherche button{
    border: none;
    /*font-family: myFrutiger;*/
    transition: 0.2s;
}
.selected{
    background-color: #384653;
    color:white;
}
.selected:hover{
    background-color: #848484;
    color:#384653;
    cursor: pointer;
}
.unselected{
    background-color: #dadada;
    color:#384653;
}
.unselected:hover{
    background-color: #384653;
    color:#dadada;
    cursor: pointer;
}
.yearFilter{
    display: inline-block;
}