@charset "iso8859-1";

.shadetabs{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}
.shadetabs li{
	float: left;
	display: block;
	position: relative;
	background: white url(/2e/3/static/onglets/paneBg.gif) top left no-repeat;
	margin: 10px 0px 0px 10px;
	font: bold 12px "Trebuchet MS", Arial;
	width:95px;
	height:33px;
}
.shadetabs li a{
	text-decoration: none;
	color:#BBBBBB;
	padding:6px 3px 0px 3px;
	display: block;
	line-height:12px;
}
.shadetabs li.selected {
	top: 1px;
	background: white url(/2e/3/static/onglets/paneBgActive.gif) top left no-repeat;
}
.shadetabs li.selected a {
	color:#333333;
	font-weight: bold;
}
.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;
	font: normal 12px arial;
	margin-bottom:15px;
}
.tabcontent{
	display:none;
}
@media print {
.tabcontent {
display:block!important;
}
}