#onglets{
	display: none;
}
#onglets li{
	position: relative;
	float: left;
	list-style: none;
	padding: 2px 5px 7px;
	margin-right: 5px;
	cursor: pointer;
	color: #0D5995;
	z-index: 1;
}
#onglets .actif{
	border-bottom: none;
	font-weight: bold;
	z-index: 10;
}
#contenu{
	clear: both;
	position: relative;
	margin: 0 20px;
	padding: 10px;
	z-index: 5;
	top: -6px;
	width: 500px;
	overflow: hidden;
	border-radius: 15px;
}
