.tab-content{
	width:300px;
	height:320px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	color:#FFF;
	font-weight: bold;
}
#simpleTabs, #simpleTabs2{
width: 350px;
background: #FFF;
}
.simpleTabs-nav ul{
overflow: hidden;
list-style: none;
margin: 0;
padding: 0;
background: #7b0078;
color:#FFF;
font-weight: bold;
}
.simpleTabs-nav li{
float: left;
padding: 7px;
color: #FFF;
cursor: pointer;
border-right:solid 1px #7b0078;
}
.simpleTabs-nav li:hover{
color: #000;
background: #FFF;
border-right:solid 1px #7b0078;
font-weight: bold;
}
.simpleTabs-nav li.close{
float: right;
color: #FFF;
}
.simpleTabs-nav li.actif{
color: #000000;
font-weight: bold;
background: #FFF;
border-right:solid 1px #7b0078;
}
.simpleTabs-content{
clear: both;
padding: 15px;
color: #fff;
}
