
/* Tableau de type listing */
.table2
{
	width: auto;
	padding: 0px;
	margin: 0px;
	border-collapse:collapse;
}

.table2 tr
{
	background-image: url(../images/t2_border_horizontal_upper.gif);
	background-position:top;
	background-repeat: repeat-x;
}

.table2 tr th
{
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 22px;
	line-height: 22px;
	color: #000084;
	border-collapse:collapse;
}

.table2 tr th.separate
{
	width: 1px;
	padding: 0px;
	margin: 0px;
	height: 18px;
}
*html .table2 tr th.separate
{
	padding-top: -1px;
	float: left;
}
*:first-child+html .table2 tr th.separate
{
	padding-top: -1px;
	float: left;
}

.table2 tr th:first-child, .table2 tr th.first_child
{
	width:16px;
	background-image:url(../images/t2_corner_upper_left.gif);
	background-position: 0px 0px;
	padding: 0px;
}
.table2 tr th:last-child, .table2 tr th.last_child
{
	width:16px;
	background-image:url(../images/t2_corner_upper_right.gif);
	background-position: 0px 0px;
	padding: 0px;
}
.table2 tr td
{
	background-image: none;
	background-color: #eeeaf6;
	border-collapse:collapse;
	text-align: inherit;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	font-weight:normal;
}
.table2 tr td .link
{
	line-height: 20px;
}
.table2 tr td:first-child, .table2 tr td.first_child
{
	border: none;
	background-color: #eeeaf6;
	background-image:url(../images/t2_border_vertical_left.gif);
	background-position:top left;
	background-repeat: repeat-y;
	padding: 0px;
}
.table2 tr td:last-child, .table2 tr td.last_child
{
	border: none;
	border-left: 0px solid #eeeaf6;
	border-collapse:collapse;
	background-color: #eeeaf6;
	background-image:url(../images/t2_border_vertical_right.gif);
	background-position:top right;
	background-repeat: repeat-y;
	padding: 0px;
}
.table2 tr.n1 td
{
	background-color: #eeeaf6;
}
.table2 tr.n2 td
{
	background-color: #f6f4fa;
}
.table2 tr.bottom td
{
	border: none;
	line-height: 16px;
	height: 17px;
	padding: 0px;
	background-color: #eeeaf6;
	background-image:url(../images/t2_border_horizontal_bottom.gif);
	background-position:bottom left;
	background-repeat: repeat-x;
}
.table2 tr.bottom td:first-child, .table2 tr.bottom td.first_child
{
	border: none;
	width:16px;
	background-image:url(../images/t2_corner_bottom_left.gif);
	padding: 0px;
	
}
.table2 tr.bottom td:last-child, .table2 tr.bottom td.last_child
{
	border: none;
	width:16px;
	background-image:url(../images/t2_corner_bottom_right.gif);
	padding: 0px;
}

.table2 tr td.separate
{
	background-color:white;
	width: 1px;
	padding: 0px;
	height: 10px;
}

.table2 tr.over, .table2 tr.over td{
	background-color:#ded7ed !important;
}
/* Fin du Tableau de type listing */