* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
img {
  border: 0;
}
body {
  text-align: center;
  margin-top: 10px;
}

#conteneur {
  width: 929px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  min-height:800px;
}
#header {
}
h1 {
  float: left;
  margin-left: 94px;
  margin-bottom: 10px;
}
#content {
  clear: both;
  text-align: left;
}
#bande_index #col1 {
  float: left;
  background: #d4016a;
  height: 28px;
  width: 360px;  
}
#bande_index {
  clear: both;
}
#bande_index #col2 {
  float: left;
  background: #ff9103;
  height: 28px;
  width: 349px;
}
#bande_index #col3 {
  float: left;
  background: #b9d800;
  height: 28px;
  width: 220px;
}
#footer {
  clear: both;
  padding-top: 0px;
  *padding-top: 50px;
}
#footer a, #footer a:visited, #footer a:active
{
	color:#ffffff;
}
#footer #col1 {
  float: left;
  background: #fcbf04;
  height: 28px;
  width: 360px;
}
#footer #col2 {
  float: left;
  background: #000;
  height: 28px;
  width: 200px;
}
#footer #col3 {
  float: left;
  background: #0099e9;
  height: 28px;
  width: 369px;
}