
body{
	font-family: Arial, sans-serif;
	margin: 20px;
	font-size:3em;
}
h1{
	margin-bottom: 20px;
}
div#base{
	position: relative;
	height: 100%;
}
div#boutons{
	position:fixed;
	bottom: 0px;
	z-index: 1023;
	background-color:white;
	height:140px;
	width:100%;
	border-top:1px solid gray;
	padding-top: 5px;
	text-align:right;
}
button{
	/*margin-top: 10px;
	padding: 10px;
	width:470px;
	height:200px;
	font-size:2em;*/
	margin: 0px;
	padding: 0px;

	
}


div#spacer{
	height:300px;
}
table{
	width:100%;
}
table#tableliste tr, table#tablesuivi tr{
	  outline: thin solid;
}
table#tableliste tr table tr, table#tablesuivi tr table tr{
	  outline: none;
}
td.symbole{
	width:70%;
}
td.symbole span{
	margin-left: 20px;
	font-size:.75em;
}
td.prix, td.dividendepct{
	text-align:right;
}
td.nom, td.dividende, td.dividendepct, td.touski{
	font-size:.75em;
}
table tr td table{
	padding-top:1em;

}
td.prixVariation{
	font-size:.75em;
	text-align:right;
}
tr.rouge td.prixVariation, span.rouge{
	color:red;
}
tr.vert td.prixVariation, span.vert{
	color:green;
	
}
tr.rouge2{
	color:red;
}
tr.vert2{
	color:green;
}
tr.rouge3{
	color:black;
	background-color:red;
}
tr.vert3{
	color:black;
	background-color:green;
}

td.touski span{
	font-size:.85em;
	margin-left: 15px;
}

