body {
  margin: 0 0 10 0 ;
  padding: 0;
  text-align: center;
  background-color : #D9CF87;
    }
#conteneur {
  position: relative;
  margin: auto;
  width: 800px;
  height : 30px;
  text-align: left;
  color : #3c404e;
    }



#menu {
  width: 800px;
  height : 30px;
  font-family : Verdana, sans-serif;
  font-size : 80%;
  background : #fff url(images/background_menu.jpg) left top no-repeat;
  }
#entete {
  width: 800px;
  height : 150px;
  background : #fff url(images/la_maison_de_lucien.gif) left top no-repeat;
  }
#menu ul {
  padding : 0;
  margin : 0;
  list-style-type : none;
  }
#menu li {
  float : left;
  }
#menu li a {
  display : block;
  height : 30px;
  line-height : 30px;
  width : 160px;
  text-align : center;
  color : #4d505f;
  }
#menu li a:hover {
  color : #000000 ;
  font-weight: bold ;
  }



#gallery {
	position: relative;
	width: 750px;
        margin: 5 0 0 0;
        background : #fff url(images/maison/dessin_maison.gif) left top no-repeat;
}
#thumbs {
	width: 180px;
	float: left;
}
#thumbs a {
	display: block;
	float: right;
	margin: 0 0 5px 5px;
	width: 80px;
	height: 60px;
}
#thumbs a img {
	width: 80px;
	height: 60px;
	border: 0;
}
#thumbs a:hover {
	border-color: #ddd;
}
#thumbs a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	left: 185px;
	top: 0;
	border: 0;
}


A:link {text-decoration:none}
A:visited {text-decoration:none}
A:active {text-decoration:none}
A:hover {text-decoration:none; font-weight: bold;}


h1 {font-size : 18px ; padding : 0 ; margin : 22px 4px 4px 4px ; color : #000000 ; text-align : center}
h2 {font-size : 12px ; padding : 0 ; margin : 10px 0 0 10px; text-align : left}
h3 {font-size : 12px ; padding : 0 ; margin : 10px 0 4px 10px ; color : #000 ; width : 70%}
