body {
  background-color:#26333B; 
  color:#ADABAC;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  padding:0; 
  margin:0; 
  background-image:url('./images/fond.gif');
  background-repeat:repeat;
}

#ombre {
  margin-left:auto;
  margin-right:auto;
  width:1117px;
  height:562px;
  margin-top:200px;
  background-image:url('./images/ombre.png');
  background-repeat:no-repeat;
}
   
div#contenu {
  width:840px;
  margin:0 auto 0 -420px; 
  position:absolute;
  top:35px; 
  left:50%;
}

ul , li { margin:0; padding:0; list-style-type:none; }

a { color:#00a3e2; text-decoration:none; outline: none; }
a:hover { color:#00a3e2; }

h1 { text-align:center; margin:0; }
p { margin:0; padding:0; }

div.clear { clear:both; }
img { display:block ; border:0; }

#logo{
  margin-left:208px;
  position:relative;
}

#construction{
  padding:10px 5px 5px 20px;
}

#fondconstruction{
  background-image:url('./images/bloc.png');
  background-repeat:no-repeat;
  margin-left:320px;
  margin-top:40px;
  position:relative;
  width:199px;
  height:28px;
}

div#footer {
  width:840px;
  height:100px;
  margin-top:30px;
  color:#00a3e2;
  text-align:center;
  background-image:url('./images/contact.png');
  background-repeat:no-repeat;
  background-position:top center;
  padding-top:60px;
}


