.Onglet {
	margin-bottom: 15px;
	border-bottom: 3px groove #008;
	z-index: 1;
}

.Onglet ul {
	list-style-type: none;
	text-align: right;
	margin-bottom: 2px;
	padding: 0;
	position: relative;
	z-index: 2;
}

.Onglet li {
	display: inline;
	text-align: center;
	background-color: Navy;
	color: white;
	font-size: small;
	border: 1px solid #008;
	margin: 0 .5em;
	padding : 2px;
	-moz-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
}

.Onglet li.Gauche {
	background-color: Orange;
	left: 20px;
	-moz-border-radius:8px;
	border-radius:8px;
	border-color: gray #008 #008 gray;
}

.Onglet a {
	color: white;
	text-decoration: none;
}
