/* Declarations generales pour toute la page */
body {font-size: 11pt;}
div#tout, div#contenu {margin-left: 0px;
	margin-right: 0%;}
h1 {font-size: 14pt;}

/* Cacher certaines sections inutiles a l'impression */
#menu, #mail,p.droite {display: none;}
img {border: 0px;}

/* Changer les couleurs des liens Internet pour la version papier */
a {color: #000;
	text-decoration: none;}

/* Ecriture des sequences */
td.sequence_reference {font-size: 8pt;
	font-family: "Courier New", Courier, mono;
	border: none;
	text-align: left;}
td.numerotation {font-size: 6pt;
	border: none;
	text-align: left;}

/* Tableaux de resultats */
table {width: 95%;}
table.tableau {border: thin solid #000;
	border-collapse: collapse;}
td, th {text-align: center;	border: thin solid #000;}
	
/* Couleurs de cellules dans les tableaux */
td.force1 {background-color: #FF9;}td.force2 {background-color: #fff000;}
td.force3 {background-color: #ffc600;}td.force4 {background-color: #ff8400;}td.force5 {background-color: #F00;}td.force6 {background-color: #0F0;}
tr.vu {background-color: #CFF;}tr.voir {background-color: #9CF;}


/* Test pour les onglets */
ul.menu_onglet {
	display: none;}

/* Soulignement et coloriage des sequences*/
span.intron {	background-color: #CCC;}span.exon {	background-color: #999;}span.mutation {	color: #F00;	font-weight: bold;}span.ancien {	color: #0C0;	font-weight: bold;}span.souligne {	background-color: #d4d4fc;}span.souligne_ancien {	color: #0C0;	font-weight: bold;	background-color: #d4d4fc;}span.souligne_mutant {	color: #F00;	font-weight: bold;	background-color: #d4d4fc;}
td.sequence_reference {	border: none;	text-align: left;}td.numerotation {	border: none;	text-align: right;	font-family: Arial, Verdana, Helvetica, sans-serif;}