/* Définition générales pour toutes les pages du site */

html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma, "Gill Sans", Arial, sans-serif;
	text-align: justify;
	background-color: #ffffff;
}

.nbresult {
	color: #D06000;
    font-size: 20px;
    display: inline;
}

.h2SearchFasta {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
    color: #FFFFFF;
    background-color: #000099;
    font-size: 14px;
    line-height: 20px;
    padding-left: 5px;
    font-weight: normal;
}

.FastaResult {
    margin-left: 30px;
    margin-top: 14px;
    border-style : solid;
    border-width : 1px;
}
.FastaResult td {
    padding-left: 15px;
}

a:link {
	color: #006486;
}
a:active {
	color: #1d93b6;
}
a:visited {
	color: #4e5265;
}
a:hover {
	color: #64bfdb;
}

img {
	border-width: 0px;
}

#soustitrepage {
	padding: 1em 0em;
	font-weight: bold;
	color: #000099;
	font-size: 28px;
}

.FauxLien {
	cursor: pointer;
	display: inline;
	text-decoration: underline;
	color: #006486;
}

/* Foot */

#footer { 
	clear:both;
	border-top: 1px solid #1A4861;
	font-size: 10px;
	padding-top: 5px;
}

#footer p { 
	font-size: 10px;
}

#footer span { 
	font-size: 9px;
}

#footer a:link {
	font-size: 10px; font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: underline;
	color: #000000;
	background-color: #FFFFFF;
}

#footer a:visited {
	font-size: 10px; font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #000080;
}

#footer a:hover, #footer a:active {
	font-size: 10px; font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #800000 ;
	background-color: #FFFFFF;
}

#footer p.menu {
	font-size: 10px; font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: center;
}

#footer .cited { 

	/*border: 1px solid #1A4861;*/
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #1A4861;
	border-bottom: 1px solid #1A4861;

}

#footer .logosFoot {
	position: relative;
	float: right;
}

#footer .vertical {
	vertical-align: middle;
}

/* Ref Biblio */
table.Results {
    font-size: 12px;
    border-collapse: separate;
    border-spacing: 0px;
}
table.Results th {
    padding: 3pt;
    border: 0px solid #FFFFFF;
    border-right-width: 1px;
    background-color: #f6cb56;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
table.Results td {
    padding-left: 5pt;
    padding-right: 5pt;
    text-align: center;
}
table.Results td a:link,table.Results td a:visited {
    text-decoration: none;
}
table.Results td.NCol00 {
    background-color: #ffffff;
    text-align: left;
}
table.Results td.NCol01 {
    background-color: #e2e2ff;
    text-align: left;
}
table.Results td.Entetesseq {
    text-align: left;
}

