#simpleTabs2, #simpleTabs3, #sum{
	width: 530px;
	margin-left: 40px;
	border: thin solid #000;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #CFC;
}
.simpleTabs-nav ul{
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #0F6;
	font-weight: bold;
}
.simpleTabs-nav li{
	float: left;
	padding: 5px;
	color: #000;
	cursor: pointer;
}
.simpleTabs-nav li:hover{
background: #c9efec;
}
.simpleTabs-nav li.close{
float: right;
}
.simpleTabs-nav li.actif{
	color: #000;
	font-weight: bold;
	background-color: #CFC;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CFC;
}
.simpleTabs-content{
clear: both;
padding: 15px;
color: #000;
}
