/*  ___________________________________________________________________________
    HEADER  */
#div-Header {
    width                 : 1010px;
    height                : 120px;
    margin                : 0px 0px 0px 0px; /* Top Right Bottom left */
    clear                 : both;
	background            : transparent url('/images/bg_flower_header_top.png') top right no-repeat;
}
#div-Header ul {
    clear                 : both;
    top                   : 75px;
}
#div-Header h4 {
    padding               : 10px 10px 5px 10px; /* Top Right Bottom left */
    color                 : #2275b0;
    font-weight           : bold;
}      
#div-Header-Navigation {
    padding               : 0px 0px 0px 0px; /* TOP RIGHT BOTTOM left */
    height                : 39px;
    position              : absolute;
    top                   : 95px;
    width                 : 800px;
}
/*  ___________________________________________________________________________
    Les faux boutons */
#ul-Navigation {
    z-index               : 100;
}
#ul-Navigation > li  {
    float                 : left;
    width                 : 132px;
    height                : 39px;
}
#ul-Navigation > li a {
    display               : block;
    line-height           : 30px;
}
/*  ___________________________________________________________________________
    MENU - Rectangle ne contenant pas de sous menu */
.a-NoSubMenu                 { background : #ffffff url('/images/btn_menu_noclick.gif') bottom left no-repeat; }
.a-NoSubMenu a, .a-SubMenu a { color : #636363; }
.a-NoSubMenu a:hover         { color : #2275b0; }
/*  ___________________________________________________________________________
    MENU - Rectangle contenant des sous menu */
.a-SubMenu                { background: #ffffff url('/images/btn_menu_out.gif') bottom left no-repeat; }
.a-SubMenu-Open           { background: #ffffff url('/images/btn_menu_hover.gif') bottom left no-repeat; }
.a-SubMenu-Open a         { color : #2275b0; }
/*  ___________________________________________________________________________
    MENU - LES SOUS MENU */
.div-SubMenu-Container {
    position              : absolute;
    z-index               : 110;
    background-color      : #ffffff;
}
.div-SubMenu-BigBorder {
    margin                : 1px 1px 1px 1px; /* Top Right Bottom left */
    border-top            : 4px solid #2275b0;
}
.div-SubMenu-Box {
    /*    width                 : auto;*/
    display               : none;
}
/*  ___________________________________________________________________________
    MENU : Nos Cartes > BOITES OUVERTE GAUCHE */
#div-Category-Cartes {
    position              : relative;
    float                 : left;
    width                 : 259px;
   /* border-right          : 1px dashed #a2a2a2;*/
}
.ul-Category li {
    width                 : 100%;
    height                : 25px;
}

.ul-Category li a {
    padding               : 0px 0px 0px 10px; /* Top Right Bottom left */
    /*    width                 : auto;*/
    color                 : #595959;
}
/* Gestion du A section gauche hover */
.ul-Category li a:hover {
    background-color      : #edf3f7;
    font-weight           : bold;
    color                 : #2275b0;
}
.ul-Category li a:hover:before { content : "\203A \0020"; }
/* Gestion du A section gauche selectionne */
.ul-Category li a.current {
    background-color      : #edf3f7;
    font-weight           : bold;
    color                 : #2275b0;
}    
.ul-Category li a.current:before  { content : "\203A \0020"; }
/*  ___________________________________________________________________________
    MENU : Nos Cartes > BOITES OUVERTE DROITE */
#div-SubCategory {
    float                 : right;
    width                 : 320px;
}
.ul-SubCategory li {
    width                 : 100%;
    height                : 25px;
}
.ul-SubCategory li a {
    padding               : 0px 0px 0px 10px; /* Top Right Bottom left */
    width                 : auto;
    color                 : #595959;
}
/* Gestion du A section gauche hover */
.ul-SubCategory li  a:hover {
    background-color      : #edf3f7;
    font-weight           : bold;
    color                 : #2275b0;
}
.ul-SubCategory li a:hover:before {
    content               : "\203A \0020";
}
/*  ___________________________________________________________________________
    MENU : Prochainement > BOITES OUVERTE DROITE */
#div-Category-Soon {
    width                 : 400px;
}
/*  ___________________________________________________________________________
    MENU : Nouveautes > BOITES OUVERTE DROITE */
#div-Category-News {
    width                 : 259px;
}