@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0; 
}

/*html, body {
	background-color:#2f2f2f;
	color:#eaeaea;
}

img { border:none; }
*/
.center {
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

.centerText {
text-align:center;
}

/* ------------------------------ liens */
/*a { color:#baee00; text-decoration:none; }
a:link { color:#baee00; }
a:visited { color:#baee00; }
a:hover { color:#baee00; text-decoration:underline; }
a:active { color:#baee00; }*/


.center {
	width:100%;
	margin:0px auto 0 auto;
}

.marginbot {
	float:left;
	width:100%;
	margin-bottom:15px;
}

ul.list li {
	list-style-type:none;
	margin-left:20px;
	
}

ul.tabs {
	width:100%;
	overflow:hidden;
}

ul.tabs li {
	list-style-type:none;
	display:block;
	width:332px;
	float:left;
	font-size:16px;
	text-align:center;
	color:#fff;
	margin-right:1px;
	border-bottom:1px solid #ececec;
	background-color:#00baff;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	cursor:pointer;
	box-sizing: border-box;
	padding: 15px 68px;
}

ul.tabs li:hover {
	background-color:#b300ad;
}

ul.tabs li.current {
	border-bottom:1px solid #ececec;
	background-color:#b300ad;
	padding:15px;
}

.tabscontent {
	float:left;
	width:100%;
	border:1px solid #ececec;
	padding:15px;
	display:none;
	width:100%;
	text-align:justify;
	box-sizing:border-box;
}

ul.tabs li .navi_text{
	width:100%;
	float:left;
	font-size:16px;
	text-align:center;
	color:#fff;
}
