body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColLiqLtHdr #container { 
	width: 100%; 
	background: #FFffff;
} 
.twoColLiqLtHdr #containerCenter { 
	width: 900px;  
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	padding: 0;
	/*border: 1px solid #000000;*/
}
.twoColLiqLtHdr #header { 
	height: 114px;
	background: #000000; 
	/* padding: 0 10px 0 0 ;  */
} 

.twoColLiqLtHdr #sidebar2 { 
	width: 230px; 
	background: #fffffff;
	background-image:url(images/menuBasV2.jpg);
	background-repeat: no-repeat;
	/*padding: 15px 0;  top and bottom padding create visual space within this div  */
}


.twoColLiqLtHdr #mainContent2 {  
	width: 670px; 
	/*margin: 0 20px 0 260px;  the auto margins (in conjunction with a width) center the page */
	 text-align: left; 
	background: #ffffff; 
}
.twoColLiqLtHdr #footer { 
	height: 40px;
	/*padding: 0 10px 0 0;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	background-image:url(images/fondFooterV2.jpg);
	background-repeat:repeat-x;
} 

a.menuGauche:link {color: #000000; text-decoration: none; }
a.menuGauche:visited{color: #000000; text-decoration: none; }
a.menuGauche:hover {color: #666666;  text-decoration: none; }

a.blanc:link {color: #ffffff; text-decoration: none; }
a.blanc:visited{color: #ffffff; text-decoration: none; }
a.blanc:hover {color: #666666;  text-decoration: none; }

div.menuGauche{ 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:10px; 
font-weight:bold;
margin-bottom:19px;
padding-left:37px;
width:200px;
}
