@media screen {
	strong, b {
		font-weight: bold;
	}
	body, table, td, p, div, span
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		margin: 0px;
	}
	BODY {
		scrollbar-face-color: #99CCCC;
		scrollbar-shadow-color: #99CCCC;
		scrollbar-highlight-color: #99CCCC;
		scrollbar-3dlight-color: #999999;
		scrollbar-darkshadow-color: #999999;
		scrollbar-track-color: #CCCCCC;
		scrollbar-arrow-color: #999999;
		margin: 0px;
		background-image: url(/images/interface/pixvertpale.gif);
	}
	h1 {
		font-size: 12px;
		line-height: normal;
		margin: 0px;
		font-weight: bold;
		display: inline;
		color: #000000;
	}
	h2 {
		font-size: 11px;
		color: #666666;
		line-height: normal;
		margin: 0px;
		font-weight: normal;
		display: inline;
	}
	h3 {
		font-size: 10px;
		line-height: normal;
		color: #FFFFCC;
		margin: 0px;
		font-weight: normal;
		display: inline;
	}
	a {
		color: #000000;
		text-decoration: none;
	}
	a img{
		border:none;
	}
	a:hover {
		text-decoration: none;
		color: #999999;
	}
	.textemenu {
		font-size: 11px;
		color: #000000;
		text-decoration: none;
	}
	.textemenuhover {
		font-size: 11px;
		color: #CC6633;
		text-decoration: none;
	}
	a.textemenu:hover {
		color: #CC6633;
		text-decoration: none;
	}
	.textepied {
		font-size: 10px;
		color: #FFFFFF;
		text-decoration: none;
	}
	.bdr {
		border: 1px solid #CCCCCC;
	}
	.libelleform {
		font-size: 11px;
		color: #000000;
	}
	.rubform {
		font-size: 12px;
		color: #000000;
		font-weight: bold;
	}
	.txtfield {
		font-size: 10px;
		color: #666666;
	}
	.boutonform {
		font-size: 10px;
		color: #666666;
	}
	#tab{
		/*background-color:#000000;*/
		background-image: url(/images/interface/pixvert.gif);
	}
	.tout{
		background-color:#383838;
		 /*bgcolor="#383838"*/
	}
}
@media print {

	strong, b {
		font-weight: bold;

	}
	p, table, body , div, span
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		margin: 0px;
	}
	h1 {
		font-size: 14px;
		line-height: normal;
		margin: 0px;
		font-weight: bold;
		display: inline;
	}
	h2 {
		font-size: 11px;
		color: #000000;
		line-height: normal;
		margin: 0px;
		font-weight: normal;
		display: inline;
	}
	h3 {
		font-size: 10px;
		line-height: normal;
		color: #000000;
		margin: 0px;
		font-weight: normal;
		display: inline;
	}
	a {
		color: #000000;
		text-decoration: none;
	}
	a:hover {
		text-decoration: none;
		color: #000000;
	}
}
