/** styles d'impression **/
/** Jeux CDO - styles généraux **/
BODY
{
	background: #fff;
    font-family: "Trebuchet MS", Trebuchet, sans-serif;
    font-size: 12pt;
    color: #000;
}
IMG, A IMG
{
	border: none;
}
  A:link {
  	color: #135355;
  }
  A:visited {
  	color: #89A9AA;
  }
  A:hover {
  	color: #1C878A;
  }
	#wrapper
	{
		width: 6.5in;
		border: 1px solid #135355;
		padding: 0 0;
	}
	#wrapHead
	{
		display: none;
	}

	#header
	{
		background-color: transparent;
		color: #000;
		width: 7.5in;
		text-align: left;
	}
		#adds
		{
			display: none;
		}

		#menu
		{
			display: none;
		}
		#content
		{
			margin-left: 2em;
		}
		H2
		{
			color: #135355;
			font-size: 16pt;
		}
		.quebec H2
		{
			padding: 0 0 3px 0;
		}
		LI.quebec
		{
			padding: 5px 0;
		}
		H3
		{
			color: #135355;
			font-size: 14pt;
		}
  #footer
  {
		font-size: 12pt;
  }
  	#footBkg, #footer UL
	{
		display: none;
    }