/*
bleu : #0a50a1;
vert : #59b337;
jaune : #fd0;

texte : #333;
body : #d6d6d6;

autres : #ccc, #777, #555, #f60, #eaeff9 et #b3e55c;
*/

table.data {
	clear: both;
	width: 680px;
	height: auto;
	margin: 1em 0;
	border-collapse: collapse;
	border: 1px solid #999;
	font-size: 10px;
	background: #fff;
}

.data small {
	font-size: 10px;
}

.data .title small {
	font-style: italic;
}

.caption th {
	padding: .5em 0;
	font-size: 14px;
	color: #fff;
	background: #0a50a1;
	border-bottom: 2px solid #fff;
}

.odd {
	background: #eaeff9;
}

.data td {
	width: 35px;
}

td, th {
	padding: 3px;
	color: #666;
	text-align: center;
	border: 1px solid #999;
	border-width: 0 1px;
}

thead th {
	padding: .3em;
	font-size: 11px;
	color: #fff;
	background: #59b337;
	border: none;
}

thead.blue th {
	background: #0a50a1;
}

thead th.title {
	font-size: 13px;
}

thead th small {
	font-weight: normal;
	font-size: 10px;
}

tbody th {
	font-size: 12px;
	text-align: left;
	padding-top: .7em;
	color: #333;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ccc;
}

td.title {
	width: 230px;
	font-size: 11px;
	text-align: left;
	color: #333;
}

.title em {
	display: block;
	text-align: right;
}

.ro {
	width: 90px;
}


table.header td, table.header th {
	text-align: center;
	border: 1px solid #999;
}

table.header td {
	color: #333;
}


