
.tab{
	text-align: center;
	float: left;
	font: bold 12px "Trebuchet MS", Arial;
	width:96px;
	height:27px;
	background: white url(/2e/3/static/onglets/paneBg2.gif) top left no-repeat;
	margin: 10px 0px 0px 9px;
	line-height:12px;
	padding:6px 3px 0 3px;
	color:#BBBBBB;
	display: block;
	position: relative;
}
A.selected {
	background: white url(/2e/3/static/onglets/paneBgActive2.gif) top left no-repeat;
	color:#333333;
	top:1px;
}
A.tab:hover{
	text-decoration:none;
}
.tabcontentstyle{
	clear:both;
	width: 524px;
	padding: 20px;
	background: white url(/2e/3/static/onglets/divBg.gif) top left repeat-x;
	border-bottom:solid 1px #CEDCED;
	border-left:solid 1px #CEDCED;
	border-right:solid 1px #CEDCED;
	margin-bottom:15px;
}
