* {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul, ol {
  list-style-type: none;
}
body {
  text-align: center; /* Hack pour IE, permet de centrer le site horizontalement */
}
#conteneur {
  width: 957px; 
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#header {
  width: 957px;
  float:left;
  position: relative;
}
#content {
  float: left;
  clear: both;
  width: 957px;
  padding-bottom: 20px;
}
#menu {
	float:left;
	width:194px;
}
#contenu {
	float:left;
	width:763px;
	min-height: 440px;
	position: relative;
	margin-bottom: 20px;
}
#footer {
  float: left;
  clear: both;
  width: 957px;
}

