#tableau {
	margin-top:50px;
	/*width:100%;*/
	margin-left: auto;
    margin-right: auto;
	/*text-align:center;*/
}

#tableau h1,h4 {
	text-align:center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	margin: 20px;
}

#tableau h2 {
	text-align:center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	margin: 20px;
}

#footer {
	padding-top:25px;
	text-align:center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:10px;
	color:#666666;
}

table {
	width:750px;
    /*width: 786px;*/
	/*display:block;*/
	border: 2px solid #BACCE0;
	}

table, th, td {
	/*border: 1px solid #D4E0EE;*/
	border-top:1px solid #BACCE0;;
	border-bottom:1px solid #BACCE0;;
	/*border: 1px solid #6699FF;*/
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
	margin-left: auto;
    margin-right: auto;
    /*width: 786px;*/
}

caption {
	/*display:block;*/
	background-color:#CCCCCC;
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
	text-align:left;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: left;
	background: #DBE2E9;
	color: #4F76A3;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #F9F9F9; }

tbody tr.odd { background: #EBEDF0; }

tbody tr:hover { background: #ABC2E4; }

table a:link {
	color: #555;
	text-decoration: none;
	border-bottom:dotted #FF0000 1px;
}

table a:visited {
	/*color: #718ABE;*/
	color: #555;
	text-decoration: none;
	border-bottom:dotted #FF0000 1px;
	/*text-decoration:line-through;*/
}

table a:hover {
	/*color: #718ABE;*/
	/*text-decoration: underline !important;*/
	color:#000000;
}

tfoot th, tfoot td {
	text-align:center;
	font-size: 85%;
}
