body {
  background-color: #f4f4f4;
  font-family: Verdana;
  font-size: 12px;
  margin: 0;,
  padding: 0;
}
p {
  text-align: justify;
}
h1 {
  font-size: 14px;
  font-weight: bold;
  color: #d50366;
}
h2 {
  font-size: 13px;
  font-weight: bold;
  color: #d50366;
}

a:link{color: blue; text-decoration: underline;}
a:visited{color: blue; text-decoration: underline;}
a:hover{color: blue; text-decoration: none;}

#global {
  position: absolute;
	left: 50%;
	width: 949px;		
	margin: 0 0 0 -475px;  
}
#header {
  width: 949px;
  height: 155px;
  background-image: url("../img/header.jpg");
}
#menu {
  position: absolute;
  top: 128px;
  left: 250px;
}
#menu ul {
  list-style-type: none;
  display: inline;
}
#menu ul li {
  display: inline;
  margin: 0 0 0 15px;
}
#menu a {
  color: blue;
  text-decoration: none;
}
#txt {
  width: 945px;
  margin: 25px 0 0 0;
}
#txt p{
  margin: 0 15px 25px 15px;
}
#txt table {
   margin: 0 15px 25px 15px;
}
#maison {
  margin: 0 100px 0 100px;
}
#footer {
  width: 949px;
  height: 49px;
  background-image: url("../img/footer.jpg");
}

