.search {
    background: none repeat scroll 0 0 #FFF;
    bottom: 30px;
    color: #000;
    font-family: "QuicksandBook";
    right: -650px;
    padding: 0 1%;
    position: fixed;
    top: 0;
    width: 24%;
    z-index: 30
    }
.search-header {
    height: 120px
    }
.search-footer {
    height: 40px
    }
.search .titre {
    color: #000;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.3em;
    margin-top: 0;
    padding: 3% 14% 3% 0;
    width: auto
    }
.search .title-after-search {
    display: none
    }
.search .titre span {
    color: #888;
    font-style: italic
    }
.search .search-form {
    margin: 0;
    padding: 1%
    }
.search .search-form input {
    border: 1px solid #000;
    float: left;
    padding: 1%;
    width: 80%
    }
.search .search-form input.btnOk {
    background: none repeat scroll 0 0 #000;
    color: #FFF;
    float: left;
    margin-left: 1%;
    width: auto;
    border: none
    }
.search .close-bt {
    background: url(../../../images/content/close.png) no-repeat scroll left top transparent;
    display: block;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 30
    }
.search .close-bt:hover {
    background-position: left bottom
    }
.search-results {
    margin: 40px 0;
    overflow: hidden
    }
.search-result {
    margin: 15px 0
    }
.search-result:last-child {
    margin-bottom: 35px
    }
.search-result a {
    color: #015F67;
    display: block;
    line-height: 1.2em;
    transition-duration: 400ms
    }
.search-result a:hover {
    color: #000 !important
    }
.search-result p {
    font-size: 0.8em;
    margin-top: 5px
    }
.search-results .no-match {
    background: none repeat scroll 0 0 #DDD;
    border: 1px solid #000;
    color: #000;
    font-size: 1em;
    padding: 15px 30px
    }