/* 
    Document   : menu
    Created on : 7 oct. 2011, 14:17:29
    Author     : oracle
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*************************************************************************
*
*                          Première ligne
*
**************************************************************************/
/* inactive */
#superfish-1 > li.sf-depth-1 {
    background: url("../images/tab-left.png") no-repeat scroll 0 0 transparent;
    height: 21px;
    margin: 0px 1px 0px 0px;
    padding: 0 0 0 10px;
    display: block;
    float: left;
    position: relative;
    border: none;
}

#superfish-1 > li.sf-depth-1 > a {
    background: url("../images/tab-right.png") no-repeat scroll 100% 0 transparent;
    height: 20px;
    text-decoration: none;
    color: white;
    display: block;
    padding: 0px 10px 1px 0;
}

/* active */
#superfish-1 > li.active-trail.sf-depth-1 {
    background: url("../images/tab-left.png") no-repeat scroll 0 -21px transparent;
    height: 21px;
    margin: 0px 1px 0px 0px;
    padding: 0 0 0 10px;
    position: relative;
    display: block;
    float: left;
    border: none;
}

#superfish-1 > li.active-trail.sf-depth-1 > a {
    background: url("../images/tab-right.png") no-repeat scroll 100% -21px transparent;
    height: 20px;
    text-decoration: none;
    color: white;
    display: block;
    padding: 0px 10px 1px 0;
}

/* hover */
#superfish-1 > li.sf-depth-1:hover {
    background: url("../images/tab-left.png") no-repeat scroll 0 -21px transparent;
    height: 21px;
    margin: 0px 1px 0px 0px;
    padding: 0 0 0 10px;
    display: block;
    float: left;
    position: relative;
    border: none;
}

#superfish-1 > li.sf-depth-1:hover > a {
    background: url("../images/tab-right.png") no-repeat scroll 100% -21px transparent;
    height: 20px;
    text-decoration: none;
    color: white;
    display: block;
    padding: 0px 10px 1px 0;
}

/*************************************************************************
*
*                          Sous-menus
*
**************************************************************************/

#superfish-1 li {
    background-color : #4897cd;
    border-bottom: 1px solid grey;
}

#superfish-1 li:hover {
    background-color : #006ab3;
    border-bottom: 1px solid grey;
}

#superfish-1 li a {
    text-decoration: none;
    color: white;
}

#superfish-1 ul {
    margin: 0;
    width: 200px !important;
}

#superfish-1 ul ul {
    left: 200px !important;
    margin-left: 1px;
}
/* Pour corriger le problème de z-index sur IE 7*/
#header-group-wrapper {
    position:relative;
    z-index:2;
}

#main-wrapper {
    position:relative;
}

.sf-depth-1 > .sf-sub-indicator {
    display: none;
}

/*************************************************************************
*
*                          Sous le menu
*
**************************************************************************/
/*
 * #trait_bleu {
    background: url("../images/trait_base_onglet.png") transparent repeat-x 0 0px;
    position: relative;
    top: 23px;
    left: 26px;
    height: 3px;
}
*/
