.onglets{
	border-bottom: 2px solid #F90;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 34px;
}
.onglets li{
	float: left;
	list-style-type: none;
	margin-left: 10px;
}
#corps .onglets li a{
	display: block;
	line-height: 30px;
	background: #F90;
	padding: 2px 20px;
	border: 2px solid #F90;
	border-bottom: 0px;
	font-weight: bold;
	color: #fff;
}
#corps .onglets li a:hover{
	text-decoration: none;
	background: #fff;
	color: #F90;
}
#corps .onglets .onglet_courant a{
	color: #F90;
	background: #fff;
}