/**
* Vue de recherche guide des aides
**/
    .view-guide-des-aides tr td,
    .view-guide-des-aides tr th
    {
        border: none; 
    }
    .view-guide-des-aides tr th {
        background-color: #047b8d !important;
        color: #fff; 
    }
    .view-guide-des-aides table th,
    .view-guide-des-aides table td {
        border-top: 0;
        min-width: 100px;
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top; 
    }
    .view-guide-des-aides table tbody tr:nth-of-type(odd) {
        background-color: #f9f9f9; 
    }
    .view-guide-des-aides table tbody tr:nth-of-type(even) {
        background-color: #fff; 
    }
    .view-guide-des-aides table tbody tr:hover {
        background-color: #f5f5f5; 
    }
    .view-guide-des-aides .views-field-title  {
        font-weight: bold;
        font-size: 14px; 
    }
    .view-guide-des-aides .views-field-field-lien-url a {
        display: inline-block;
        float: right;
        background: url(../images/losange.png) no-repeat center left;
        background-size: auto 100%;
        padding-left: 27px;
        font-size: 13px; 
    }
    
