body {
	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: 100%;
	background-color: #ffffff;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	width: 847px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 847px;
	background-image: url(img/bg-contenu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
html, body {
height: 100%;
 margin:0px; 
 padding:0;
 min-height: 100%; margin-bottom: 1px;
}#navbar {
	width: 817px;
}
#contenu {
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}
.titre {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	text-transform: uppercase;
	padding-top: 4px;
	text-align: right;
	margin-right: 30px;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #3968A7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

.contenu2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}

