/* feuille de style dédiée à home.html */

html {
	margin: 0;
	padding: 0;
}


/* Basic Default Styles */

body {
	font-size: 12px; 
	font-family: Arial,  "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica,sans-serif;
	color: #000;
	background: #FFFFFF;
}
body.servlet {
	font-size: 12px; 
	font-family: Arial,  "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica,sans-serif;
	color: #000;
	background: #FFFFFF;
}
a:link  {
	text-decoration: underline;
	color: #000099;
	background-color : transparent ;
}
a:visited {
	text-decoration: underline;
	color: #000066;
	background-color : transparent ;
}
a:hover, a:active {
	text-decoration: underline;
	color: #FFBA22;
	background-color : transparent ;
}

h1 {
	color: #000099;
	font-family: "Trebuchet MS", Arial, Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	/*font-family: Arial,  "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica,sans-serif;*/
	padding-top: 5px; padding-bottom: 5px;
	background-color : transparent ;
}
h3 {
	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;
}
h5 {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #000099;
	background-color : transparent ;
}
p {
	text-align: justify;
}
ul {
	padding-left: 10px;
	line-height: 18px;
	margin-top: 10px;	margin-left: 8px;
	color: #000099;
}
ul a:link {
	font-size: 12px;
	text-decoration: none;
	color: #000099;
}
ul a:visited {
	color: #000066;
	font-size: 12px;
	text-decoration: none;
}


#container {
	position: relative;
	padding: 10px;
	background-color : #FFFFFF ;
	margin-left:10px; margin-right:10px; margin-top:10px; margin-bottom:10px;
	color: #000000;
}

#annotTool {
	position: relative;
	width: 1080px;
	padding: 10px;
	background-color : #FFFFFF ;
	margin-left:20px; margin-right:20px; margin-top:5px; margin-bottom:5px;
	color: #000000;
}

/* Logos IMGT, UE, CNRS, UMII */
.logos {
	float: right;
}
.googleDIV {
	float: right;
	margin-top: 40px;
}
.newYear {
	font-family: Alpha Geometrique, Critter, Cottonwood, FB Reactor, Studz, fantasy;
	font-size: 32px;
	font-style: oblique;
	vertical-align: middle;
	color: #D1E5FF;
}
.newYear_fr {
	font-family: Alpha Geometrique, Critter, Cottonwood, FB Reactor, Studz, fantasy;
	font-size: 32px;
	font-style: oblique;
	vertical-align: middle;
	color: #DFE3BA;
}
.newYear p {
	margin-top: 40px;
	text-align: center;
}

/* header */

#pageHeader {
	height: 170px;
}

/* data */
#intro {
	width: 100%;
	margin-top: 20px;padding-bottom: 20px;
}
.google {
	vertical-align: middle;
	width: 82px;
	height: 30px;
}
small  {
	font-size: 10px;
}
.data {
	width: 100%;
	margin: 0 0 0 0;
	line-height: 140%;
}
.data a:hover, .data a:active {
	text-decoration: underline;
	color: #FFBA22;
}

.col1 {
	float: left;
	width: 48.5%;
}
.col1 p { 
	margin-top: .5em; 
}
.col2 {
	float: left;
	width: 2%;
}
.col5 {
	float: left;
	width: 67.5%;
}
.col3 {
	float: left;
	width: 30%;
}
.col4 {
	float: left;
	width: 70%;
}
.clearboth { 
	clear: both; 
}

table th {
	text-align: left;
	color: #000099;
	font-size: 14px;
}

.sequence {
	border-left: #FF0000 dotted 1px; border-bottom: #FF0000 dotted 1px;
	color: #FF0000;
	font-size: 12px;
}
.gene {
	border-left: #008000 dotted 1px; border-bottom: #008000 dotted 1px;
	color: #008000;
	font-size: 12px;
}
.structure {
	border-left: #FF8000 dotted 1px; border-bottom: #FF8000 dotted 1px;
	color: #FF8000;
	font-size: 12px;
}
.normal {
	font-size: 12px;
	color: #000000;
	display: inline; 
}

.break-before {
	page-break-before: always;
}

/* pour outil annotation */
h4 {
	/*font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;*/
	color: #000099;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.vregion { background-color: #00EE00;}
.jregion { background-color: #FFCC00;} 
.cregion { background-color: #0099FF;} 
.l_cdr1 { color: #0000E4;}
.l_cdr2 { color: #46D500;} 
.l_cdr3 { color: #007A00;} 
.h_cdr1 { color: #C80000;} 
.h_cdr2 { color: #FFA900;} 
.h_cdr3 { color: #9C41D7;}
.cys { color: #CC33CC;font-weight:bold;}
.mut { color: #FF0000;}
.cs3 { color: #CC33CC;}
.cs2 { color: #00FF00;}
.cs1 { color: #3232CD;}
code {
	background-color: rgb(211, 211, 211);
}
#seqtext1,#seqtext2 {
	margin: 2px;
	padding: 5px;
	border: solid 3px #A9A9A9;
}



@media print {
	body {
		background: none; 
	}
	#container {
		margin:0px;
	}
	#pageHeader {
		padding-left: 0px;
	}
	#data {
		margin:0px;
	}
}


