/* Position des blocs */
body {
	background: #000 url(../img/ihm/fondf.png) repeat left top;
	padding: 0px 0px;
}

#global {
	width: 100%;
	max-width: 120em;
	min-width: 1024px;
	margin-left: 0;
}

/* #entete {padding: 20px 0;min-height:84px;height:84px;background:#003300 url(../img/ihm/bandeau_haut.png) no-repeat left top;border-right: 1px solid #000;} */
#entete {
	padding: 0 0;
	border-right: 1px solid #000;
	overflow: hidden
}

#menuh {
	background: #004242 url(../img/ihm/fd_nav_haut.png?1234582) repeat-x top;
	padding: 6px 15px;
	border-right: 1px solid #000;
}

#centre {
	background: #fff url(../img/ihm/nav_tronc.png?1234) repeat-y left top;
	border-right: 1px solid #000;
}

#centre-bis {
	background: url(../img/ihm/11-coldroite.png?12) repeat-y right top;
	/* display:inline-block; */
	overflow: hidden;
	width: 100%;
}

#menu {
	float: left;
	width: 155px;
	background: url(../img/ihm/nav_haut.png?1234) no-repeat left top;
	padding: 6px 10px 6px 10px;
	min-height: 700px;
}

#secondaire {
	float: right;
	color: #004242;
	background: #005454;
	width: 208px;
	padding: 6px 20px;
	min-height: 700px;
}

#principal {
	color: #181A12;
	/* background: #FFFFFF url(../img/ihm/nav_debord.png?12345) no-repeat top left; */
	margin-left: 175px;
	margin-right: 249px;
	padding: 10px 20px;
	min-height: 700px;
	position: relative;
}

/*#pied {	margin: 0;	padding: 15px 20px 10px 20px;font-size: .85em;	min-height:84px; background:#003300 url(../img/ihm/bandeau_bas.png) no-repeat left top;	border-right: 1px solid #000;}*/

#pied {
	margin: 0;
	padding: 15px 20px 10px 20px;
	font-size: .85em;
	min-height: 84px;
	background: #003300 url(../img/ihm/bdh/bas.jpg?123) no-repeat left top;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

/* petites surcharges globales au site pour changement de couleur. */
.rougef {
	color: #900;
}

.rouge {
	color: #900;
}

.rougev {
	color: #F00;
}

.vert {
	color: #060;
}

.orange {
	color: #FF5C33;
}

.bleuc {
	color: #A8D4D5;
}

.gris {
	color: #999;
}

.grisf {
	color: #666;
}

.meffamille {
	color: #C3F;
	font-style: normal;
	font-weight: normal;
}

.mefgenre {
	color: #03F;
	font-style: normal;
	font-weight: normal;

}

.meftaxon {
	color: #CCC;
	font-style: normal;
	font-weight: normal;

}

.classfamille {

	padding-left: 4px !important;
}

.col_rang_0,
.col_rang_im_0 em {
	color: crimson;
}

.classgenre {
	color: blue;
	padding-left: 10px !important;
}

.col_rang_1,
.col_rang_im_1 em {
	color: blue;
}

.classtaxon_gr {
	color: sienna;
	padding-left: 16px !important;
}

.classtaxon,
.classtaxon_hy {
	color: green;
	padding-left: 16px !important;
}

.col_rang_2,
.col_rang_3,
.col_rang_4,
.col_rang_5,
.col_rang_im_2 em,
.col_rang_im_3 em,
.col_rang_im_4 em,
.col_rang_im_5 em {
	color: green;
}

.isoldnom_1 .coltax s,
.isoldnom_1 .coltax s em {
	color: gray !important;
}



.classtaxon_se {
	color: mediumseagreen;
	padding-left: 21px !important;
}



.tr_classgenre {
	font-size: .9em;
}

.tr_classtaxon,
.tr_classtaxon_gr,
.tr_classtaxon_hy {
	font-size: .8em;
}

.tr_classtaxon_se {
	font-size: .8em;
}


a {
	color: #060;
	font-weight: bold;
}

a:hover,
a:focus {
	color: #FF5C33;
}

/***************************** conteneur en-tête ***************************/

#entete h1 {
	margin: 0;
}

#entete img.lg_droite {
	float: right;
	margin: 10px 20px 10px 0px;
	display: block;
}

#entete img.lg_gauche {
	float: left;
	margin: 0px 0px 0px 0px;
	display: block;
}

#entete img.lg_centre {
	float: none;
	margin: 0px 0px 0px 0px;
	display: block;
}

#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/*************************** Menu de navigation horizontal bas ***************************/

.rapnavh {

	margin-left: 2em;
	padding: 2em 1em;
	/* display:inline-block; */
	overflow: hidden;
	background-color: #FFF;
}

#menuh a {
	color: #A8D4D5;
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
	border: none;
}

#menuh a:hover,
#menuh a:focus {
	color: #000;
	background-color: #A8D4D5;
	border-right: 5px solid #F90;
}

#menuh a:focus {
	background-color: #FC0;
}

#menuh ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuh li.gauche {
	float: left;
	margin-right: 10px;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

#menuh li.gauche span {
	padding: 0px;
	margin: 0 -6px;
	font-size: 1em;
	text-decoration: none;
	color: #FF5C33;
}

#menuh li.droite {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	padding: 3px 0;
}

#menuh li.droiter {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	padding: 3px 0;
	background-color: #FCC
}


#menuf {
	padding: 0;
	margin: 1em 0em 1em 2em;
}

#menuf li.droite {
	float: right;
	margin-left: 3px;
	margin-right: 0;
}

#menuf li.droite a {
	color: #000;
	padding: 6px;
	line-height: 1.7;
	font-size: .9em;
	text-decoration: none;
	border: 1px solid #999;
	background: #CCC url(../img/ihm/fd_nav_haut.png) repeat-x top;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

#menuf li.droite span {
	color: #000;
	padding: 6px;
	line-height: 1.7;
	font-size: .9em;
	text-decoration: none;
	border: 1px dotted #ccc;
	background: #FFF url(../img/ihm/fond_form.jpg) repeat-y right top;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

#menuf li.droite span a {
	border: none;
	text-decoration: underline;
	background: none;
	border-radius: 0;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

#menuf li.droite span a:hover {
	background: none;
}

#menuf li.droite a:hover,
#menuf li.droite a:focus {
	color: #F00;
	text-decoration: underline;
	background-color: #FC0;
	background-image: none;
}

#menuf ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}


#menua {
	padding: 0;
	margin: 0em 0em 0em 0em;
}

#menua li.gauche {
	float: left;
	margin-left: 2px;
	margin-right: 0;
	line-height: 1.7em;
}

#menua li.gauche a {
	color: #000;
	padding: 2px;
	line-height: 1.7;
	font-size: .8em;
	text-decoration: none;
	border: 2px outset #999;
	background: #A8D4D5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

#menua li.gauche span {
	color: #666;
	padding: 2px;
	line-height: 1.7;
	font-size: .8em;
	text-decoration: none;
	border: 2px outset #999;
	background-color: #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

#menua li.gauche a:hover,
#menuf li.gauche a:focus {
	color: #F00;
	text-decoration: underline;
	background-color: #FC0;
	background-image: none;
}


#menua li.centre {
	margin-top: 16px;
	margin-bottom: 6px;
	margin-right: 0;
	line-height: 1.7em;
	display: inline-block;
}

#menua li.centre a {
	color: #000;
	padding: 6px;
	line-height: 1.7;
	font-size: .9em;
	text-decoration: none;
	border: 2px outset #999;
	background: #A8D4D5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

#menua li.centre span {
	color: #666;
	padding: 2px;
	line-height: 1.7;
	font-size: .8em;
	text-decoration: none;
	border: 1px dotted #ccc;
	background-color: #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

#menua li.centre a:hover,
#menuf li.centre a:focus {
	color: #F00;
	text-decoration: underline;
	background-color: #FC0;
	background-image: none;
}


#menua ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}



/*************************** Menu de navigation du bas (rappel des liens) ***************************/
#menub {


	color: #999;
	white-space: nowrap;
	display: inline;
	text-align: justify;

}

#menub a.lien_bas {
	color: #666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: .6em;
	line-height: 1;
	padding: 3px;
	border-bottom: none;
}

#menub a.lien_bas:hover,
#menub a.lien_bas:focus {
	color: #F00;
}

#menub ul.bas {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menub li.bas {
	list-style-type: none;
	list-style-image: none;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}


/******************* Menu de navigation vertical *************************/
#menu a:hover,
#menu a:focus {
	background-color: #A8D4D5;
	background-image: none;
	color: #000;
	border-right: 5px solid #F90;
}

.menu a,
.sousmenu a {
	color: #A8D4D5;
	font-weight: bold;
	display: block;
	height: 1%;
	line-height: 1.5;
	text-decoration: none;
	text-align: right;
}

.menu a {
	padding: 4px 10px 4px 10px;
	font-size: .9em;
	margin: 6px 0 0 0;
	/* background: url(../img/ihm/fd_nav_gauche.png) repeat-y left top; */
	border-bottom: none;
}

.sousmenu a {
	padding: 2px 10px 2px 10px;
	font-size: .7em;
	background-color: none;
	border-top-style: none;
	text-align: right;
}

.separemenu {
	font-size: .9em;
	margin-top: 5px;
	margin-bottom: 12px;
	text-align: left;
	color: #FFF;
	font-weight: bold;

}

#menu .menuico {
	text-align: center;
	margin: 1em 0em;
}

#menu .menuico a {
	border-bottom: none;
	text-decoration: none;
}

#menu .menuico a:hover {
	border-right: none;
	background-color: transparent;
}


/******************** Conteneur secondaire (colonne de droite) *****************/

#secondaire p {
	color: #000;
	font-size: 0.85em;
	text-align: left;
}

#secondaire a {
	color: #000;
}

#secondaire h3 {
	margin: 1em 0 .5em 0;
	color: #A8D4D5
}

#secondaire a:hover,
#secondaire a:focus {
	color: #FF5C33;
}

/* #secondaire form {text-align:center; background: #FFF url(../img/ihm/fond_form.jpg) repeat-y right top; padding:10px 0; border:1px inset #CCC; border-radius: 5px; -webkit-border-radius: 5px;  -moz-border-radius: 5px;  -ms-border-radius: 5px;  -o-border-radius: 5px} */

#secondaire form {
	text-align: center;
	padding: 5px 0;
}

/* div.blc {text-align:center; background: #FFC url(../img/ihm/fond_encart.png) repeat-y right top; padding:10px; border:1px inset #CCC; border-radius: 5px; -webkit-border-radius: 5px;  -moz-border-radius: 5px;  -ms-border-radius: 5px;  -o-border-radius: 5px ; cursor:pointer;}*/

div.blc {
	text-align: center;
	background-color: #A8D4D5;
	padding: 10px;
	border: 1px inset #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
}

div.blcvide {
	text-align: center;
	padding: 10px;
	padding-top: 0px;
	border: node;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
}

div.blcvide span {
	color: #A8D4D5;
}

#liendroite a {
	color: #A8D4D5;
	font-weight: bold;
}


div.blcrose {
	text-align: center;
	background: #FFF url(../img/ihm/fond_form_rose.jpg) repeat-y right top;
	padding: 10px;
	border: 1px inset #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
}

div.blcjaune {
	text-align: center;
	background: #FFC url(../img/ihm/fond_encartflash.png) repeat-y center bottom;
	padding: 10px;
	border: 1px inset #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
}

#secondaire label {
	color: #A8D4D5;
	display: block;
	text-align: center;
	margin: 0;
	vertical-align: baseline;
	padding-top: 5px;
	font-size: 0.9em
}

#secondaire input[type=text] {
	background-color: #A8D4D5;
	border: 1px inset #999;
	margin-right: 2px;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold
}

#secondaire input[type=password] {
	background-color: #A8D4D5;
	border: 1px inset #999;
	margin-right: 2px;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold
}

#secondaire input[type=submit] {
	background-color: #A8D4D5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-left: 2px;
	font-size: 1em;
}

#secondaire input:focus,
#secondaire input:hover {
	background-color: #FC0;
	border-color: #F00;
}

#secondaire p.aide {
	color: #A8D4D5;
	font-style: italic;
	font-size: 0.75em;
}

#secondaire a img {
	border-bottom: none;
	text-decoration: none;
}

/********************* Conteneur principal (partie centrale avec texte) *****************/

#principal a {
	color: #000;
}

#principal a:hover,
#principal a:focus {
	color: #FF5C33;
}

/* #principal strong {color: #181A12;} */

#principal li {
	line-height: 1.2em;
	margin: 5px;
}

#principal> :first-child {
	margin-top: 10px;
}

#principal p,
#principal li {
	line-height: 1.2;
}


/************************ Pied de page *********************************/

#pied a {
	border: none;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: right;
	color: #A8D4D5;
}

#copyright a {
	color: #A8D4D5;
}

#copyright a:hover,
#copyright a:focus {
	color: #FF5C33;
}

/************************ INTERIEUR DES PAGES *********************************/

.paragraphe {

	margin-left: 2em;
	margin-top: 1em;
	padding: 0.2em 1em;
	/*display:inline-block;*/
	text-align: justify;
	overflow: hidden;
}

/************************ Photos dans paragraphes *********************************/
.photo_droite,
.photo_gauche {
	margin-top: 0.5em;
	/* display:block;*/
}

.photo_droite {
	float: right;
	margin-left: 1em;
	text-align: right;
}

.photo_gauche {
	float: left;
	margin-right: 1em;
	text-align: left;
}

.photo_droite img,
.photo_gauche img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border: 2px solid #000;
}

.photo_droite img:hover,
.photo_gauche img:hover {
	border: 2px solid #F90;
}

.legende_photo {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 0.7em;
	font-style: italic;
	margin-bottom: 8px;
	width: 200px;
	text-align: inherit;
}

/************************ Galleries de photos *********************************/

#visigal,
#visigalpl {
	margin-left: 3em;
	margin-right: 0;
	margin-top: 2em;
	text-align: justify;
	background-color: #333;
	margin-top: 2em;
	padding: 3em 1em 1em 1em;
	border: 1px solid #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

#visigalpl {
	margin-left: 2em;
	margin-bottom: 2em;
	margin-top: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border: 1px solid #999;
	border-top: 1px dotted #999;
	padding: 1em 1em 1em 1em;
}

#visigalleg {

	margin-left: 2em;
	margin-right: 0;
	margin-bottom: 0;
	text-align: left;
	background-color: #333;
	padding: 1em 1em 1em 1em;
	border: 1px solid #999;
	border-top: none;
	border-bottom: none;
	height: 3em;
	color: #FFF;
}


#visigal img,
#visigalpl img {
	border: 3px solid #000;
	margin: 1em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.7);
}

#visigal b,
#visigalpl b {
	color: #F00;
}

#visigal img:hover,
#visigalpl img:hover {
	border: 3px solid #F90;
}

#visigal a,
#visigalpl a {
	border-bottom: none;
}

#visigal div {
	margin-top: -2em;
	color: #FFF;
	font-size: 0.9em;
	font-style: italic;
}

/************************ Mise en forme des nom_latins de taxons pour fonction con_nom *********************************/
/* conteneur SPAN */
.nt {
	font-style: italic;
}

/* Mot non gras et non italic (pour subsp. var....) */
.nt_n {
	font-weight: normal;
	font-style: normal;
	font-size: 0.95em
}

/* Mot non gras et non italic (pour groupes) */
.nt_grp {
	font-style: normal;
}

/* Mot GROUPE */
.nt_grpspe {
	color: #F60;
	font-weight: bold;
}

/* nom d'auteurs */
.nt_i {
	font-weight: normal;
	font-size: 0.8em;
	font-style: normal;
}

/* Genre, Famille... */
.nt_g {
	color: #0000FF;
	font-style: normal;
}

.surligne {
	border-bottom: 1px dotted #060;
	background-color: #FF6
}

/************************ Mise en forme des de taxons *********************************/
.conteneur_tab {
	padding-left: 3em;
	padding-top: 1em;
}

.conteneur_tab table {
	border-collapse: collapse;
}

.conteneur_tab th {
	border-bottom: 1px dotted #CCC;
	padding: 5px;
	font-size: 0.8em;
	font-weight: bold;
	color: #004242;
}

.conteneur_tab th.gauche {
	text-align: left;
}

.conteneur_tab th.droite {
	text-align: right;
}

.conteneur_tab th.centre {
	text-align: center;
}

.conteneur_tab td {
	border-bottom: 1px dotted #CCC;
	padding: 0.5em;
	vertical-align: middle;
}

.conteneur_tab td p {
	margin: 0em 0.5em 0.5em 2em;
}

.conteneur_tab td.enhaut {
	vertical-align: top;
}

.conteneur_tab td.coltax {
	text-align: left;
	font-style: italic;
}

.conteneur_tab td.coltaxR {
	color: #900;
	text-align: left;
	font-style: italic;
}

.conteneur_tab td.gauche {
	text-align: left;
}

.conteneur_tab td.gauche p {
	text-align: left;
}

.conteneur_tab td.droite,
.conteneur_tab td.im {
	text-align: right;
}

.conteneur_tab td.centre {
	text-align: center;
}

.conteneur_tab td.symb {
	background-image: url(../img/next2.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.conteneur_tab td.symb a {
	font-size: 0.9em;
}

.conteneur_tab td.im img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border: 2px solid #000;
	margin: 0.5em;
}

.conteneur_tab td.im img:hover {
	border: 2px solid #F90;
}

.conteneur_tab td a.lien {
	margin: 0em 0.5em 0em 0.5em;
	line-height: 1.5em;
	font-size: 0.9em;
}

.conteneur_tab td.separation a {
	font-size: 0.7em;
}

.conteneur_tab td.separation {
	height: 2em;
	vertical-align: bottom;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	border-bottom: 2px solid #CCC;
}

.conteneur_tab td.separationg {
	height: 3em;
	vertical-align: bottom;
	font-size: 1.8em;
	font-weight: bold;
	color: #060;
	border-bottom: 2px solid #000;
}

.conteneur_tab td.separationg a {
	font-size: 0.5em;
}

.conteneur_tab td.separationg small {
	font-size: 0.5em;
	font-weight: bold;
	color: #666;
}

.conteneur_tab td.separationt {
	vertical-align: bottom;
	font-size: 1em;
	border-bottom: none;
	padding-top: 2em;
	text-align: justify;
}

.conteneur_tab td.retour {
	border-bottom-style: none;
}

.conteneur_tab s {
	color: #900;
	text-decoration: none;
}

.conteneur_tab td a.nosous {
	border-bottom: none;
	text-decoration: none;
}

a.taxon_perime {
	color: gray !important;
}

/************************ Mise en forme des formulaire *********************************/
.formulaire {
	background: #FFF url(../img/ihm/fond_form.jpg?1) repeat-y right top;
	padding: 10px;
	border: 1px inset #CCC;
	margin: 2em 0em 1em 3em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.formulaire form {
	text-align: right;
	margin: 1em 0 0 0
}

.formulaire input {
	background-color: #A8D4D5;
	border: 1px inset #999;
	cursor: pointer;
}

.formulaire input[type=text] {
	cursor: text;
}

.formulaire input:focus,
.formulaire input:hover {
	background-color: #FC0;
	border-color: #F00;
}

.formulaire select {
	margin-left: 0;
	margin-right: 1em;
	background-color: #A8D4D5;
	border: 1px inset #999;
	cursor: pointer;
}

.formulaire select:focus,
.formulaire select:hover {
	background-color: #FC0;
	border-color: #F00;
}

.formulaire input[type=button],
.formulaire input[type=submit] {
	text-align: center;
	font-weight: bold;
	border: 2px outset #CCC;
	background-color: #A8D4D5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.formulaire input[type=button]:hover,
.formulaire input[type=submit]:hover {
	background-color: #FC0;
}

.formulaire label {
	color: #000;
	margin: 0;
	vertical-align: baseline;
	padding-top: 5px;
	text-align: right;
	font-size: 0.9em;
}

.formulaire b {
	font-size: 1.2em;
}

.formulaire_rose {
	background: #FFF url(../img/ihm/fond_form_rose.jpg) repeat-y right top;
	padding: 10px;
	border: 1px inset #CCC;
	margin: 2em 0em 1em 3em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.formulaire p u {
	text-decoration: none;
	color: #900;
	font-weight: bold;
}

.formulaire p s {
	text-decoration: none;
	color: #060;
	font-weight: bold;
}

.formulaire div.bloc {
	background-repeat: no-repeat;
	background-position: center;
	min-height: 170px;
	line-height: 170px;
	vertical-align: middle;
	text-align: center;
}

.formulaire form.bloc {
	width: 400px;
	padding: 10px;
	vertical-align: middle;
	/* display:inline-block; */
	overflow: hidden;
	line-height: 1.4;
	text-align: center;
	width: 100%;
}

.formulaire form.bloc input {
	font-size: 1.5em;
	height: 30px;
	font-weight: bold;
	text-align: center;
	margin-right: 0.1em;
	cursor: pointer;
}

.formulaire form.bloc input[type=submit],
.formulaire form.bloc input[type=button] {
	font-size: 1em;
	height: 30px;
	font-weight: bold;
	text-align: center;
	margin-right: 0.1em;
	border: 2px outset #CCC;
	background-color: #A8D4D5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.formulaire form.bloc input[type=submit]:hover,
.formulaire form.bloc input[type=button]:hover {
	background-color: #FC0;
}

.formulaire form.bloc input[type=text] {
	cursor: text;
}

.formulaire form.bloc select {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-right: 1em;
	cursor: pointer;
}

.formulaire div.blocp {
	background-repeat: no-repeat;
	background-position: center;
	min-height: 170px;
	line-height: 170px;
	vertical-align: middle;
	text-align: center;
}

.formulaire form.blocp {
	width: 400px;
	padding: 10px;
	vertical-align: middle;
	/* display:inline-block; */
	overflow: hidden;
	line-height: 1.4;
	text-align: center;
	width: 95%;
}

.formulaire form.blocp input {
	font-size: 1.2em;
	font-weight: bold;
	width: 200px;
	margin-right: 0;
	cursor: pointer;
}

.formulaire form.blocp input[type=submit],
.formulaire form.blocp input[type=button] {
	font-size: 1em;
	height: 30px;
	width: auto;
	font-weight: bold;
	text-align: center;
	margin-right: 0.1em;
	border: 2px outset #CCC;
	background-color: #A8D4D5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.formulaire form.blocp input[type=submit]:hover,
.formulaire form.blocp input[type=button]:hover {
	background-color: #FC0;
}

.formulaire form.blocp input[type=text] {
	cursor: text;
}

.formulaire form.blocp select {
	font-size: 1.2em;
	font-weight: bold;
	width: 200px;
	margin-right: 0;
	cursor: pointer;
}


/************************ Mise en forme des formulaire *********************************/
.nav_enreg {
	padding: 10px;
	margin: 1em 0em 1em 3em;
	color: #999;
	text-align: right;
	font-weight: bold;
}

.nav_enreg i {
	color: #000;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

.nav_enreg b {
	color: #CCC;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	border: 1px dotted #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.nav_enreg a {
	color: #000;
	padding: 3px;
	text-decoration: none;
	border: 2px outset #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #A8D4D5;
}

.nav_enreg span {
	color: #000;
	padding: 3px;
	text-decoration: none;
	border: 1px solid #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.nav_enreg a:hover {
	color: #F00;
	background-color: #FC0;
	border: 1px solid #F00;
}


.note {
	color: #666;
	font-size: 0.8em;
	font-style: italic;
	margin-top: 3em;
}

.noteseule {
	color: #666;
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 0.5em;
}

/* .sectpageh { background: #CCE57F url(../img/ihm/fd_nav_haut_clair.png) repeat-x top; padding:5px; border:1px solid #999; margin: 0em 0em 0em 2em; -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;  display:block;  }
.sectpageh big { font-size:1.1em; font-weight:bold; color:#000;}*/

.sectpageh {
	background: #005353 url(../img/ihm/fd_nav_haut_clair.png?1) repeat-x top;
	padding: 5px;
	border: 1px solid #999;
	margin: 0em 0em 0em 2em;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: block;
	color: #FFF;
}

.sectpageh big {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
}

.sectpageh a {
	color: #000;
	text-decoration: none;
	padding: 2px;
	border: 2px outset #999;
	background: #A8D4D5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}


.sectpagehh {
	background: #CCE57F url(../img/ihm/fd_nav_haut_clair.png) repeat-x top;
	padding: 1px;
	border: 1px solid #999;
	margin: 0em 0em 0em 2em;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: block;
}

.sectpagehh big {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	display: block;
}


.sectpagehh li.gauche {
	float: left;
	margin: 0px;
	padding: 0px
}

.sectpagehh li.gauche a {
	color: #000;
	padding: 5px;
	margin: 0px;
	line-height: 24px;
	text-decoration: none;
	border: 1px solid #999;
	background: #CCC url(../img/ihm/fd_nav_haut.png) repeat-x top;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.sectpagehh li.gauche a:hover,
.sectpagehh li.gauche a:focus {
	color: #F00;
	text-decoration: underline;
	background-color: #FC0;
	background-image: none;
}

.sectpagehh ul {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
}

.sectpage {
	background-color: #FFE;
	padding: 1em 2em;
	border: 1px solid #999;
	border-top: none;
	margin: 0em 0em 2em 2em;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: block;
	/*min-height:400px*/
}

.sectpage table {
	float: none;
}

.sectpage ul {
	margin-bottom: 2em;
}

.sectpage td {
	padding-left: 10px;
	vertical-align: middle;
	text-align: left;
}

.sectpage td.premiere {
	padding-left: 0;
	vertical-align: top;
}

.sectpage big {
	font-size: 1.1em;
	font-weight: bold;
	color: #060
}

.sectpageb {
	padding: 10px;
	border: none;
	margin: 2em 0em 1em 3em;
	display: block;
	text-align: right;
	font-size: 0.8em;
	color: #333
}

.bulleh {
	background: #FFFFFF url(../img/ihm/fond_bandeau3.gif) no-repeat top left;
	padding: 5px;
	margin: 1em 0em 0em 0em;
}

.bulle {
	padding: 0.5em 0.5em;
	margin: 0em 0em 0em 0em;
	border-top: none;
}

.bulleh big {
	font-size: 1em;
	font-weight: normal;
	color: #060
}

.bullenh {
	background: #A6CA00 url(../img/ihm/fd_nav_haut_clair.png) repeat-x top;
	padding: 5px;
	margin: 1em 0em 0em 0em;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #999;
	color: #A6CA00;
}

.bullen {
	background-color: #FFE;
	border-radius: -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #999;
	padding: 0.5em 2em 2em 0.5em;
	margin: 0em 0em 2em 0em;
	border-top: none;
	overflow: hidden;
}

.bullenh big {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

.bullen img {
	border-radius: 5px;
	border: 2px solid #000;
	margin: 0.5em;
}

.bullen img:hover {
	border: 2px solid #F90;
}

.etcomplet {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-style: normal;
}

.etdispo {
	font-weight: bold;
	color: #060;
	text-align: center;
	font-style: italic;
}

.etannul {
	font-weight: normal;
	color: #333;
	text-align: center;
	font-style: normal;
}

.etconfirm {
	font-weight: bold;
	color: #000;
	text-align: center;
	font-style: normal;
}

.etaconf {
	font-weight: bold;
	color: #006;
	text-align: center;
	font-style: normal;
}

.btvert {
	color: #060;
	font-weight: bold;
}

.btrouge {
	color: #F00;
	font-weight: bold;
}

.btbleu {
	color: #00F;
	font-weight: bold;
}

.tytab {
	border: 2px solid #666;
	padding: 0;
	border-collapse: collapse;
}

.tytabc {
	border: 2px solid #666;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

.tyth {
	border: 2px solid #666;
	font-weight: bold;
	background-color: #FF9;
}

.tyth td {
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px
}

.tytd {
	border: 1px solid #ccc;
}

.tytd td {
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px
}

.tyr {
	color: #F00;
}

.tyb {
	color: #00F;
}

.tyv {
	color: #060;
}



/************************ Fiche taxon, remarque d'avant et d'apr&egrave;s les puces *********************************/
.remarquetax1 {
	color: #066;
}

.remarquetax2 {
	color: #066;
}

/***************************** floraisons ***************************/
.normale {
	background-color: #090;
	font-weight: bold;
	color: #FFF;
}

.occasion {
	background-color: #F96;
	font-weight: normal;
	color: #000
}

.fanne {
	background-color: #CCC;
	font-weight: normal;
	color: #999;
}

.normale,
.occasion,
.fanne {
	width: 18px;
	text-align: center;
	margin: 0px;
	padding-left: 0;
}

.floraisonc {
	border-style: solid;
	border-width: thin;
	border-color: #999;
	font-size: 0.9em;
	display: inline-block;
}

.floraisondebug1 {
	background-color: #FFF;
	font-weight: bold
}

.floraisondebug2 {
	background-color: #FFF;
	font-weight: normal;
	font-style: italic;
	color: #666;
	font-size: x-small
}

a.lexique {
	border-bottom: 1px dotted #06F;
	color: #09F;
	font-weight: normal;
}

a.lexique:hover,
a.lexique:focus {
	box-shadow: 0 1px 0 rgba(255, 255, 255, .4);
	color: #000;
}

a.lexique span {
	position: absolute;
	margin-top: 23px;
	max-width: 300px;
	max-height: 150px;
	overflow: auto;
	margin-left: -35px;
	color: #333;
	background: #DAFCFC;
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	border: 1px solid #000;
	transform: scale(0) rotate(-12deg);
	transition: all .25s;
	opacity: 0;
	text-shadow: none;
	text-align: left;

}

a.lexique:focus span {
	transform: scale(1) rotate(0);
	opacity: 1;
}

a.lexique:hover span {
	transform: scale(1) rotate(0);
	opacity: 1;
}

.encart {
	background: #CCE57F;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	border: none;
	margin: 2em 0em;
	;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	display: block;
	box-shadow: 5px 5px 5px 0px #cfcfcf;
}

.citation {
	background: #EBEBEB;
	font-weight: normal;
	font-style: italic;
	color: #666;
	text-align: left;
	padding: 10px;
	border: none;
	margin: 0em 0em 2em 3em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	display: block;
	box-shadow: 5px 5px 5px 0px #cfcfcf;
}


.cl_boul16_1,
.cl_boul8_1 {
	background-color: #09DE00;
}

.cl_boul16_2,
.cl_boul8_2 {
	background-color: #73BBEF;
}

.cl_boul16_3,
.cl_boul8_3 {
	background-color: #FFD405;
}

.cl_boul16_4,
.cl_boul8_4 {
	background-color: #FF5F7E;
}

.cl_boul16_5,
.cl_boul8_5 {
	background-color: #636363;
}

.boule {
	display: block;
	border-radius: 50%;
	position: relative;
	width: 10px;
	height: 10px;
	/* border: 1px solid black; */
	/* -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75); */
}



.boule.taille_1,
.boule.taille_2,
.boule.taille_3,
.boule.taille_4,
.boule.taille_5 {
	width: 11px;
	height: 11px;

}

.ma_fond .boule.boule.taille_1,
.ma_fond .boule.boule.taille_2,
.ma_fond .boule.boule.taille_3,
.ma_fond .boule.boule.taille_4,
.ma_fond .boule.boule.taille_5 {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.ma_fond .boule.boule.taille_1 {
	width: 4.5px !important;
	height: 4.5px !important;
}



.ma_fond .boule.boule.taille_2 {
	width: 6px !important;
	height: 6px !important;
}



.ma_fond .boule.boule.taille_3 {
	width: 7.5px !important;
	height: 7.5px !important;
}



.ma_fond .boule.boule.taille_4 {
	width: 9px !important;
	height: 9px !important;
}



.ma_fond .boule.boule.taille_5 {
	width: 11.5px !important;
	height: 11.5px !important;
}