#header {
    background: url('../../images/site/background-header.png') repeat-x;
    height:155px;
}

#contain_header{
    /*mode solde */
    background: url("../../images/site/header-menu.png") no-repeat scroll 0 0 transparent;
    /*fin solde*/


    /*mode normal */
    /* background: url('../../images/site/header-menu.png') no-repeat;*/
    width:983px;
    height:155px;
    margin:0 auto;
    position:relative;
    left: 29px;
}

#line_ref{
    padding: 0 100px 0 20px;
}

#line_ref h1{
    margin:0;
    color:#ddd;
    font-size:10px;
    text-align:left;
    padding:0px;
}

#line_ref h1 a{
    color: #fff;

}

#logo{
    position:absolute;
    top:29px;
    left:120px;
}

#logo img{
    height:50px;
    width:253px;
    border:none;
}

#header_title{
    position:absolute;
    top:81px;
    left:32px;
}

#header_title_left, #header_title_right {
    position:absolute;
    font-size:13px;
    color:#fff;
    white-space:nowrap;
}

#header_title_left {
    left: 60px;
    top: 3px;
}

#header_title_right{
    top:3px;
    font-size:11px;
    left:706px;
}
