html body {
	height: 100%;
	z-index: 1;
}

body{
  background-color:#EBFBF0;
	color: #1F5647;
	margin: 0px;
	padding:100px 0 0 175px;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
}
 
@media screen{         /*Pour tous les navigateurs sauf IE : div fixes*/
  body>div#bandeau{
   position:fixed;
  }
  
  body>div#menu{
   position:fixed;
  }
}
 
* html body{           /*Pour IE uniquement : div fixes*/
	overflow:hidden;
	width: 100px;
}

/**************** Paramètres communs **************************/

h3 {
	font-size: 16px;
	color: #518274;
	margin: 5px 0px 0px 5px;
}
  
a {
	font-size: 13px;
	color: #690;
	text-decoration:underline;
}

ul {
	font-size: 13px;
	list-style-type: square;
	line-height: 15px;
}

input {
	background: #FFFFFF;
	margin: 10px;
	font : 13px;
	color: #1F5647;	
}

/**************** BANDEAU HAUT **************************/

#bandeau{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100px;
  max-height:100px;
	overflow: hidden; 
	z-index: 200;
  background-image: url(../../images/bandeau.jpg);
  background-repeat: no-repeat;
}

* html #bandeau{          /*Pour IE uniquement : div fixes*/
  width:150%;
}

#bandeau img {
	float: left;
	border-style:none;
}

#bandeau .logo {
	width: 96px;
	height: 80px;
	margin:8px 0px 0px 20px;
}

#bandeau .logo_lepinet {
	width: 241px;
	height: 80px;
	margin:8px 50px 0px 20px;
}

#bandeau h2 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin: 45px;
	color: #955204;
	letter-spacing: 2px;
	font-weight: bold;
}


/**************** CONTENU **************************/

* html div#contenu1{ /*pour IE uniquement : fixer une div*/
  overflow:auto;
	height:100%;
	width: 100%;
}

html>body>#contenu1{ /*pour tous les navigateurs sauf IE : min-height*/
	height: auto;
  min-height: 460px;
	width:auto;
}

#contenu2 {
	margin: 0em 2em 1em 1em;
}

#contenu2 p {
	margin: 10px 0px 0px 5px;
}

#contenu2 h3, #contenu3 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4D5A12;
	border-bottom:1px #4D5A12 solid;
	padding-bottom: 2px;
	font-weight: normal;
}

#contenu3 {
	margin: 0em 2em 0em 0.5em;
}

#texte_long {
	overflow: visible; /*pour résoudre le dépassement de l'italique sous IE*/
	margin: 0em 2em 1em 1em;
}

#texte_long h3{
	font-size: 18px;
	border-bottom:1px #4D5A12 solid;
	margin: 5px 20px 20px 0px ;
	padding-bottom: 5px;
	font-weight: normal;
}

#texte_long h4{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;	
	margin: 0px 0px 5px 100px ;
}

#texte_long h5{
	font-size: 14px;
	margin: 30px 0px 20px 0px ;
	font-weight: bold;
}

#texte_long p{
	font-size: 13px;
	color: #1F5647;	
	font-weight: normal;
	text-align: justify;
	line-height:15px;
}

#texte_long li{
	margin: 1em 2em 1em 2em ;
	text-align: justify;
}

#texte_long .italic{
	font-style: italic;	
}

#texte_long img {
	border: 2px solid #2F4F4F;
	border-color: #EBFBF0 #2F4F4F #2F4F4F #EBFBF0;
	margin: 5px;
}

#texte_long .legende{
	margin: 0em 2em 0em 2em ;
}

#texte_long .legende_centree{
	text-align: Center;
	margin: 0em 2em 0em 2em ;
}

#texte_long table {
	border: 0px;
	font-size: 13px;
	color: #1F5647;	
	font-weight: normal;
	margin: 2em ;
}

.titre1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #518274;
	font-weight: bold;
	margin: 5px 0px;
	text-decoration:none;
}

.titre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #518274;
	font-weight: bold;
	margin: 5px;
}

.ordinaire {
	font-size: 13px;
	color: #1F5647;	
	font-weight: normal;
	margin: 15px 10px 15px 5px ;
	text-align: justify;
}

.citation {
	font-size: 13px;
	color: #518274;
	font-weight: normal;
	font-style: italic;	
	margin: 5px;
	line-height:15px;
}

.retrait {
	font-size: 13px;
	color: #518274;
	font-weight: normal;
  position: relative;
	left: 90px;
	line-height:15px;
}

.navig {
	background-color: #C1E2A5;
	color: #518274;
	font-size: 13px;
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #518274;
	border-bottom: 1px solid #518274;
	margin: 5px 5px 5px 5px;
	line-height: 16px;
	//width: 100%;
}

ul.gros {
	font-size: 16px;
	font-weight: bold;
	color: #690;
	margin: 0px 0px 5px 70px ;
	line-height: 25px;
}

.img_centree {
	text-align: center;
}

.img_centree img {
	border: none !important;
}

/**************** MENU GAUCHE **************************/

div#menu{
  position:absolute;
  top:100px;
  left:0;
  height:100%;
	padding: 5px 0px 5px 5px;
	width: 175px;
  max-width:170px;
	background-image: url(../../images/degrade.jpg);
  background-repeat: repeat-y;
	z-index: 200;
 }
 
.cadre {
	border: 1px solid #2F4F4F;
	padding: 5px;	
}

#menu h3{
	font-size: 16px;
	font-weight:700;
	margin: 0px;
	padding-left:0em;
	text-transform:uppercase;
}

/**************** MENU DROIT **************************/

#menu_droit {
	float: right;
	width:     230px;
	margin:   0px 5px 10px 0px;
}

html>body>div #menu_droit{ /*pour tous les navigateurs sauf IE : coordonnées*/
	top: 100px;
}

#bloc_blanc {
	background-color:#FFF;
	margin: 10px 5px 0px 0px ;
	border: 2px solid #DCDCDC;
	border-color: #FFF #DCDCDC #DCDCDC #FFF;
	font-size: 13px;
	width: 100%;
	overflow: visible; /*pour résoudre le dépassement de l'italique sous IE*/
}

#bloc_blanc h3 {
	font-size: 12px;
	font-weight:700;
	color: #4D5A12;
	margin: 5px 5px 0px 5px ;
	padding-left:0em;
	text-transform:uppercase;
}

#bloc_blanc ul{
	margin-bottom:5px;
	margin-top:0px;
}

#bloc_blanc li{
	list-style-type: square;
	margin-left:-40px;
	list-style-position: inside;
}

#contenu2_70 {
	/* margin-right = 240 => prévu pour aller avec un menu à droite */
	position:   relative;
	top:        0px;
	margin:     5px 240px 0px 5px;
	padding:    0px;
}

/**************** ONGLETS **************************/

ul#onglets {
    list-style-type: none;
    padding-bottom: 2em;
    border-bottom: 1px solid #6c6;
    margin: 5px;
}

ul#onglets li {
    float: left;
    height: 21px;
    background-color: #DAF0C7;
    margin: 2px 2px 0 2px;
    border: 1px solid #6c6;
}

ul#onglets li.active {
    border-bottom: 1px solid #EBFBF0;
    background-color: #EBFBF0;
}

ul#onglets li.active a {
    color: #666;
}

#onglets a {
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    font-weight:bold;
    padding: 4px;
}

#onglets a:hover {
	background: #EBFBF0;
	color:#000;
}

/**************** PAGINATION **************************/
.pagination {
font:12px Arial, Helvetica, sans-serif;
margin:10px 0 10px 0;
text-align: center;
}
 
.pagination a {
background:#fff;
color: #690;
border:1px solid #690;
margin:2px;
padding:.2em .4em;
text-decoration:none
}
 
.pagination a:hover {
background:#fff;
border:1px solid #406000;
color:#406000
}
 
.pagination span.inactive {
background:#fff;
border:1px solid #afd269;
color:#afd269;
margin:2px;
padding:.2em .4em
}
 
.pagination span.active {
background:#d1e3ac;
border:1px solid #406000;
color:#406000;
font-weight:700;
margin:2px;
padding:.2em .4em
}

/**************** MENU FRANCE **************************/

#france {
	width:355px;
}

/**************** ESPECES **************************/

#partie1 {
	width: 100%;
}

#signaletique {
  width: 100%;
}

.genre_espece {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4D5A12;
	font-weight: normal;
	margin: 5px 0px;
}

.plantes {
	font-size: 13px;
	color: #1F5647;	
	font-weight: normal;
	margin: 5px 0px;
}

#suiv_prec, #protegees {
  float: right;
  width: 210px;
  right: 20px;
  height: 35px;
  overflow: hidden;
}

#suiv_prec img {
	border: 0px;
	width: 23px;
	height: 23px;
	vertical-align: middle;
}

#protegees {
  width: 260px;
}

.reference {
	font-family: arial,helvetica;
	font-size: 10px;
	line-height: 15px;
	margin: 0px;
}

.reference2 {
	font-family: arial,helvetica;
	font-size: 10px;
	line-height: 15px;
	margin: 10px 5px;
}

#partie2 {
	width: 100%;
	height: 280px;
}

#photo, #pas_de_photo {
	float: left;
	width: 352px;
	height: 289px;
}

#photo img, #pas_de_photo img {
	border: 2px solid #000;
	width: 345px;
	height: 259px;
	padding: 0;
	margin: 0;
}

#pas_de_photo img {
	border: 0;
}

.legende {
	font-size: 13px;
}

#photo_icones {
  float: left;
	height: 268px;
  /*width :  géré dans la page espèces */
	overflow: hidden;
	padding-top: 2px;
}

#photo_icones a:hover {
  border: 1px solid #000;
}

#photo_icones a{
  border: 1px solid #EBFBF0;
}
#photo_icones img {
  border: 2px solid #EBFBF0;
  width: 60px;
  height: 45px;
}

#caracteristiques {
  float: left;
	width: 103px;
}

#france_carto, #statut_protection {
  width: 103px;
}

#france_carto a:hover {
  border: 1px solid #000;
}

#france_carto a{
  border: 1px solid #EBFBF0;
}

#france_carto img {
	border: 0px;
	width: 100px;
	margin-top: 5px;
}

#statut_protection img {
	border: 0px;
	margin-left: 3px;
}

#popup_repartition, #popup_statuts_tab, #popup_adresses {
	display: none;
	position: absolute;
  top:3em;
  left:10em;
	width: 35em;
	border: 3px double black;
	background: #f5f5dc;
	z-index: 500;
	cursor: pointer;
	font-size: 80%;
	color: #1F5647;	
	text-align: justify;
  background-color:#EBFBF0;
  padding: 1em;
}

#popup_statuts_tab {
	background-image: url(../../images/degrade.jpg);
  background-repeat: repeat-y;
	width: 620px;
}

div#especes ul {
	margin-top: 0px;
}

/**************** Tableau des espèces **************************/

#tableau, #tableau_st {
	text-align: center;
}

#tableau table, #tableau_st table {
	position: relative;
	top: 20px;
	width:500px;
	border: 3px solid #518274;
	border-collapse: collapse;
	margin: auto;								/*pour centrage*/
	background-color:#E1F0E2;
	font-size: 14px;
}

#tableau th, #tableau th.aide {
	width:50%;
	text-align: center;
	font-weight:bold;
	padding: 0px 10px 0px 10px;
	line-height: 25px;
	border: 1px solid #EBFBF0;
}

#tableau th.aide {
	font-weight:normal;
	font-size: 11px;
	padding-top: 20px;
	line-height:15px;
}

#tableau td, #tableau td.titre, #tableau_st td {
	width:25%;
	padding: 0px 10px 0px 10px;
	font-weight:bold;
	text-align: center;
	border: 1px solid #EBFBF0;
}

#tableau td.titre {
	font-weight:normal;
	background-color:#CBE5CC;
	padding: 10px;
}

/**************** Identification des familles : miniatures **************************/
.papdejour, .papdenuit  {
	background-color:#F3E2A7;
	padding: 5px;
	margin: 10px;
}

.papdenuit {
	background-color:#C1E2A5;
}

table.miniature {
	text-align: center;
}

img.miniature {
	border: 4px solid #C0C0C0;
	border-color: #E4F3E9 #C0C0C0 #C0C0C0 #E4F3E9;
	margin: 3px 3px 0px 3px;
}

.miniature {
	text-align: center;
	padding:0;
	margin:0;
	font-size: 11px;
	line-height: 14px;
	text-decoration:none;
}

/**************** POPUP **************************/

//popup non déplaçable
#popup {
	display: none;
	position: absolute;
	top: 8em;
	left: 9em;
	width: 50em;
	border: 3px double black;
	background: #f5f5dc;
	z-index: 500;
	cursor: pointer;
	font-size: 80%;
	background-image: url(../../images/degrade.jpg);
  background-repeat: repeat-y;
  background-color:#EBFBF0;
	color: #1F5647;	
	text-align: justify;
}

//popup déplaçable
.clWin{
	position:absolute;
	z-index:500; 
	visibility:hidden; 
	overflow:hidden; 
	background-color:#EBFBF0;
}

.clWindow{
	position:absolute; 
	background-color:#EBFBF0; 
	overflow:hidden; 
	z-index:515; 
	width:200;
}

.clWinHead{
	position:absolute; 
	width:200; top:0; 
	font-family:arial,arial,helvetica; 
	font-size:14px; 
	font-weight:bold; 
	color:white; 
	background-color:transparent;
	padding: 7px;
}

.clText{
	position:absolute; 
	z-index:550; 
	font-family:arial,helvetica; 
	font-size:11px; 
	background-color:transparent;
}

.clWinResize{
	position:absolute; 
	z-index:530; 
	width:30; 
	height:30; 
	clip:rect(0,30,30,0); 
	background-image:url(../../images/resize.gif); 
	layer-background-image:url(../../images/resize.gif);
}

.clUp{
	position:absolute; 
	width:12; 
	height:12; 
	z-index:560;
}

.clDown{
	position:absolute; 
	width:12; 
	height:12; 
	z-index:560;
}

.clWinButtons{
	position:absolute; 
	font-family:arial,helvetica; 
	font-size:12px;
}

