
/* Tableau pour la page des formations (combiné avec le tableau des formations onlines) */
.table2.formations
{
	width: 350px;
}
/* Fin du Tableau des formations */

.table2.selection
{
	width: 680px;
}

/* 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;;
}
