/*Main navigation */
/* Niveau 1 */
.navMain { width:994px; height:39px; background-color:#1b7e97/* "border color" */;   margin:0; padding:0; list-style-type:none; list-style-image:none; display:inline;/*IE6 doublemargin*/ font-size:11px; font-weight:bold; color:#1b7e97; white-space:nowrap; z-index:99;}
.navMain a {
    color:#581d74;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    height:22px;
    line-height:22px;
}
.navMain li {
    width:228px;
    height:37px;
    line-height:37px;
    border-right-width:0px;
    float:left;
    background-color:#e2e3e8;
    text-align:center;
    position:relative;
    white-space:nowrap;
    z-index:99;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #a48fc7;
    border-right-color: #a48fc7;
    border-bottom-color: #a48fc7;
    border-left-color: #a48fc7;
}
.navMain li:hover, .navMain li.active {
    color:#FFFFFF;
    background-color:#581d74;
}
.navMain li:hover a, .navMain li.active a { color:#FFFFFF;}
.navMain li.navMainOutils {
    width:76px;
    background-color:#581d74;
    color:#ffffff;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #a48fc7;
}
.navMain li.navMainOutils:hover{ background-image:none;}
.navMain li.navMainOutils a {
    background:url(../img/puce_outil.gif) no-repeat left;
    color:#ffffff;
    padding-left:10px;
}


/* Niveau 2 */
.navMain li ul {visibility:hidden; list-style:none; margin:0; text-align:left; border:solid 1px #babcd7; border-top:0px; margin-left:-1px;}
.navMain li ul {
    display:block;
    position:absolute;
    top:38px;
    left:0;
    padding:0 10px;
    background-color:#e2e3e8;
    min-width : 208px;
    max-width : 208px;
}
.navMain li ul li {
    display:block;
    float:none;
    text-align:left;
    width:auto;
    height:22px;
    line-height:22px;
    margin:0;
    padding:5px 0px 5px 0px;
    background-color:#e2e3e8;
    background-image:none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #a48fc7;
}
.navMain li ul li a{
    padding:0px;
    margin:0px;
}
.navMain li:hover ul {display:block; visibility:visible;}
.navMain li:hover ul li {
    display:block;
    float:none;
    text-align:left;
    width:auto;
    height:22px;
    line-height:22px;
    margin:0;
    /*padding:5px 0px 5px 0px;*/
    padding:0;
    border:0px solid;
    border-bottom:solid 1px #a48fc7;
    background-color:#e2e3e8;
    background-image:none;
}
.navMain li:hover ul li a {
    height:22px;
    line-height:22px;
    display:block;
    width:auto;
    background:url(../img/red_cross.gif) 0 7px no-repeat;
    padding-left:11px;
    color:#581d74;
    white-space:nowrap;
}
.navMain li ul li a:hover { color:#FF0000;}

