/* Navigation par etape */
#nav-etape {
	float:left;
	font-size:10px;
	margin:0 0 0 0;
	line-height:normal;
	width:600px;
}
#nav-etape ul {
	margin:0;
	padding:0 0 0 0;
	list-style:none;
}
#nav-etape li {
	display:inline;
	margin:0 5px 0 0;
	padding:0 0 0 0;
}
#nav-etape li.current {
	padding:2px 7px 2px 7px;
	color:#1433A8;
	text-decoration:none;
	background-color:#DADDE6;
}
#nav-etape a {
	padding:2px 7px 2px 7px;
	text-decoration:none;
}
#nav-etape a:hover {
	padding:2px 7px 2px 7px;
	color:#1433A8;
	text-decoration:none;
	background-color:#DADDE6;
}



/*** Navigation  onglet 1 ***/
    #navonglet {
      float:left;
	  width:590px;
	  background-color:#EAEEF7;
      line-height:normal;
	  font-size:10px;
	  margin:3px 0 0 0;
      }
    #navonglet ul {
      margin:0;
      padding:0 0 0 10px;
      list-style:none;
	  float:right;
      }
    #navonglet li {
      display:inline;
      margin:0 0 0 0;
      padding:0 0 0 0;
      }
    #navonglet a {
      float:left;
      background:url("../images/left_onglet.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #D30069;
      text-decoration:none;
      }
    #navonglet a span {
      float:left;
      display:block;
      background:url("../images/right_onglet.gif") no-repeat right top;
      padding:5px 15px 5px 6px;
      font-weight:normal;
      color:#DC507D;
	  margin-right:2px;
      }
    #navonglet a span {float:none;}
    #navonglet a:hover span {
      color:#DC507D;
      }
    #navonglet #current a {
      background-position:0 -150px;
      border-width:0;
      }
    #navonglet #current a span {
      background-position:100% -150px;
      padding-bottom:6px;
      color:#DC507D;
      }
    #navonglet a:hover {
      background-position:0% -150px;
      }
    #navonglet a:hover span {
      background-position:100% -150px;
      }





