/* CSS Document */
#menu {
height: 30px;
position: relative;
margin: 0;
padding: 0;
width: 99.8%;
background-color: #AAB9F0;
border: 1px solid #006;
background:url(images/hover_menu.png);
background-position:center left;
background-repeat:repeat-x;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}

#menu ul {
margin: 0;
padding: 0;
}

#menu li
{
height: 20px;
list-style-type: none;
float: left;
padding: 5px 12px 5px 12px;
color:#000066;
font-weight: bold;
background:url(images/hover_menu.png);
background-position:center left;
background-repeat:repeat-x;
background-color: #AAB9F0;
}

#menu li:hover
{
color : red;
}

#menu a {
color : #006;
text-decoration: none;
}

#menu li a:hover {
color: inherit;
}

#menuFocus li a{
color : red;
}

#menu #menuFocus:hover {
background:url(images/hover_menu_focus.png);
background-position:center left;
background-repeat:repeat-x;
}

.sous_menu_produit_arrondi {
-moz-border-radius-bottomleft : 7px;
-moz-border-radius-bottomright : 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}

#sous_menu_produit{
background-image:url(images/degrade_FFC_horizontal.jpg);
background-position:center;
background-repeat:repeat-y;
width : 150px;
margin-left: -12px;
position :absolute;
padding: 0;
top: 30px;
display: none;
border: 1px solid #006;
z-index: 10000;
}


#sous_menu_produit p {
font-size: 90%;
background-image:url(images/degrade_FFC_horizontal.jpg);
background-position:center;
background-repeat:repeat-y;
margin:0;
padding: 7px;
}

#sous_menu_produit a {
color : #006;
}

.menu_ombre {
height: 5px;
width: 99.9%;
position : absolute;
bottom: -6px;
left: 0.5%;
background-image:url(images/ombreBas.png);
background-repeat:repeat-x;
background-position:bottom right;
}
