* {
	margin: 0;
	padding: 0;
}
span.bascule {
	float: left;
	width: 20px;
	height: 16px;
	margin-right: 0.5em;
	overflow: hidden;
	cursor: pointer;
}
.item { margin:0.1em;}
.visible .genre { display: block;}
.invisible .genre { display: none;}
.visible .botaniste_h3 { display: block;}
.invisible .botaniste_h3 { display: none;}
.visible .item_headline span.bascule { background: url('images/minus_20x16.png') no-repeat;}
.invisible .item_headline span.bascule { background: url('images/plus_20x16.png') no-repeat;}
body {
	font-size: 90%;
	background-color: white;
	color: black;
	font-family: sans-serif;
}
h1 {
	padding-top: 0.2em;
}
h1, h2 {
	margin: 0.5em;
	text-align: center;
}
h2 {
	color: #880000;
}
h3,h4 {
	font:bold normal 1em sans-serif;
	padding:0.5em;
}
a, h3 a, li a {
	color: green;
	text-decoration: none;
}
a:hover {text-decoration: underline; }
/*li a { border-bottom: 1px dotted black; color: black; text-decoration: none;}*/
/*li a:hover {border-bottom:1px solid black;}*/
h4 a {
	border-bottom: 1px dashed green;
	color: #800;
	text-decoration: none;
}
h4 a:hover {
	border-bottom: 1px solid green;
}
li {
	font:normal normal 1em sans-serif;
/*	list-style-type: none;*/
}
#intro {
	width: 48%;
	float: left;
}
#encyclo_stats {
	width: 20%;
	float: right;
}
#encyclo_droite {
	width: 28%;
	float: right;
}
#intro {
	text-align: justify;
	padding: 10px;
}
.menu_encyclo {
	background: #E2FFE4;
	text-align: center;
	position: absolute;
	font-size: 75%;
	border-style: solid;
	padding: 0.1em 0.5em;
	border-width: 0 1px 1px 0;
	top: 0;
	left: 0;
}
.menu_encyclo a {text-decoration: none;}
.menu_encyclo a:hover {text-decoration: underline; }
.famille, .botaniste {
	padding: 5px;
	margin: 5px;
	margin-bottom: 15px;
	background-color: #E2FFE4;
	border: solid 1px green;
	-moz-border-radius: 1em;
}
.famille {
	background-color: #E2FFE4;
}
.genre, .botaniste_h3 {
	padding: 5px;
	margin-left: 41px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: white;
	border: solid 1px green;
	min-height: 125px;
}
#encyclo_stats, #encyclo_droite {
	text-align: center;
	padding: 5px;
}
.table_stats {
	border: 1px solid;
	border-color: green;
	margin-bottom: 5px;
	font-size: 70%;
	width: 100%;
}
.vignette {
	width: 25%;
	text-align: center;
	float: right;
}

#colonne_gauche, #colonne_milieu, #colonne_droite {
	float: left;
/*	text-align: center;*/
}
#colonne_gauche {
	width: 50%;
}
#colonne_milieu {
	width: 25%;
}
#colonne_droite {
	width: 49%;
}
#fiche_jour {
	padding: 0.5em;
	margin: 0.5em;
	margin-top: 2.5em;
	border: solid 1px green;
	-moz-border-radius: 1em;
}
ul {
	text-align: left;
	padding-left: 50px;
}
.lien_botanique {text-decoration: none; color: #006600; font-style: italic; }
.lien_auto {text-decoration: none; color: #006600; }




/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
 margin-left:10px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid green;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 1em;
 border: 1px solid green;
 border-bottom: none;
 background: #E2FFE4;
 text-decoration: none;
 font-weight: bold;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: lightgreen;
 border-color: green;
}

ul.tabbernav li.tabberactive a
{
 background-color: white;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 5px;
 border: 1px solid green;
 border-top:0;
 -moz-border-radius-bottomleft: 1em;
 -moz-border-radius-bottomright: 1em;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

