body  {
  background: url(images/background.jpg) repeat-x;
  scrollbar-base-color: #663300
}

A:link {
  color : #663300; 
  text-decoration : none;
}

A:visited {
  color : #663300; 
  text-decoration : none;
}

A:hover {
  color : #663300; 
  text-decoration : underline;
}

a:active {
  color : #663300;
  text-decoration: underline;
}

h1  { 
  color: #663300; 
  font-style: bold; 
  font-weight: 500; 
  font-size: 20pt; 
  font-family: normal 
}

h2  { 
  color: #663300; 
  font-style: bold; 
  font-weight: 500; 
  font-size: 15pt; 
  font-family: normal 
}

h3  { 
  color: #663300; 
  font-style:bold ; 
  font-weight: 500; 
  font-size: 13pt; 
  font-family: normal 
}

h4  { 
  color: #663300; 
  font-style: bold; 
  font-weight: 300; 
  font-size: 12pt; 
  font-family: normal 
}

h5   { 
  color: #663300; 
  font-style:bold ; 
  font-weight: 300; 
  font-size: 11pt;
  font-family: normal 
}

h6   { 
  color: #663300; 
  font-style: bold; 
  font-weight: 200; 
  font-size: 10pt; 
  font-family: normal 
}

p, td  { 
  color: #663300; 
  font-style: bold; 
  font-weight: 100; 
  font-size: 10pt; 
  font-family: normal 
}

#global {	
  position:relative;	
  width:800px;	
  height:730px;	
  margin:auto;	
  background: url(images/fond.gif) repeat-x;	
  background-color:#663300;
}

#enseigne {	
  background: url(images/maisondalep.jpg) no-repeat;	
  width:800px;	
  height:100px;	
  position:absolute;	
  left:0;	
  top:0;	
  z-index: 0;}
  
#goutte_de_verre {	
  background: url(images/goutte_de_verre.gif) no-repeat;	
  width:120px;	
  height:217px;	
  position:absolute;	
  left:200;	
  top:100;	
  z-index: 2;
}
  
#rideau {	
  background: url(images/rideau.gif) no-repeat;	
  width:570px;	
  height:593px;	
  position:absolute;	
  right:-10;	
  top:100;	
  z-index: 2;
}

#volet {	
  background: url(images/volet.jpg) repeat-y;	
  width:250px;	
  height:630px;	
  position:absolute;	
  left:0;	
  top:100;	
  z-index: 1;
}

#photo {	
  position:relative;	
  top:60;	
}

#corp {	
  width:550px;	
  height:750px;	
  position:absolute;	
  left:250;	
  top:100;	
  z-index: 1;
}

#encadre {		
  width:300px;	
  height:100px;	
  position:relative;	
  top:0;		
  background-color:#CC9966;	
  border:1px solid #663300;	-moz-border-radius:12px;	
  z-index: 1;
}

