/* liens */
a:link { font-size: 0.9em; color: #000000; text-decoration: none; font-weight: bold; }
a:visited { font-size: 0.9em; color: #000000; text-decoration: none; font-weight: bold; }
a:hover { sans-serif; font-size: 0.9em; color: #000000; text-decoration: none; font-weight: bold; }
a:active { font-size: 0.9em; color: #000000; text-decoration: none; font-weight: bold; }

/* mise en forme generale */
 html, body {
	margin: 0;
	padding: 0;
}

body {
  background: #ffffff url("images/bg.jpg") top center no-repeat;
  margin: 0 auto;
  width : 100%;
  font-family: Verdana, Arial, sans-serif; 
  font-size: 1em;
  color: #000000;
  text-align: center;
}

#remodeling {
  margin: 120px auto 0 auto;
}

#contact { 
  font-size: 0.8em;
  color: #949494;
  text-align: center;
}

.contact-links {
  display: block;
  width: 150px;
  margin: 0 auto 5px auto;
  padding: 12px 0 15px;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
}

.contact-links a { line-height: 1.5em; }