#OngletsTop { float:left; width: auto; font-size:14px; border: 0px solid black; }

#OngletsTop ul { list-style:none; margin: 0px 0px 0px 7px; padding:0px; height:25px; }

#OngletsTop li { float:left; background:url("http://static.aliceadsl.fr/photos/css/images/left.gif") no-repeat left bottom; margin-left:1px; padding: 0px 0px 0px 7px; height:25px; }

#OngletsTop a { display:block; background:url("http://static.aliceadsl.fr/photos/css/images/right.gif") no-repeat right bottom; padding:5px 7px 4px 0px; font-weight:bold; color:#fff; text-decoration:none;  }

#OngletsTop a:hover { color:#fff; text-decoration:underline; }

#OngletsTop #current { background-image:url("http://static.aliceadsl.fr/photos/css/images/left_on.gif"); }

#OngletsTop #current a { background-image:url("http://static.aliceadsl.fr/photos/css/images/right_on.gif"); color:#42ADCF; }

/* ONGLET ENFANT */
    #OngletsBottom {
      float:left;
      width:100%;
      font-size:1em;
		height:35px;line-height:35px;
		background: url(http://static.aliceadsl.fr/photos/css/images/background_ss-nav.gif) repeat-x;
      }
      
    #OngletsBottom ul {
      margin:0;
      list-style:none;
      }
    #OngletsBottom li {
      float:left;
      margin:0;
      padding:0 0 0 0px;
	  color:#8EB9C9;
      }    
	 #OngletsBottom a {
      display:inline;
      padding:8px 10px 0px 10px;
      text-decoration: none;
      font-weight:bold;
      color:#0750D9;
      }
    #OngletsBottom a:hover {
		text-decoration:underline;
      }

    #OngletsBottom #current a {
      color:#000;
      padding-bottom:0px;
      font-weight:bold;
		text-decoration: none;
      }
    #OngletsBottom #current a:HOVER {
		text-decoration: underline;
      }
