/* CSS Document */
/*Mise en page des documents*/
	.DocDefaut
	{
		margin-bottom: 0cm;
		background-color:#F8F8F8;
		text-align:justify;
	}
	.DocCentre
	{
		margin-bottom: 0cm;
		background-color:#F8F8F8;
		text-align:center;
	}
/*Fin doc*/
/*Les listes...*/
	.ListeLibre
	{
		border:1px solid #CCCCCC;
		width:982px;
		overflow:auto;
		text-align:left;
	}
	.ListePleine
	{
		border:1px solid #CCCCCC;
		height:164px;
		width:982px;
		overflow:auto;
		text-align:left;
	}
	.ListeClair
	{
		background-color:#E6E6FF;
		overflow:auto;
		width:964px;
	}
	.ListeFonce
	{
		background-color:#CCCCFF;
		overflow:auto;
		width:964px;
	}
/*Fin listes*/

/*Le tableau*/
	/*Définiftion du tableau principal*/
	.TableATrois
	{
		border:0;
		width:984px;
	}

	/*Cellule fond clair*/
	.CellClair
	{
		background-color:#E6E6FF;
		width:328px;
	}
	.CellClair_2
	{
		background-color:#E6E6FF;
		width:656px;
	}
	.CellClair_3
	{
		background-color:#E6E6FF;
		width:984px;
	}
	/*Cellule "solution" fond clair*/
	.CellSolutionClair
	{
		vertical-align:top;
		text-align:justify;
		background-color: #E6E6FF;
	}

	/*Cellule fond foncé*/
	.CellFonce
	{
		background-color:#CCCCFF;
		width:328px;
	}
	.CellFonce_2
	{
		background-color:#CCCCFF;
		width:656px;
	}
	.CellFonce_3
	{
		background-color:#CCCCFF;
		width:984px;
	}
	/*Cellule "solution" fond foncé*/
	.CellSolutionFonce
	{
		vertical-align:top;
		text-align:justify;
		background-color: #CCCCFF;
	}

	.CellTitre
	{
		vertical-align:top;
		text-align:center;
	}
/*Fin Tableau*/

/*Diagrammes*/
.Diag
{
	vertical-align:bottom;
	border:0;
	height:250px;
	width:250px;
}

.DiagSol
{
	vertical-align:bottom;
	border:0;
	height:250px;
	width:250px;
}

/*Général*/
.FondClair
{
	background-color: #E6E6FF;
}
.FondFonce
{
	background-color: #CCCCFF;
}
.FontClair
{
	color: #E6E6FF;
}
.FontFonce
{
	color: #CCCCFF;
}
.FontNeutre
{
	background-color:#F8F8F8;
}
