
/* Created by Wikiwi.be - Raphael De Naeyer */
/* Auberge de Lavacherie */

/* General style */

BODY {
  margin: auto;
  padding: 30px 0px 0px 0px;
  FONT-SIZE: 11px;
  COLOR: #44180b;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  background-color: #330e03;
}
A {
  COLOR: #330E03;
}
A:hover {
  COLOR: #BE5516;
}
HR {
  COLOR: #BE5516;
}


/* Content style */
div#principal {
    margin: auto;
    padding: 0px;
    width: 726px;
    height: 455px;
    background: url(images/home_hotel_restaurant_lavacherie.jpg) no-repeat;
}
div#logo{
    position: relative;
   width:311px;
   height: 134px;
   margin: 3px 0px 0px 47px;
   border: 0px;
}
.choixlangue{
    position: relative;
	list-style:none;  
    width: 245px;
    height: 90px;
    margin: 20px 0px 0px 113px;
    padding: 0px;
    color: #e8b69f;
	font-weight: bold
}
.choixlangue li a{
  display:block; 
  color:#fff; 
  font-size:15px; 
  font-weight:bold; 
  text-decoration:none; 
  text-align:right; 
  margin-top:0px;
  padding: 5px 0px 2px 0px;
  cursor:pointer;
}
.choixlangue li a:hover{
  COLOR: #BE5516;
}
div#blocinfo{
    position: relative;
    float: right;
    text-align: right;
    color: #fff;
    top:20%;
    width: 235px;
    height: 90px;
    margin: 0px 0px 5px 0px;
    padding: 5px;
}

div#copyright{
    position: relative;
    float: left;
    height: 12px;
    width: 350px;
    margin : 140px 0px 0px 0px;
    font-size: 9px;
    color: #601c02;
}
a.copyright{
    color: #601c02;
}
a.copyright:hover{
    color: #be5516;
}
.separation{
    clear: both;
    visibility: hidden;
}


