/* general body style */
body {
	margin:0;
	padding:0ex 0;
	font-family: Verdana,Candara,Sans-serif;
	font-size: 12px;
}




/* Title banner */
div#title {
	display:block;
	background:url(img/logo.png);
	border:0px;
	width:100%;
	height:130px;	
	margin:0;
	padding:0ex 0;
}

/* Le menu haut */
table#menu {
	margin:0 0;
	padding:0 0;
	border:0;
	width:100%;
	height:15px;
	padding:5px 5px;
	background: #999999 /*#207730*/;
	color: white;
}

/* Les liens du menu */
table#menu A {
	font-weight: bold;
	font-size: 12px;
	color: white;
	margin:5px 1px;
	padding:1px 4px;

}
table#menu A:link {
	text-decoration : none;
}
table#menu A:hover {
	text-decoration: underline overline; 
}
table#menu A:active {
	text-decoration : none;
}
table#menu A:visited {
	text-decoration : none;
}
table#menu A:active:hover {
	text-decoration : underline overline;
}
table#menu A:visited:hover {
	text-decoration : underline overline;
}

/* configuration of the main cell */
div#main {
	font-weight: 100;
	background:white;
	margin-left:33px;
	height: 100%;
	width: auto;
	
	padding:0ex 0;
}
div#main H1 {
	text-align: left;
	margin:0;
	font-weight: bold;
	font-size: 22px;
	padding:4px 4px;
}
/* configuration of the species checker cell */
div#species {
	font-weight: 100;
	background:white;
	height: 100%;
	width: 100%;
	text-align: center;
	
	padding:0ex 0;
}
/* configuration of the species selection objects */
select#speciesselector {
	width: 300px;
}
input#speciesfield {
	width: 290px;
}
input#speciessubmit {
	width: 145px;
}
input#speciescheck {
	width: 145px;
}
/* configuration of request button */
input#request {
	width: 300px;
}
/* organisation table, used to organise pages without any borders and lines */
table#organise {
	border:0;
	margin:0 0;
	padding:0 0;
	border-spacing: 0px;
	border-padding: 0px;
	border-collapse: collapse; 
}
table#organise tr {
	border:0;
	margin:0 0;
	padding:0 0;
	spacing:0 0;
}
table#organise td {
	vertical-align: top;
	text-align: left;
}

/* configuration of the footnote section */
div#footnote {
	border-width: 4px;
	border-style: double;
	border-color: #CCFF72;
	margin-left:0px;
	vertical-align: middle;
	height: 40px;
	width: auto;
	padding:0ex 0;
	text-align:center;
}
div#footnote p {
	font-weight: 100;
	font-size: 12px;
	text-align: center;
}

/* links */
A {
	color: #F1971F;
	font-weight: bold;
	font-size: 12px;
	margin:1px 1px;
	padding:1px 1px;

}
A:link {
	text-decoration : none;
}
A:hover {
	text-decoration: underline overline; 
}
A:active {
	text-decoration : none;
}
A:visited {
	text-decoration : none;
}
A:active:hover {
	text-decoration : underline overline;
}
A:visited:hover {
	text-decoration : underline overline;
}

/* Configuration de la présentation des résultats results.php dans le cas d'une requete sur les evenements lies a un taxon*/
table{
    border-collapse: collapse; /* Bordures du tableau collées */
}

.bordure{border-bottom:0.2px solid black}
.bordureH{border-bottom:0.2px dotted black}

input[type=radio] {
   background-color: #CC6600;
}