.onglet {
	margin-top: 10px;
}

/* css IE */
.onglet #ongletEntete {
	margin-left: 4px;
}

/* others browsers */
.onglet>#ongletEntete {
	margin-left: 8px;
}

.onglet #ongletCorps {
	float: left;
	width: 100%;
	margin-bottom: 2px;
	margin-top: 3px;
	border-radius: 10px;
}

#ongletEntete UL {
	margin: 0;
	padding: 5px 5px 0;
	list-style: none;
}

#ongletEntete LI {
	float: left;
	border-bottom: 1px solid white;
}

#ongletEntete .actif, #ongletEntete .inactif {
	padding: 4px 15px 4px 15px;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

/* css IE */
#ongletEntete .actif,#ongletEntete .inactif {
	width: 1em;
}

/* others browsers */
#ongletEntete>UL .actif,#ongletEntete>UL .inactif {
	width: auto;
}

#ongletEntete #current {
	border-width: 0;
}

#ongletEntete #current .actif {
	border-bottom: 1px solid white;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}

#ongletEntete .actif:hover {
	color: white;
}
