/* ONGLET PARENT */
      
    .cBackgndNav {background:url(../img/top.jpg) no-repeat;}

    a.navOngletTitre:ACTIVE, a.navOngletTitre:LINK, a.navOngletTitre:VISITED  {
      font-size: 24px;
      color : #FFFFFF;
      font-weight:normal;
      padding-left:10px;
      text-decoration:none;
      text-align: left;
    }
    a.navOngletTitre:HOVER {
      text-decoration:underline;
    }

    /* OngletsTop : nom de l'onglet par défaut, il est possible d'avoir autant d'onglet différents que l'on veut dans
    la page en précisant le PreFixCSS (égal par défaut à OngletsTop)*/    
    #OngletsTop {
      float:left;
      width: auto;
      font-size:1.4em;
		/*line-height: normal;*/
		  border: 0px solid black;
      } 
    #OngletsTop ul {
      list-style:none;
		  margin: 0px 0px 0px 7px;
		  padding:0px;
      }
    #OngletsTop li {
      float:left;
      background:url("../img/left.gif") no-repeat left top;
      margin-left:1px;
      padding: 0px 0px 0px 7px;
      }
    #OngletsTop a {
      display:block;
      background:url("../img/right.gif") no-repeat right top;
      padding:5px 7px 5px 0px;
      font-weight:bold;
		  color:#FFFFFF;
		  text-decoration:none;
      }
    #OngletsTop a:hover {
		color:#FFFFFF;
		text-decoration:underline;
      }
    #OngletsTop #current {
      background-image:url("../img/left_on.gif");
      }
    #OngletsTop #current a {
      background-image:url("../img/right_on.gif");
      color:#384354;
      padding-bottom:5px;
      text-decoration:none;
      }   
    #OngletsTop #current a:hover {
		  color:#384354;
		  text-decoration:underline;
      }
    #OngletsTop #special {
      background-image:url("../img/left_promo.gif");
      }
    #OngletsTop #special a {
      background-image:url("../img/right_promo.gif");
      padding-bottom:5px;
      color:#FFFFFF;
      }
	  #OngletsTop #special a:hover {
      text-decoration:underline;
      }

/*  Cas où l'on veut un rollover sur les images et pour éviter un chargement d'image, on fait un glissement de l'image*/
    #OngletsTop a:hover span {
      background-position:100% -150px;
      }
/* ONGLET ENFANT */
    #OngletsBottom {
      float:left;
      width:100%;
      font-size:1.2em;
		  height:37px;
		  line-height:26px;
	   	background: url(../img/background_ss-nav.gif) repeat-x;
      }
      
    #OngletsBottom ul {
      margin:0;
      padding:6px 0px;
      list-style:none;
      }
    #OngletsBottom li {
      float:left;
      margin:0;
      padding:0 0 0 0px;
      color:#C1A991;
      }    
	 #OngletsBottom a {
      display:inline;
      padding:8px 10px 0px 10px;
      text-decoration:underline;
      font-weight:bold;
      color:#0750D9;
      }
    #OngletsBottom a:hover {
		  text-decoration: none;
      }
    #OngletsBottom #current {
      /* bof bof */
      }
    #OngletsBottom #current a {
      color:#384354;
      padding-bottom:0px;
      font-weight:bold;
	   	text-decoration: none;
      }
    #OngletsBottom #current a:HOVER {
	    text-decoration: underline;
      }

