* {
  margin: 0;
  padding: 0;
}
html {
  SCROLLBAR-FACE-COLOR: #000066;
  SCROLLBAR-HIGHLIGHT-COLOR: #000066;
  SCROLLBAR-SHADOW-COLOR: #333399;
  SCROLLBAR-3DLIGHT-COLOR: #999;
  SCROLLBAR-ARROW-COLOR: #ff9900;
  SCROLLBAR-TRACK-COLOR: #000066;
  SCROLLBAR-DARKSHADOW-COLOR: #999;
}
body {
  background: #000066;
}
#wrapper {
  position: relative;
  margin: 10px auto;
  width: 955px;
  height: 600px;
  background: #fff;
}
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 955px;
  height: 315px;
  font-family: Century Gothic;
  background: url(http://www.sesame-conseils.com/image/carre-fd.jpg);
  z-index: 0;
}
#txthaut {
  position: absolute;
  top: 7px;
  left: 10px;
}
#txthaut h1 {
  font-size: 9pt;
  color: #eee;
  text-decoration: none;
  font-weight: normal;
}
#header #logo {
  position: relative;
  top: 15px;
  width: 520px;
  float: right;
  margin-right: 30px;
}
#header #logo h2 {
  margin: 0;
  font-family: Century Gothic;
  font-size: 30pt;
  font-weight: normal;
  color: #fff;
}
#header #txtlogo {
  float: left;
  margin-top: 22px;
  text-align: right;
  font-size: 15pt;
  font-weight: bold;
  color: #ff9900;
}
#header #imglogo {float: right;}

td#adresse {
  font: bold 9pt Geneva, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #fff;
  line-height: 14px;
  z-index: 100;
  text-align: left;
  padding-left: 4px;
  padding-bottom: 5px;
}

td#adresse a {
  color: #fff;
  text-decoration: none;
}

#tbphoto {
  position: absolute;
  top: 90px;
  left: 95px;
}

#middle {
  clear: both;
  position: relative;
  top: 0;
  left: 0;
}

#middle img#gif {
  margin-top: 45px;
}

#menu {
  position: absolute;
  top: 35px;
  left: 135px;
  width: 150px;
  z-index: 20;
  font-family: arial;
}

#menu ul li {
  list-style-type: none;
  line-height: 29px;
}

#menu ul li a {
  text-decoration: none;
  color: #777;
  font-size: 13pt;
}

#menu ul li a:hover {
  color: #0066ff;
}

#content {
  position: absolute;
  top: 52px;
  left: 600px;
  width: 314px;
  height: 150px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666;
}

#footer {
  margin: 0 auto;
  width: 955px;
  text-align: center;
  color: #fff;
  font-size: 10pt;
}

#footer a {
  color: #fff;
  font: 8pt Geneva, Arial, sans-serif;
  text-decoration: none;
}

#footer h2 {
  display: inline;
}