.region-title{
    background: #f3f3f3 ;
    border-bottom:1px solid #d9d9d9;
}
.region-title #block-dourbes-titredepage h1{
    float: left;
    padding: 0.5em 120px 0.5em 0;
    font-size: 1.75em;
    margin-bottom: 0.25em;
    color: #333333;
    text-shadow: #FFFFFF 1px 1px 0;
    background: url('../images/title.bar.deco.png') center right no-repeat;
}
.region-title #block-dourbes-formulairederecherche{
    float: right;
    padding: 1em 0 0 0;
}
    .region-title #block-dourbes-formulairederecherche form{
        display: inline-block;
    }
        .region-title #block-dourbes-formulairederecherche form > div{
            display: inline-block;
            margin: 0;
        }
            .region-title #block-dourbes-formulairederecherche form input.form-submit{
                background: transparent url('../images/tools.search.png') no-repeat center center;
                text-indent: -999px;
                border: none;
                cursor: pointer;
                padding: 0 5px;
                width: 20px;
                height: 20px;
            }
.tools-page{
    display: inline-block;
}
    .tools-page a {
        display: inline-block;
        width: 26px;
        height: 22px;
        text-align: center;
        text-indent: -999px;
        overflow: hidden;
        background: transparent center center no-repeat;
        margin-right: 10px;
        vertical-align: text-bottom;
    }

    .tools-page a.ico_print {
        background-image: url('../images/ico.print.png');
    }

    .tools-page a.ico_contact {
        background-image: url('../images/ico.mail.png');
    }

    .tools-page a.ico_fb {
        background-image: url('../images/ico.fb.png');
    }