a img { border: 0 }


.onglets
{
	float:left;
	width:100%;
	background:  url("bas_onglets.png") repeat-x bottom;
	font-size:100%;
	line-height:normal;
	overflow: hidden;
	margin-bottom: 0px;
}

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

#corps .onglets li
{
	float:left;
	background:url("bg_onglets.png") no-repeat left -28px;
	margin:0 3px 0 0;
	padding:0 0 0 21px;
}

#corps .onglets a
{
	float:left;
	display:block;
	background:url("bg_onglets.png") no-repeat right -28px;
	padding: 5px 21px 4px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#0099cc;
}

#corps .onglets a:hover 
{
	color: #fff;
}
  
#corps .onglets .selected
{
	background-position: left 0;
}

#corps .onglets .selected a 
{
	color:#fff;
	padding-bottom:5px;
	background-position: right 0;
	border-bottom: none;
}

