/*-------GENERAL----------------*/
body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	background-color: #F0F0F0;
}

form {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
	vertical-align: middle;
}

/*---------HAUT DE PAGE--------------*/
	/*------------------MISE EN PAGE BANDEAU----------------------*/
.bandeau { /*Necessaire a Firefox mais pourquoi hidden ou auto*/
	position: relative;
	overflow: hidden !important;
	margin: 0px;
	padding: 0px;
	background-color: #a4ddf0;
}

.logo {
	position: absolute;
	float: left;
	margin: 2em;
	z-index:100;
	top: -20%;
	/*width : 7%;
	height: 7%;*/
}

.logo img{
	width : 90px;
	height: 87px;
	/* width : 105px;
	height: 100px; */
}


.lgo {
	position: absolute;
	bottom: 677px;
	right: 30px;
	font-size: 1em;
}

.bandeau h1 {
	/*margin: 1.4em 0em;*/
	margin: 0;
	margin-right: 0.2em;
	padding: 0;
	font-size: 22px;
	font-weight: lighter;
	color: #ffffff;
	text-align: right;
	font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/*Necessaire a IE6*/
* html .lgo {
	position: relative;
	margin: 0em 0.2em 0.2em 0em;
	text-align: right;
	font-weight: lighter;
}

h1 {
	margin: 1.4em 0em;
	font-size: 1.8em;
	font-weight: normal;
	color: #001c76;
	text-align: right;
}

div.bandeau,div#menu,div#lineM,div.content,div.return,div#bottom {
	clear: both;
}

.logo_bandeau img#entete {
	/* l'image occupe toute la place de son bloc conteneur */
	width : 100%;
	/*max-height:180px;
	min-height:130px;*/
	z-index:-100;
	float:right;
}


.sous_bandeau {
	background-color: #51524D;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	/*position: relative;*/
	overflow: auto;
}


/*---------MENU---------------*/
#lineM,#menu {
	width: 100%;
	background-color: #959EAD;
}

#lineM {
	height: 1.8em;
}

/*Necessaire a IE6 voire IE7*/
* html #lineM {
	margin-top: -1.8em;
}

#menu {
	overflow: auto;
}

#menu ul {
	padding: 0em;
	margin: 0em 0em 0em 5em;
	list-style-type: none;
}

#menu ul li {
	float: left;
}

#menu li a { /* définition de chaque bouton du menu */
	float: left;
	height: 1.4em;
	width: 15em;
	border: 1px solid gray;
	padding: 0.2em 0em 0.2em;
	font-size: 1em;
	font-weight: bold;
	color: #411;
	text-align: center;
	text-decoration: none;
	background-color: #E5E5E5;
}

#menu li a:hover,#menu li a:focus,#menu a#aide:hover,#menu a#aide:hover
	{
	color: #000;
	background-color: #fff;
}

#menu a#aide {
	
	text-decoration: none;
	color: white;
	font-weight: bold;
}


#menu div#lgo {
	float: right;
	height: 1.4em;
	font-size: 1.2em;
	text-decoration: none;
	color: white;
	padding-top: 0.1em;
	margin-left: 0.3em;
	margin-right: 0.3em;
}

/*--------------RETOUR ----------------------*/
div.return {
	height: 1.2em;
	margin: 0.5em 2.5%;
}

span.return {
	float: left;
	padding-left: 0em;
	height: 1.2em;
}

span.return a {
	height: 1.2em;
	margin-bottom: 0em;
	padding-bottom: 0em;
	padding-left: 1.5em;
	padding-right: 0.5em;
	background-image: url(Images/return.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/*----------CONTENU-----------*/
div.content {
	margin: 0.5em 2.5%;
	border: 1px solid gray;
	padding: 0.5em 1em 0.5em 1em;
	min-height: 300px;
	background-color: #FFFFFF;
}

/*---------TITRE-------------*/
h2,legend.ti {
	margin: 0em;
	font-size: 1.6em;
	font-weight: normal;
	color: #009408;
	text-align: center;
}

h3 {
	margin: 0.3em 0em;
	font-size: 1.4em;
	font-weight: bold;
	color: red;
}

/*-------------FORMULAIRE----------------*/
	/*Mise en page du formulaire*/
	/*Ensemble de champs formant une rubrique*/
fieldset,.fieldset {
	display: block;
	overflow: hidden;
	margin: 0.3em 0em;
	border: 1px solid gray;
	padding: 0.2em 0.6em 0.5em;
}

.fieldset {
	padding: 0.5em 0.6em;
}

/*Titre de la rubrique*/
legend {
	padding: 0em 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	color: #16366a;
}

/*Sous-ensemble de champs*/
fieldset p,.fieldset p {
	margin: 0.3em 0em;
}

/*Nom de sous-ensemble de champs*/
.nomChamp {
	font-weight: bold;
}

/*Label des champs*/
label { /*pose pb sous Firefox2*/
	margin-right: 0.3em;
}

/*pour enlever le problem de Firefox2*/
.rubcol label {
	margin-right: 0em;
}

/*Valeurs par défaut selectionnées*/
.valDef,label#tx {
	font-size: 1em;
	font-weight: bold;
	color: green;
}

/*Sous-Rubriques*/
.subRub {
	margin-left: 1em;
}

/*Colonnes dans une rubrique*/
.rubCol {
	float: left;
	margin-right: 1em;
}

/*Colonnes dans un paragraphe*/
.rubcol {
	float: left;
	margin-right: 0.5em;
}

.outcol {
	clear: left;
}

/*Mise en page des elements du formulaire*/
	/*Listes dans les rubriques*/
fieldset ul li {
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}

fieldset ul {
	margin: 0em;
	padding: 0em;
}

/*Listes de synonymes dans la pop-up Choix Taxon*/
ul.synonymes {
	margin: 0em 1.5em;
	padding-left: 1em;
}

ul.synonymes li {
	padding-left: 0em;
	list-style-type: square;
}

/*Positionnement des text-area*/
textarea {
	vertical-align: top;
}

/*Gestion des input*/
input[type="checkbox"],input[type="radio"] {
	margin: 0em 0.2em 0em 0em;
}

input[type="button"].emp,input[type="submit"].emp { /*color :#16366a;*/
	color: black;
	font-weight: bold;
}

/*Gestion des liens*/
a:link,a:visited {
	color: navy;
}

a.disabled {
	color: gray;
	text-decoration: none;
}

a.langlabel {
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin-right: 0.3em;
	cursor: default;
	outline: none;
}

/*Gestion des tableaux*/
table {
	margin: 1em;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 0;
	border-collapse: collapse;
}

table tr {
	padding: 0;
	margin: 0;
}

table td {
	padding: 0.2em;
	margin: 0;
	border: 1px solid #000000;
	font-size: 0.9em;
}

table th {
	padding: O.3em 0.5em;
	border: 1px solid #000000;
	font-size: 0.9em;
	font-weight: bold;
}

/*Tableaux de grandes taille*/
.scrollable { /*overflow:auto;*/
	margin: 1em;
	border: 1px solid #000000;
}

.scrollable table {
	margin: 0;
	border: none;
}

/*Couleurs alternatives pour les lignes des tableaux*/
tr.pairLine td {
	background-color: #CEDDF4;
}

tr.unpairLine td {
	background-color: #F0F0F0;
}

/*Tableaux de la rubrique selection des traits pour les requetes*/
table.selTr th.selTr {
	width: 4em;
	font-size: 0.8em;
}

table.selTr td {
	text-align: center;
}

/*Suppresion des images up et down, Uniquement Firefox 3*/
	/*table.listeUpDown tr:first-child img.up , table.listeUpDown tr:last-child img.down {
	display:none;
	}*/
	/*-----------Boutons de validation des formulaires----------*/
div.submit {
	margin: 1em 1em 0.5em 0em;
}

hr {
	padding-top: 0.5em;
	border: none;
	border-bottom: 1px solid gray;
}

/*---------BAS DE PAGE-------------------------*/
#bottom {
	text-align: center;
}

#bottom img {
	margin-left: 1em;
	margin-right: 1em;
}

#bottom div {
	margin-bottom: 1em;
}



/*Toutes les classes inutiles pour le css potentiellement a enlever*/
	/*--------CE QU IL FAUT REVOIR--------------*/ /*
.tx {
	padding-right : 30px;	
  	vertical-align : top;
}
*/
	/*------FORMULAIRES--------*/ /*div.form {
	margin-top : 0;
	padding-top : 0;
	margin-bottom: 0;
}
*/
	/*enlever toutes les classes taxons*/
	/*tabform  div.reponse é enlever dans les pages*/
