@media screen
{
	.TitrePage
	{
		border-top: #003300 thin solid;
		font-weight: bold;
		font-size: 16pt;
		color: #003300;
		text-indent: 10pt;
		border-bottom: #003300 thin solid;
		font-style: italic;
		background-color: #e3bb19;
		text-align: justify;
	}

	.SousTitrePage
	{
		font-weight: bold;
		font-size: 12pt;
		background-color: #9999cc;
	}
	
	.TraitPiedPage
	{
		background-color: #e3bb19;
	}
	
	.TexteGras
	{
		font-weight: bold;
		font-size: 12pt;
	}

	.TexteLienAide
	{
		font-size: 11pt;
		cursor: hand;
		color: #ffcc33;
		font-style: italic;
		text-decoration: underline;
	}
	
	.TexteAide
	{
		font-size: 12pt;
		color: gray;
		line-height: 10pt;
		font-style: italic;
		text-align: justify;
	}
	
	.TextePiedPage
	{
		font-size: 8pt;
	}
	
	.Bouton
	{
	}
	
	.LigneData
	{
		background-color: #d2d2ff;
	}
	
	.LigneDataAlternee
	{

	}
}
@media print
{
	.TitrePage
	{
		border-top: #003300 thin solid;
		font-weight: bold;
		font-size: 16pt;
		color: #003300;
		text-indent: 10pt;
		border-bottom: #003300 thin solid;
		font-style: italic;
		background-color: #e3bb19;
		text-align: justify;
	}

	.SousTitrePage
	{
		font-weight: bold;
		font-size: 12pt;
		background-color: #9999cc;
	}
	
	.TraitPiedPage
	{
		background-color: #e3bb19;
	}
	
	.TexteGras
	{
		font-weight: bold;
		font-size: 12pt;
	}

	.TexteLienAide
	{
		font-size: 11pt;
		color: #ffcc33;
		font-style: italic;
		text-decoration: underline;
	}
	
	.TexteAide
	{
		font-size: 12pt;
		line-height: 10pt;
		font-style: italic;
		text-align: justify;
	}
	
	.TextePiedPage
	{
		font-size: 8pt;
	}
	
	.Bouton
	{
		display:none;
	}
	
	.LigneData
	{
		background-color: #d2d2ff;
	}
	
	.LigneDataAlternee
	{

	}
}

