<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
*  Feuille de style : HEADER
*  Copyright 2014 UltraJeux - Jean-Christophe TAISNE
*/

@font-face {
    font-family:'icon';
    src:url('/libs/fonts/icon.eot');
    src:url('/libs/fonts/icon.eot#iefix?0503201820') format('embedded-opentype'),url('/libs/fonts/icon.woff2') format('woff2'),url('/libs/fonts/icon.woff') format('woff'),url('/libs/fonts/icon.ttf') format('truetype'),url('/libs/fonts/icon.svg#icon') format('svg');
}    

body {
    padding: 0px;
    margin: 0px;    
/*    overflow-x: hidden;*/
/*    background: whitesmoke url(../../images/header/fond_header.jpg) repeat-x;*/
    background: white url(../../images/header/fond_header.jpg) repeat-x;
/*    background: white url(../../images/theme/noel/fond.jpg) repeat-x;*/
}

div#body {
    min-width: 780px;
    max-width: 1600px;
    margin: 0 auto;
}

header {
    min-width: 780px;
    max-width: 1600px;
    margin: 0 auto;
}

header .liensmenu {
    float: right;
    margin-right: 13px;
    margin-top: 13px;
}

header .liensmenu ul {
    margin: 0;
    padding: 0;  
}

header .liensmenu ul li {
    display: inline;
    margin-left: 15px;
}

header .liensmenu ul li a {
    font-size: 13px;
    color:white;
    text-decoration: none; 
}

header .liensmenu ul li a:hover {
    font-size: 13px;
    color:yellow; 
}

header #recherche {

}

header #recherche input[name="text"] {
    width: 200px;
    font-size: 17px;    
}

header #boutons {
    float: right;
/*    width: 725px;*/
/*    height: 40px;*/
/*    clear: both;*/
    margin-top: 10px;
}

header #barre_jeu {

}

header #barre_jeu &gt; a {
    float: left;  
}

header #barre_jeu &gt; a &gt; img {
    height: 44px;
    margin-right: 5px;
}

header #barre_jeu div.hiddenbox {
    display: none;
    overflow: hidden;
    position: relative;
    min-width: 990px;
    max-width: 1440px;
    height: 100px;
    z-index: 1000;
    margin-top: 45px;
    border-radius: 5px 5px 5px 5px;
}

/*header #barre_jeu #hiddenbox_2 { background-image: linear-gradient(#FC8F0A, #81a03d); }*/
header #barre_jeu #hiddenbox_2 { background-image: linear-gradient(#aa000c, #FC8F0A); }
/*header #barre_jeu #hiddenbox_4 { background-image: linear-gradient(#FC8F0A, #256bbd); }*/
header #barre_jeu #hiddenbox_4 { background-image: linear-gradient(#256bbd, #FC8F0A); }
/*header #barre_jeu #hiddenbox_45 { background-image: linear-gradient(#FC8F0A, #ff0012); }*/
header #barre_jeu #hiddenbox_45 { background-image: linear-gradient(#525252, #FC8F0A); }
/*header #barre_jeu #hiddenbox_91 { background-image: linear-gradient(#FC8F0A, #81a03d); }*/
header #barre_jeu #hiddenbox_91 { background-image: linear-gradient(#00891d, #FC8F0A); }
header #barre_jeu #hiddenbox_88 { background-image: linear-gradient(#aa000c, #256bbd); }
header #barre_jeu #hiddenbox_114 { background-image: linear-gradient(#000000, #FC8F0A); }
header #barre_jeu #hiddenbox_1029 { background-image: linear-gradient(#000000, #FC8F0A); }
header #barre_jeu #hiddenbox_121 { background-image: linear-gradient(#000000, #FC8F0A); }
                                                                    
header #barre_jeu div.hiddenbox .liens_produit {
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    padding-left: 10px;
    width: 98%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
/*    background-color: whitesmoke;    */
}

header #barre_jeu div.hiddenbox .liens_produit ul {
    list-style: none;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
    float: left;
    text-align: left;
    width: 180px;
}

header #barre_jeu div.hiddenbox .liens_produit ul li a {
    font-size: 14px;
    color: white;
    text-decoration: none;
}

header #barre_jeu div.hiddenbox .liens_produit ul li a:hover {
    text-decoration: underline;
} 

header #barre_jeu div.hiddenbox .search_yugioh,
header #barre_jeu div.hiddenbox .search_pokemon
 {
    position: absolute;
    top: 80px; 
}

header #barre_jeu div.hiddenbox .search_forceofwill {
    position: absolute;
    top: 55px; 
}

header #barre_jeu div.hiddenbox .block_droit_logo {
    position: absolute;
    left: 995px;
    top: 400px;
}

header #barre_jeu div.hiddenbox .block_droit_logo img {
    max-width: 200px;
    max-height: 70px;
}

header #barre_jeu div.hiddenbox .block_droit_produit {
    position: absolute;
    top: 70px;
    left: 995px;
}</pre></body></html>