#tabs {
	width: 900px;
	height: 36px;
	/*border-bottom: 1px solid #98AAD0;*/ border-bottom: 1px solid #FFF;
}

#tabs li.level1 {
	width: 177px;
	float: left;
	margin-right: 2px;
	margin-top: 0px;
	position: relative;
	z-index: 10;
}

#tabs li.level1.here {
	margin-top: 0px;
}

#tabs li.level1 ul {
	padding-bottom: 30px;
	padding-top: 36px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(assets/js/blank.gif);
}
.IE6 #tabs li.level1 ul,
.IE7 #tabs li.level1 ul {
	padding-top: 26px;
}

#tabs li.level1.here ul {
	padding-top: 36px;
}
.IE6 #tabs li.level1.here ul,
.IE7 #tabs li.level1.here ul {
	padding-top: 38px;
}

body.no-js #tabs li.level1:hover ul {
	display: block;
}

#tabs li.level2 a {
	width: 177px;
	margin-top: 2px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#tabs li.level2 a span {
	display: block;	
	padding: 3px 3px;
}

#tabs-li-2 {
	margin-left: 3px; /* Pour centrer les onglets */
}
.IE6 #tabs-li-2 {
	margin-left: 2px;
}

#tabs-li-2 ul a,
#tabs-li-3 ul a,
#tabs-li-4 ul a,
#tabs-li-5 ul a,
#tabs-li-6 ul a {
	background-color: #747D7C;
}

#tabs-li-2 ul a:hover,
#tabs-li-3 ul a:hover,
#tabs-li-4 ul a:hover,
#tabs-li-5 ul a:hover,
#tabs-li-6 ul a:hover {
	background-color: #374550;
}

#tabs-a-2,
#tabs-a-3,
#tabs-a-4,
#tabs-a-5,
#tabs-a-6 {
	height: 36px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#tabs-a-2.here,
#tabs-a-3.here,
#tabs-a-4.here,
#tabs-a-5.here,
#tabs-a-6.here {
	height: 36px;
	background-position: center bottom;
}

#tabs a.level1 span {
	display: none;
}

#tabs-a-2 {
	background-image: url(img/btn-presentation-1.png);
}
#tabs-a-2.here,
#tabs li:hover  #tabs-a-2 {
	background-image: url(img/btn-presentation-2.png);
}

#tabs-a-3 {
	background-image: url(img/btn-formations-1.png);
}
#tabs-a-3.here,
#tabs li:hover  #tabs-a-3 {
	background-image: url(img/btn-formations-2.png);
}

#tabs-a-4 {
	background-image: url(img/btn-centres-1.png);
}
#tabs-a-4.here,
#tabs li:hover  #tabs-a-4 {
	background-image: url(img/btn-centres-2.png);
}

#tabs-a-5 {
	background-image: url(img/btn-entreprise-1.png);
}
#tabs-a-5.here,
#tabs li:hover #tabs-a-5 {
	background-image: url(img/btn-entreprise-2.png);
}

#tabs-a-6 {
	background-image: url(img/btn-pratique-1.png);
}
#tabs-a-6.here,
#tabs li:hover  #tabs-a-6 {
	background-image: url(img/btn-pratique-2.png);
}

#tabs #tabs-a-14,
#tabs #tabs-a-23,
#tabs #tabs-a-56,
#tabs #tabs-a-57 {
	background-position: 2px center;
	background-repeat: no-repeat;
}

#tabs #tabs-a-14 span,
#tabs #tabs-a-23 span,
#tabs #tabs-a-56 span,
#tabs #tabs-a-57 span {
	padding-left: 20px;
}

#tabs-a-14 {
	background-image: url(img/puce-eg.png);	
}
.IE6 #tabs-a-14 {
	background-image: url(img/puce-eg.gif);	
}

#tabs-a-23 {
	background-image: url(img/puce-sts.png);	
}
.IE6 #tabs-a-23 {
	background-image: url(img/puce-sts.gif);	
}

#tabs-a-56 {
	background-image: url(img/puce-stic.png);	
}
.IE6 #tabs-a-56 {
	background-image: url(img/puce-stic.gif);	
}

#tabs-a-57 {
	background-image: url(img/puce-sti.png);	
}
.IE6 #tabs-a-57 {
	background-image: url(img/puce-sti.gif);	
}
