/* Tables
-------------------------------------------------------------- */

table       { 
	margin: 10px 0; 
	width:100%; 
	border-bottom:1px solid #006fae;
	border-right:1px solid #006fae;
}
th          { font-weight: bold; text-transform: uppercase; background-color: #006fae; color:#fff;}
th,td       { 
	padding: 7px 0; 
	text-align: center; 
	border-left:1px solid #006fae;
	border-top:1px solid #006fae;
}
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

.documents table {
	width:650px;
	margin:0 0 0 10px;
	font-size:11px;
}
.documents table thead th {
	padding:10px 10px 10px 10px;
	border-bottom:1px solid #aeaeb3;
	font-size:11px;
	text-transform:uppercase;
	color:#aeaeb3;
	cursor:pointer;
}
.documents table thead th.date {
	width:60px;
}
.documents table thead th.titre {

}
.documents table thead th.divers {
	width:60px;
}
.documents table tfoot td {
	text-align:right;
}
.documents table tbody tr {
	border-bottom:1px solid #aeaeb3;
	background:#fff;
}
.documents table tbody tr td {
	padding:15px 0 15px 10px;
	border-bottom:1px solid #aeaeb3;
	xbackground:#eee;
}
.documents table tbody tr:hover td {
	xbackground:#eee;
}
.documents table tbody tr.odd {
	xbackground:#ccc;
}
.documents table tbody tr.odd td {
	xbackground:#ccc;
}
.documents table tbody a {
	color:#147fe7;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}