/*Mise en forme onglets*/
#onglets {
	float: left;
	width: 700px;
	/*background:url("../img-admin/onglet-ligne.png") repeat-x left bottom;*/
	line-height: normal;
	margin-top: 130px;
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 16px;
  /*background-color: #ff00ff;*/
}

#onglets ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

#onglets li {
	float: left;
	/*background:url("../img-admin/onglet-gris-fond.png") repeat-x left top;*/
	/*ordre des marges : top right bottom left*/
	margin: 0 0 0 3px;
	padding: 0 0 0 0px;
	/*border-left: 1px solid #505050;
	border-top: 1px solid #505050;
	border-right: 1px solid #505050;*/
}

#onglets a {
	float: left;
	display: block;
	padding: 5px 0px 5px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #85122a;
	font-variant: small-caps;
}

/* Commented Backslash Hack
	 cache la règle à IE5-Mac \*/
#onglets a {
	float: none;
}

/* Fin du hack IE5-Mac */
#onglets a:hover {
	color: #ff7f00;
}
	
#onglets #current {
	/*background-color: #ebe6da;*/
	/*background-image: none;*/
}

#onglets #current a {
	color: #8f7a06;
}

