
/* MENU PRINCIPAL 1 */

#menu_principal_1 {
width: 989px;
top: 92px;
border-color: #000;
background: #fff url(../img/menu1_bkg.png) repeat-x 0 0;
}

#menu_principal_1 li {
border-left: 1px solid #777;
border-right: 1px solid #000;
}

#menu_principal_1 li a {
display: block !important; /* hack IE 6 */
display: inline;
color: #fff;
}

#menu_principal_1 li a:hover,
#menu_principal_1 li a.active 
{
color: #fff !important; /* hack IE 6 */
color: #fd037f;
background: #fff url(../img/menu1_active.png) no-repeat center top !important; /* hack IE 6 */
background: none;
}




/* MENU BOUTIQUE 1 */

div#menu_boutique_1 {
margin: 0;
padding: 1px 0 0 0;
border-top: 1px solid #bcc1c2;
}

div#menu_boutique_1 li {
padding: 2px 0 2px 15px;
list-style: none;
}

div#menu_boutique_1 div.frise {
position: absolute;
top: 270px;
left: -38px;
width: 61px;
height: 90px;
background: transparent url(../img/menu_boutique_1_frise.png) no-repeat 0 0;
}

div#menu_boutique_1 ul {
padding: 5px 0;
background: #fff url(../img/menu_boutique_1_bkg.png) repeat-y 0 0;
}

div#menu_boutique_1 li a {
color: #556e73;
}

div#menu_boutique_1 li a:hover,
div#menu_boutique_1 li a.active
{
color: #fd047f;
text-decoration: none;
}

div#menu_boutique_1 div.bottom {
height: 7px;
font-size: 1px; /* Hack IE6 */
background: transparent url(../img/menu_boutique_1_bottom.png) no-repeat 0 0;
}




/* MENU BOUTIQUE 2 */

div#menu_boutique_2 {
margin: 0;
}

div#menu_boutique_2 ul {
padding-top: 5px;
padding-left: 5px;
background: #fff url(../img/menu_boutique_2_bkg.png) repeat-y 0 0;
}

div#menu_boutique_2 li a {
color: #556e73;
}

div#menu_boutique_2 li a:hover,
div#menu_boutique_2 li a.active
{
color: #fd047f;
text-decoration: none;
}

div#menu_boutique_2 div.bottom {
height: 101px;
background: transparent url(../img/menu_boutique_2_bottom.png) no-repeat 0 0;
}




/* MENU OUTILS */

#menu_outils li {
border-color: #000;
background: #fff url(../img/menu_outils_bkg.png) repeat-x 0 0;
}

#menu_outils li a {
border-color: #e1e1e1;
}

#menu_outils li a:hover {
color: #000;
}

