div.onglets {
	display: block;
	width: 100%;
	background:  url(../img/ligne.gif) bottom repeat-x;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 0;
}

div.onglets ul{
	display: inline;
	padding: 0;
	margin: 0;
}

div.onglets ul li {
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	list-style: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

div.onglets li a.onglet_Off 
{
	display: block;
	background:  url(../img/onglet-fonce.gif) left top no-repeat;
	border-bottom: solid 1px #ccc6b6;
	margin: 0 1px 0 0;
	padding: 0 0 0 0;
	color: #3E3C3C;
	font-weight: bold;
	text-decoration: none;
}

div.onglets li a.onglet_Off span
{
	display: block;
	background: url(../img/onglet-fonce.gif) right top no-repeat;
	margin: 0 0 0 16px;
	padding: 6px 16px 4px 0;
	text-decoration: none;
}

div.onglets li a.onglet_Off:hover
{
	background:  url(../img/onglet-clair.gif) left top no-repeat;
	text-decoration:none;
}

div.onglets li a.onglet_Off:hover span
{
	background: url(../img/onglet-clair.gif) right top no-repeat;
}

div.onglets li a.onglet_On 
{
	display: block;
	background: url(../img/onglet-clair.gif) left top no-repeat;
	margin:0 1px 0 0;
	padding: 0 0 0 0;
	font-weight:bold;
	color: #D26F05;
	text-decoration: none;
}

div.onglets li a.onglet_On span
{
	display: block;
	background: url(../img/onglet-clair.gif) right top no-repeat;
	margin: 0 0 0 16px;
	padding: 6px 16px 4px 0;
	border-bottom: solid 1px #fff;
}

#ongletContent {
	font-size: 10px;
}