* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #bcb9b9;
}
img {
  border: 0;
}
body {
  text-align: center;
}

#table_conteneur {
  width: 100%;
  height: 100%;
}
#table_conteneur .td_table_conteneur {
  text-align: center;
}
#conteneur {
  width: 1000px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#header {
  height: 20px;
  background: #3c3837;
  margin-bottom: 52px;
}
#header p, #header div {
  float: left;
}
#header a {
  color: #fff;
}
#recherche_header {  
	width: 250px;  
	margin-left: 382px;
}

#content {
  clear: both;
  overflow: hidden;
  height:369px;
  width: 1000px;
}
#footer {
  clear: both;
  float: left;
  width: 1000px;
  margin-top: 16px;
}
#intro {
  padding-top: 50px;
  width: 1000px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.choix_langue {
  text-align: right;
  list-style-type: none;
  margin-right: 342px;
}
.choix_langue li {
  display: inline;
}

