#fr {
	background-color: #FFF;
  font-family: Arial;
  font-size: 75%;
}

#page {
  background-color: #FFF;
  width: 1024px;
  margin: 0 auto;
  padding-bottom: 20px;
}

/********************************************************/
/*HEADER*/
/********************************************************/
#menu_top {
	color: #000;
	position: relative;
	top: 30px;
	left: 600px;
	width: 300px;
}
#menu_top a {
	color: #000;
	text-decoration: none;
}
#menu_top li {
	display: inline;
  margin-left: 3px;
}
#drp_fr {
	position: relative;
	top: 19px;
	left: 900px;
}
#drp_eng {
	position: relative;
	top: 19px;
	left: 904px;
}

#header {
  background: transparent url(../img/header.jpg) center no-repeat;
	width: 944px;
	height: 326px;
	margin: 0 auto;
  padding-top: 26px;
}

#header a {
  display: block;
  width: 890px;
  height: 316px;
  margin: 0 auto;
}

/********************************************************/
/*CONTAINER*/
/********************************************************/
#container {
  background: transparent url(../img/body.jpg) center repeat-y;
  width: 944px;
	margin: 0 auto;
  position:relative;
  padding-top: 10px;
}

/********************************************************/
/*GAUCHE*/
/********************************************************/
#gauche {
  float: left;
  width: 200px;
}

#client ul {
  margin-left: 51px;
  font-size: 1px; /*bug ie6*/
}
#client li {
  width: 152px;
}
#esp_client {
  height: 38px;
}
#auto-plan {
  height: 31px;
}
#esp_form {
  height: 32px;
}
#suivi {
  height: 34px;
}
#esp_cons {
  height: 38px;
}

/********************************************************/
/*FOOTER*/
/********************************************************/
#footer {
  clear: both;
  background: transparent url(../img/footer.jpg) center no-repeat;
  width: 944px;
  height: 74px;
  margin: 0 auto;
}

#credits {
	width: 240px;
  margin: 0 auto;
	color: #2d6566;
	text-align: center;
  line-height: 1.2;
}
#credits a {
	color: #2d6566;
	text-decoration: none;
}