		body
		{
			margin: 20px 0 0 0;
			padding: 0;
			font-family: "trebuchet MS", georgia, times, "times new roman", serif;
			font-size: 90%;
			color: #000;
			background-color: #fff;
		}
		h1
		{
			font-size: 150%;
		}
		h2
		{
			font-size: 120%;
		}
		#container		
		{
			width: 800px;
			margin: auto;
			background-color: #FFF;
			border: 1px solid #3767b3;
			background-position: right;
		}
		#headerContainer
		{
			height: 272px;
			background-color: #FFF;
			background-image: url(/_img/headerRight_bkg.jpg);
			background-repeat: repeat-x;
			clear: right;
		}
		#headerLeft
		{
			height: 272px;
			width: 500px;
			background-image: url(/_img/headerLeft_bkg.jpg);
			background-repeat: repeat-x;
			float: left;
		}
		#headerRight
		{
			height: 272px;
			width: 290px;
			background-image: url(/_img/maison.png);
			background-repeat: no-repeat;
			background-position: bottom right;
			padding: 0;
			margin: 0;
			float: right;
		}
		#bobPix
		{
			margin: 0;
			padding: 0;
		}
		#bobPix strong
		{
			font-size: 60%;
			margin: -10px;
			padding: 0;
			vertical-align: bottom;
		}
		#bobPix img
		{
			vertical-align: bottom;
		}
		#siteTitle
		{
			z-index: 100;
			position: relative;
			top: -200px;
			left: 188px;
		}
		#navContainer
		{
			height: 35px;
			width: 537px;
			top: -147px;
			position: relative;
			/* background-color: #9db7de;*/
		}
		#nav
		{
			padding-top: 8px;
			padding-left: 25px;
			font-size: 90%;
			color: #fff;
		}
		#nav a
		{
			color: #fff;
			text-decoration: none;
		}
		#nav a:hover
		{
			color: #215ab5;
			text-decoration: underline;
		}
		#rightCol
		{
			clear: left;
			float: right;
			width: 290px;
			margin-right: 10px;
			padding-top: 1em;
		}
		#rightContent
		{
			float: right;
			padding: 10px 25px 0 25px;
			margin: 0;
		}
		#rightContent hr
		{
			border-top: #215ab5 1px solid;
			border-bottom: none;
			border-left: none;
			border-right: none;
			margin: 0;
			padding: 0;
		}
		#rightContent h2
		{
			
		}
		#leftCol
		{
			width: 500px;
			margin: 0;
			padding: 0;
			background-color: #e8eef7;
		}
		#leftContent
		{
			padding: 1px 25px 20px 25px;
			margin: 0;
		}
		#leftContent li
		{
			padding: 0 0 18px 0;
		}
		.rightContentImg
		{
			float: right;
			padding: 0 5px;
		}
		.leftContentImg
		{
			float: left;
			padding: 0 5px;
		}
		.tableBorder{
			border: #000000 thin solid;		
		}

		
