* {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
	color: #7d7d7d;
}
img {
  border: 0;
}
body {
  text-align: center;
  margin-top: 10px;
}

#conteneur {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border: 1px sodlid red;
}
#header {
  background: url(/images/header.jpg) 0 0 no-repeat;
  min-height: 103px;
  *height: 103px;
}
#content {
	clear: both;
	float: left;
	margin-top: 10px;
	*margin-top: 8px;
	margin-bottom: 10px;
}

/* Cédric, 16-04-2008 */
#content_constructions {
	clear: both;
	float: left;
	width: 940px;
	margin-top: 10px;
	*margin-top: 8px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
  	z-index: 10;
	background: url(/images/bg_footer.jpg) 0 0 no-repeat;
	height: 39px;
	margin-bottom: 10px;
  	z-index: 10;
}
#footer ul {
	text-align: center;
	list-style-type: none;
	height: 39px;
	line-height: 39px;
	/*border: 1px solid #000000;*/
}
#footer li {
	display: inline;
	margin-right: 20px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
  font-family: Arial;
}
#footer a:hover {
	text-decoration: underline;
}