.container {
	width: auto;
	margin: 10px auto;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 23px;
	border-bottom: 1px solid #fff;
	border-left: 0;
	width: 100%;
}
ul.tabsa {
	margin: 8px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 23px;
	border-bottom: 1px solid #fff;
	border-left: 0;
	width: 586px;
}
ul.tabs li, ul.tabsa li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	height: 22px;
	line-height: 22px;
	border: 1px solid #fff;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 3px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabsa li a {
	text-decoration: none;
	color: #FFF;
	background-color: #009fc6;
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding: 0 3px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover, ul.tabsa li a:hover {
	background-color: #01667E;
	color: #FFF;
}
html ul.tabs li.active a, html ul.tabsa li.active a, html ul.menu-annexe li.active a, html ul.menu-annexe-a li.active a , html ul.menu-annexe-b li.active a, html ul.menu-annexe-c li.active a, html ul.menu-annexe-d li.active a   {
	background-color: #01667E;
	color: #FFF;
	border-bottom: 1px solid #fff;
}
html ul.tabs li.active a:hover, html ul.tabs li.active a:hover, html ul.menu-annexe li.active a:hover, html ul.menu-annexe-a li.active a:hover, html ul.menu-annexe-b li.active a:hover, html ul.menu-annexe-c li.active a:hover, html ul.menu-annexe-d li.active a:hover {
	background: #e95d28;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	color: #FFF;
	line-height: 14px;
	/*-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
*/
}
.tab_containera {
	border-top: none;

	margin-bottom: 5px;
	color: #FFF;
	line-height: 14px;
	float: left;
	width: 586px;
	/* background-color: rgb(153,153,102);
*/
	overflow: hidden;
	border: 2px rgb(255,255,255) solid;
	background-color: #009fc6;
}
.tab_content, .tab_contenta {
	padding: 5px;
	font-size: 12px;
}
.tab_content p, .tab_contenta p {
	margin-bottom: 5px;
}
.tab_content h2, .tab_contenta h2 {
	font-weight: bold;
	padding-bottom: 10px;

	font-size: 16px;
}
.tab_content h3, .tab_contenta h3 {
	color: #FEDB01;
	font-weight: bold;
}
.tab_content h3 a, .tab_content h3 a {
	color: #254588;
}
/*.tab_content img {
	float: left;
}
*/
