.table2 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 5px;
}
.table2 td {
	padding: 0;
}
.table2 .tl, .table2 .tr, .table2 .bl, .table2 .br {
	width: 15px;
	height: 15px;
	font-size: 1px;
}
.table2 .tl {
	background: url('/images/table2/tl.png') no-repeat top left;
}
.table2 .t {
	background: url('/images/table2/pxl.gif') top repeat-x;
	text-align: center;
}
.table2 .tr {
	background: url('/images/table2/tr.png') no-repeat top right;
}
.table2 .l {
	background: url('/images/table2/pxl.gif') left repeat-y;
}
.table2 .c {
}
.table2 .r {
	background: url('/images/table2/pxl.gif') right repeat-y;
}
.table2 .bl {
	background: url('/images/table2/bl.png') no-repeat bottom left;
}
.table2 .b {
	background: url('/images/table2/pxl.gif') bottom repeat-x;
}
.table2 .br {
	background: url('/images/table2/br.png') no-repeat bottom right;
}

.table2 .header td {
	background-color: #eee;
}
.table2 .header td.t {
	text-align: center;
	padding: 2px 0;
	font-weight: bold;
}
.table2 tr.messageok td {
	background-color: #e9e9e9;
	font-weight: bold;
	padding: 2px 0;
}

.table2 .message {
	margin: 0;
}


.sponsor {
	background-color: #FEFBD7;
}
.sponsor p {
	margin: 0;
	font-size: 8pt;
}
table.recherche td {
	background-color: #fbd101 !important;
}
table.recherche .linet td, .table2 tr.important td {
	background-color: #f6af15 !important;
	color: #fff;
	text-transform: uppercase;
}
.table2 tr.important td {
	padding: 2px;
}
.table2 .important {
	font-weight: bold;
	font-size: 10pt;
	color: #900;
	font-variant: small-caps;
	margin: 0;
}