@charset "utf-8";
/* CSS Document */
body {
	
	background: #000000;
	margin: 5 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 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 */
	
}

.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1E1E1E;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left-style: none;
	border-width: 0;
	background-repeat: no-repeat;
	background-image: url(/Images/fondspasud.jpg);
}
.oneColFixCtrHdr #header {
	background: #1E1E1E;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(/Images/Accueil/header_fond.jpg);
	background-repeat: no-repeat;
	height: 67px;
	width: 1024px;
	background-repeat: no-repeat;
}



.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #1E1E1E;
	width: 1024px;
	height: 701px;
	word-spacing: 1px;
	overflow: auto;
	background-repeat: no-repeat;
}


