
/* Tableau pour le formulaire des formation online */
.table2
{
	width: 680px;
	padding: 0px;
	margin: 0px;
	border-collapse:collapse;
}
/* Tableau pour la page des formations (combiné avec le tableau des formations onlines) */
.table2.formations
{
	width: 370px;
}
/* Fin du Tableau des formations */
/* Tableau pour la page des stats partenaires */
.table2.partner_stats
{
	width: 350px;
}
.table2.partner_stats_details
{
	width: 500px;
}
/* Fin du Tableau des stats partenaires */
.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;
}
/* Fin du Tableau pour le formulaire des formation online */

/* Pour ancien tableau */
.complete {
	display: block;
	position: absolute;
	clear: none;
	width: 330px;
	height: 55px;
	background-image: url(../../fr/images/complet.gif);
	background-repeat:no-repeat;
	background-position: center;
	border: 0px solid red;
	margin: 0px;
	margin-left: -45px;
}
html>body .complete {
	margin: 0px;
}
/* Pour nouveau tableau */
.complete2 {
	display: block;
	position: absolute;
	clear: none;
	width: 117px;
	height: 42px;
	background-image: url(../../fr/images/complet2.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 0px solid red;
	margin: 0px;
	margin-top: 5px;
	margin-left: 10px;
}

/* Pour nouveau tableau */
.complete3 {
	display: block;
	position: absolute;
	clear: both;
	width: 117px;
	height: 42px;
	background-image: url(../../fr/images/complet3.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 0px solid red;
	margin: 0px auto;
	margin-top: 5px;
	margin-left: 30px;;
}
