html, body {
  height: 100%;
  margin: 0;
}
#global {
  min-height: 100%;
  width: 750px;
  margin: 0 auto;
  position: relative;
}
#footer {
  position: absolute;
  width: 750px;
  bottom: 0;
}

#center {
  padding-bottom: 60px; 
  overflow: auto;
}

.sidetags {
  float: left;
  width: 100px;
}

pre {
  margin: 0 auto;
  width: 500px;
  overflow: auto;
  padding: 5px;
  border: 1px solid #ccc;
}
.tip {
  padding: 5px 5px 5px 50px;
  border: 1px solid #c66;
  background: url(images/tip.png) 5px 5px no-repeat;
}

html {
  background: #fff url(images/html.png);
}
#global {
  padding: 0 10px;
  background: url(images/global.png) center repeat-y;
}
#header {
  background: #fff url(images/header.jpg) no-repeat;
  color: #fff;
  height: 201px;
}
#header h1 {
  margin: 0;
}
#footer {
  background: #fff url(images/footer.png) repeat-x;
  color: #fff;
}
ul#menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#menu  li a {
  display: block;
  height: 30px;
  background: url(images/fond_lien.png) no-repeat left top;
  padding-left: 35px;
  margin: 2px 0;
  border-bottom: 1px solid #7fcf2e;
  color: #6c0;
  font: small-caps 1.1em/30px Georgia,serif;
  text-decoration: none;
}
.sidetaglink {
  display: block;
  height: 30px;
  padding-left: 35px;
  margin: 2px 0;
  border-bottom: 1px solid #7fcf2e;
  color: #fff;
  font: 1.3em/18px sans-serif;
  text-decoration: none;
}

ul#menu li a:hover {
  background-position: left bottom;
  color: #fff;
}

.sidetaglink  a:hover {
  background-position: left bottom;
  color: #fff;
}
body {
  font: 90% "Trebuchet MS", sans-serif;
  color: #000;
}

.body { 
  font: 90% "Trebuchet MS", sans-serif;
  color: #FFF;

}


.homecontent {
  float: left;
  width: 530px; 
  padding: 0;
  margin-left: 200px;
}

.homenumpahe {
  float: left;
  width: 630px; 
  padding: 0;
  margin-left: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  
}

.content {
  float: left;
  width: 530px; 
  padding: 0;
  margin-left: 200px;
}

.content, .sidetags h3, #footer p, .sidetags p {
  padding: 0 10px;
}
.content h2 {
  padding-left: 35px;
  background: #fff url(images/titre.png) left center no-repeat;
  color: #fff;
}
.content h3, .sidetags h3 {
  color: #c00;
  font-variant: small-caps;
}
#footer p {
  margin: 2px 0;
  font-size: 0.9em;
}
a {
  color: #fff;
  font-weight: bold;
}
a:hover {
  color: #fff;
}
#header {
  position: relative;
}
#header h1 {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 10px;
  left: 30px;
  font: 3em Georgia, serif;
}
#titlespan {
  margin: 0;
  padding: 0;
  bottom: 10px;
  padding-left: 130px;
  padding-right: 130px;
  font: 2.5em Georgia, serif;
  background: #859;
}

#titlediv {
  background: #fff;
  color: #fff;
}