#onglets{
	display: none;
}
#onglets li{
	position: relative;
	float: left;
	list-style: none;
	padding: 2px 5px 7px;
	margin-right: 5px;
	border: 1px solid #1175AE;
	cursor: pointer;
	background-color: #EEEEEE;
	color: #0D5995;
	z-index: 1;
}
	#onglets .actif{
	border-bottom: none;
	font-weight: bold;
	z-index: 10;
}
	#contenu{
	clear: both;
	position: relative;
	margin: 5px;
	padding: 10px;
	border: 1px solid #0D5995;
	z-index: 5;
	top: 3px;
	/* background-color: #EEEEEE; */
	color: #0F67A1;
	width: 95%;
	overflow: hidden;
	border-radius: 5px;
}
#onglets2{
	display: none;
}
#onglets2 li{
	position: relative;
	float: left;
	list-style: none;
	padding: 2px 5px 7px;
	margin-right: 5px;
	border: 1px solid #1175AE;
	cursor: pointer;
	background-color: #EEEEEE;
	color: #0D5995;
	z-index: 1;
}
	#onglets2 .actif{
	border-bottom: none;
	font-weight: bold;
	z-index: 10;
}
	#contenu2{
	clear: both;
	position: relative;
	margin: 5px;
	padding: 10px;
	border: 1px solid #0D5995;
	z-index: 5;
	top: 3px;
	/* background-color: #EEEEEE; */
	color: #0F67A1;
	width: 95%;
	overflow: hidden;
	border-radius: 5px;
}
