body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #225289;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/images/WebSiteBg.jpg);
}
.twoColFixLtHdr #container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
} 
#mainContent h1 {
	color: #FF7C00;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.ImgFloatLeft {
	float: left;
	margin-right: 10px;
}
.ImgFloatRight {
	float: right;
	margin-left: 10px;
}
#MainContentContainer  {
	background-image: url(/images/ContentBg.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #header {
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	margin-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 25px;
	text-align: justify;
} 
.twoColFixLtHdr #footer {
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent  a  {
	color: #225289;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent h2 {
	color: #225289;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}
/* Clases pour images changeantes du menu */
.imgMenu01 {
	background-image: url(/images/menu_01.png);
}
.imgMenu02 {
	background-image: url(/images/menu_02.png);
}
.imgMenu03 {
	background-image: url(/images/menu_03.png);
}
.imgMenu04 {
	background-image: url(/images/menu_04.png);
}
.imgMenu05 {
	background-image: url(/images/menu_05.png);
}
.imgMenu06 {
	background-image: url(/images/menu_06.png);
}
.imgMenu01, .imgMenu02, .imgMenu03, .imgMenu05 {
    display: block;
    width:240px;
    height:50px;
    background-repeat: no-repeat;
    overflow:hidden;
}
.imgMenu04, .imgMenu06 {
    display: block;
    width:240px;
    height:45px;
    background-repeat: no-repeat;
    overflow:hidden;
}
a.imgMenu01, a.imgMenu02, a.imgMenu03, a.imgMenu04, a.imgMenu05, a.imgMenu06{
    background-position: 0px 0;
}
a.imgMenu01:hover, a.imgMenu02:hover, a.imgMenu03:hover, a.imgMenu04:hover, a.imgMenu05:hover, a.imgMenu06:hover{
    background-position: -240px 0;
}
.Notice {
	font-size: 0.8em;
	color: #9966FF;
}
