@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10;
	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;
}
.oneColFixCtr #container {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px dotted #336868;
	text-align: center;
	background: #FFFFFF;
	height: 675px;
}
.oneColFixCtr #mainContent {
	height: 580px;

}
.oneColFixCtr #container #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../2008/structure/logoderniereversion2008.gif);
	padding-right: 25px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-bottom: 15px;
}

