#header{
    background: url("/images/common/duplicate_top.jpg") repeat scroll 0 0 transparent;
    height: 125px;
}

#header .content{
    background: url("/images/common/header.jpg") no-repeat scroll 0 0 transparent;
    height: 100px;
    z-index:1;
}

#header .logo{
    display: block;
    float: left;
    height: 60px;
    width: 260px;
}

#header .links, #header .basket{
    float: right;
    margin-top:10px;
    line-height: 40px;
}

#header .links{
    margin-right: 15px;
}

#header .links a{
    display:block;
    float:left;
    margin:0 10px;
    color: #AD82B0;
}

#header .links a:hover{
    text-decoration: underline;
}

#header .basket{
    background:url("/images/common/panier.jpg") no-repeat scroll 0 0 transparent;
    height:41px;
    width:191px;
    text-indent: 50px;
}

#header .search{
    clear:left;
    margin-left:5px;
    padding-top:5px;
    position:relative;
}

#header .search span{
    float: left;
    line-height: 24px;
}

#header .search input{
    border:1px solid #E0E0E0;
    height:24px;
    line-height:24px;
    font-size:15px;
    width:150px;
    float: left;
    margin-left:5px;
}

#header .search a{
    background:url("/images/common/ok_header.jpg") no-repeat scroll 0 0 transparent;
    display:block;
    float:left;
    height:26px;
    margin-left:5px;
    width:45px;
}

#header .search a:hover{
    background-position: 0px -27px;
}

#header .flags{
    position: relative;
    float: left;
}

#header .flags .current, #header .flags .cultures{
    border: 1px solid #DAD6D7;
    background-color: #FFFFFF;
    margin-left: 5px;
    margin-top: 1px;
}

#header .flags .current{
    float: left;
    cursor: pointer;
    padding: 6px;
}

#header .flags .flag{
    display: block;
    background:url("/images/common/flag.jpg") no-repeat scroll 0 0 transparent;
    width: 18px;
    height: 12px;
    float: left;
}

#header .flags .flag_fr{
    background-position: 0 0;
}
#header .flags .flag_en{
    background-position: -18px 0;
}
#header .flags .flag_it{
    background-position: 0 -12px;
}
#header .flags .flag_es{
    background-position: -18px -12px;
}
#header .flags .flag_nl{
    background-position: 0 -24px;
}
#header .flags .flag_de{
    background-position: -18px -24px;
}

#header .flags .arrow{
    background:url("/images/common/fleche_drapeau.jpg") no-repeat scroll 0 2px transparent;
    float:left;
    height:10px;
    width:15px;
    margin-left: 5px;
    top: 0;
}

#header .flags .cultures{
    display: none;
    left:0;
    position:absolute;
    top:25px;
}

#header .flags .cultures .culture{
    font-size:12px;
    margin-top:6px;
}

#header .flags .cultures a:hover{
    font-weight: bold;
}

#header .categories{
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #FFFFFF;
}

#header .categories div{
    display: block;
    float: left;
    height: 40px;
    line-height:33px;
}

#header .categories .left{
    background:url("/images/common/cote_menu.jpg") repeat scroll 0 0 transparent;
    width:5px;
}

#header .categories .right{
    background:url("/images/common/cote_menu_droit.jpg") repeat scroll -1px 0 transparent;
    width:4px;
}

#header .categories .category{
    background:url("/images/common/interieur_menu.jpg") repeat-x scroll 0 0 transparent;
    font-weight: bold;
}

#header .categories .category a{
    display:block;
    height:33px;
    margin-top:6px;
    padding:0 10px;
    float: left;
}

#header .categories .category a:hover, #header .categories .category.selected a{
    background:url("/images/common/etat_cliquer_menu.jpg") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
}

#header .categories .spacer{
    width: 5px;
    background:url("/images/common/spacer.jpg") repeat scroll 1px 0 transparent;
}