#tabs {
	width: 900px;
	height: 36px;
	border-bottom: 1px solid #98AAD0;
}

#tabs li.level1 {
	width: 177px;
	float: left;
	margin-right: 2px;
	margin-top: 12px;
	position: relative;
	z-index: 10;
}

#tabs li.level1.here {
	margin-top: 0px;
}

#tabs li.level1 ul {
	padding-bottom: 30px;
	padding-top: 24px;
	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 {
	background-color: #93C94C;
}
#tabs-li-2 ul a:hover {
	background-color: #59A80E;
}

#tabs-li-3 ul a {
	background-color: #3AB1A5;
}
#tabs-li-3 ul a:hover {
	background-color: #17A296;
}

#tabs-li-4 ul a {
	background-color: #A80D6B;
}
#tabs-li-4 ul a:hover {
	background-color: #8D0B54;
}

#tabs-li-5 ul a {
	background-color: #F05A23;
}
#tabs-li-5 ul a:hover {
	background-color: #D04017;
}

#tabs-li-6 ul a {
	background-color: #3F94E4;
}
#tabs-li-6 ul a:hover {
	background-color: #3581CC;
}

#tabs-a-2,
#tabs-a-3,
#tabs-a-4,
#tabs-a-5,
#tabs-a-6 {
	height: 24px;
	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 top;
}

#tabs a.level1 span {
	display: none;
}

#tabs-a-2 {
	background-image: url(img/onglet-presentation.png);
}
#tabs-a-2.here {
	background-image: url(img/onglet-presentation-here.png);
}

#tabs-a-3 {
	background-image: url(img/onglet-formations.png);
}
#tabs-a-3.here {
	background-image: url(img/onglet-formations-here.png);
}

#tabs-a-4 {
	background-image: url(img/onglet-centres.png);
}
#tabs-a-4.here {
	background-image: url(img/onglet-centres-here.png);
}

#tabs-a-5 {
	background-image: url(img/onglet-entreprises.png);
}
#tabs-a-5.here {
	background-image: url(img/onglet-entreprises-here.png);
}

#tabs-a-6 {
	background-image: url(img/onglet-pratique.png);
}
#tabs-a-6.here {
	background-image: url(img/onglet-pratique-here.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);	
}