/* elements */
body {
    background:     url(/image/home/body_bg.jpg) repeat-x top;
}

#header {
    height:             342px;
    width:              903px;
    padding-top:        36px;
    background:         url(/image/home/header_bg.jpg) bottom no-repeat;
}

#header #txt_home {
    position:       absolute;
    top:            190px;
    left:           80px;
    width:          380px;
    height:         130px;
    overflow:       auto;
    font-size:      .85em;
    color:          #00548e;
}
#header #txt_home li:before {
    content:        "\2022 \0020";
}
#header #rea_content {
    position:       absolute;
    width:          350px;
    top:            135px;
    right:          75px;
    z-index:        5;
}
#header div#rea_content .pics {
    height:         220px;
    width:          272px;
    margin:         0 auto;
    overflow:       hidden;
    text-align:     center;
    font-size:      0.9em;
    color:          #a0522d;
}
#header div#rea_content .pics a {
    color:          #00548e;
}
#header div#rea_content .pics img {
    height:         174px;
    border:         1px solid #e5e5e5;
    margin-bottom:  5px;
    display:        block;
}
#header div#rea_content .nav {
    position:       absolute;
    top:            90px;
    left:           0px;
    width:          350px;
}
#header div#rea_content .nav #prev {
    float:          left;
    background:     url(/image/picto/rea_arrows.png) no-repeat left bottom;
    width:          28px;
    height:         30px;
}
#header div#rea_content .nav #prev:hover {
    background:     url(/image/picto/rea_arrows.png) no-repeat left top;
}
#header div#rea_content .nav #next {
    float:          right;
    background:     url(/image/picto/rea_arrows.png) no-repeat right bottom;
    width:          28px;
    height:         30px;
}
#header div#rea_content .nav #next:hover {
    background:     url(/image/picto/rea_arrows.png) no-repeat right top;
}

