/** navcontainer **************************************************************/

#navcontainer {
    position:               absolute;
    top:                    240px;
    left:                   21px;
    width:                  212px;
    height:                 700px;
    border-right:           4px solid #46A02F;
    /*padding-bottom:         150px;
    background:             url(images/apps/logo_rc.gif) no-repeat center bottom;*/
}

#navcontainer ul {
    list-style:             none;
}

/* Premier niveau */
#nav li {
    background:             #24661E;
    border-top:             1px solid #ffffff;
    border-bottom:          0px solid #ffffff;
    border-left:            1px solid #ffffff;
    border-right:           2px solid #ffffff;
}

#nav  li.first-child {
    border-top:             0px solid #cef0ff;
    border-bottom:          0px solid #cef0ff;
    background:             transparent; /** url(images/li_first_child.jpg) no-repeat top center **/
    height:                 29px;
}

#nav li a:link,
#nav li a:visited {
    display:                block;
    /*width:                  212px;*/
    min-height:             20px;
    height:                 auto!important;
    height:                 20px;
    padding-left:           20px;
    padding-top:            4px;
    color:                  #fff;
    font-size:              14px;
    text-decoration:        none;
    font-weight:            normal;
}

#nav li a:hover {
    color:                  #ffffff;
    background:             #44A12C;
    text-decoration:        underline;
}

#nav li.selected {
    background:             #00A8E3;
}



#nav li.first-child.selected {
    background:             #389931;
}

#nav #nav-accueil.first-child.selected {
    background:             #389931; /*url(images/li_first_child.jpg) no-repeat top center;*/
}

#nav li a.selected {
    color:                  #ffffff;
    background:             #00A8E3;
    font-weight:            none;
}


#navcontainer #bottom_container {
    width:                  210px;
    height:                 165px;
    background:             url(images/apps/bg_bottom_navcontenair.jpg) no-repeat bottom center;
}


#navcontainer #mon_compte {
    width:                  210px;
    height:                 150px;
    margin-top:             10px;
    margin-bottom:          5px;
    background:             url(images/apps/bg_compte.png) no-repeat center center;
}


#navcontainer #mon_compte #mon_compte_bloc {
    padding-top:            30px;
}

#navcontainer #mon_compte #mon_compte_bloc ul.compte {
    padding-left:           20px;
}

#navcontainer #mon_compte #mon_compte_bloc li.compte_spe {
    padding-top:            10px;
}

#navcontainer #mon_compte #mon_compte_bloc a:link.compte_link,
#navcontainer #mon_compte #mon_compte_bloc a:visited.compte_link {
  color:              #C63D00;
  padding-left:       10px;
  background:         url(images/pictos/arrow_terre.png) no-repeat left center;
  text-decoration:    none;
}

#navcontainer #mon_compte #mon_compte_bloc a:hover.compte_link {
  text-decoration:    underline;
}

#navcontainer #mon_compte #mon_compte_bloc p.compte_text {
  padding-left:       10px;
  margin-bottom:      5px;
}


#navcontainer #mon_compte #mon_compte_bloc #identification_titre {
  float:          left;
  width:          80px;
  color:          #000000;
  font-weight:    bold;
  margin-left:    10px;
  margin-top:     10px;
  margin-bottom:  1px;
  font-size:      0.9em;
}

#navcontainer #mon_compte #mon_compte_bloc #identification_content {
  float:          left;
  width:          115px;
  color:          #000000;
  font-weight:    bold;
  margin-top:     10px;
  margin-bottom:  1px;
}

#navcontainer #mon_compte #mon_compte_bloc #identification_content input.identification {
  width:          112px;
  border:         1px solid #CDD7A0;
}

#navcontainer #mon_compte #mon_compte_bloc #push_link_center {
  float:          left;
  margin-top:     10px;
  padding-left:   10px;
  margin-bottom:  0px;
  padding-bottom: 0px;
}

#navcontainer #notre_catalogue {
    width:                  210px;
    height:                 200px;
    margin-top:             10px;
    margin-bottom:          5px;
    background:             url(images/apps/bg_notre_catalogue.png) no-repeat left top;
}

#navcontainer #notre_catalogue #notre_catalogue_bloc {
    padding-top:            0px;
}

#navcontainer #notre_catalogue #notre_catalogue_bloc img.notre_catalogue {
    float:                  left;
    padding-top:            40px;
    padding-left:           10px;
    padding-right:          5px;
    padding-bottom:         0px;
}

#navcontainer #notre_catalogue #notre_catalogue_bloc p.notre_catalogue {
    padding-top:            40px;
    padding-left:           10px;
    padding-right:          10px;
    padding-bottom:         5px;}













