@charset "UTF-8";
/* CSS Document */

ul.tabs {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #01594f;
	border-left: 1px solid #01594f;
	width: 700px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #01594f;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #00a592;
}

ul.tabs li a {
	visibility:visible;
	text-decoration: none;
	color: black;
	font-size:11px;
	letter-spacing:1px;
	outline: none;
	text-align:left;
}

ul.tabs li a:hover {
	color: white;
}

 ul.tabs li.active,  ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
	color: black;
}


.tab_container {
	width: 725px;
	overflow: hidden;
	clear: both;
}

.tab_content {
	background-color:#fff; 
	display:block;
}


#li_biodiv {
width : 200px;
padding-left:10px;
}

#li_zoom {
width :300px;
padding-left:10px;
}


#lien a { 
	visibility:visible;
	float: right; 
	color: #1e7da4; 
	text-decoration:none; 
	margin: 10px 0 20px 0; 
	outline: none;
}

.cita {
	color : #1e7da4;
	font-size : 14px;
}



