/* @override http://api-bxl.be/balance/style.css */

* {
	margin:0;
	padding:0;
}

body {
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	line-height:1.4em;
	font-size:1.2em;
	color:#222;
}

h1 {
	font-weight:normal;
	font-size:2.7em;
	margin:20px 0 0 15px;
}

h2 {
	clear:both;
	font-weight:normal;
	font-size:1.8em;
	margin:30px 0 10px 15px;
}

/* Légende */
#legend {
	border:1px solid #999;
	padding:5px 0 5px 7px;
	width:150px;
	margin:20px 15px;
	font-size:0.9em;
	float:left;
	list-style-type:none;
}

#legend li {
	margin:3px 0;
}

#legend span.colorsquare {
	width:10px;
	height:10px;
	margin:0 3px 0 0;
	float:left;
}

h3 {
	font-weight:normal;
	margin:22px 0 0 0;
}

#period {
	list-style-type:none;
	margin:5px 0 0 0;
}

#period li {
	margin:2px 0;
}

/* Tableau */
table.bal th, table.bal tr, table.bal td {
	margin:0;
	padding:0;
}

table.bal {
	width:600px;
	margin:0;
	padding:0;
	border-collapse:collapse;
	margin-left:30px;
	margin-bottom:25px;
}

table.smallbal {
	width:380px;
}

table.bal tr {
	border-top:1px solid #CCC;
}

table.bal tr.head {
	border-top:0;
}

table.bal th {
	padding:2px 5px;
}

table.bal td {
	padding:3px 13px;
}

table.smallbal td {
	text-align:center;
}

table.bal td.date, table.bal th.date {	
	text-align:center;
	border-right:1px solid #CCC;
}
table.bal td.endcat, table.bal th.endcat {	
	border-right:1px solid #CCC;
}

table.bal td.small {
	width:35px;
	text-align:right;
}

table.bal a img {
	vertical-align:middle;
}

table.bal th a {
	text-decoration:none !important;
	color:#000 !important;
}

table.bal th a:hover {
	text-decoration:underline !important;
}

