body {
    background-color: #e8e8e8;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center;
    text-align: center;
    font-family: tahoma, "britannic bold", century;
    color: #aa2426;
    }
    
img
    {
    height: auto;
    max-width: 90%;
    top: auto;
    }
    
h3 {
    font-family: century, calibri, verdana;
    font-size: 16px;
    }
    
table
	{
	padding-left: 100px;
	margin: 0px;
	border-spacing: 10px;
	}

tr 	{
	vertical-align: top;
	}
	
td 	{
	max-width: 230px;
	}
    
a 	{
	text-decoration: underline;
	color: #aa2426;
	}
	
.hide 	{
	display: none;
}

#infoREbg {
  position: fixed;
  background-image: url('bg_info.png');
  width: 100%;
  height: 100%;
  z-index: 99;
}

#infoRE {
  position: absolute;
  background-color: white;
  max-width: 300px;
  left: 50%;
  top: 200px;
  margin-left: -150px;
  padding: 10px;
  border: 1px solid #aa2426;
  text-align: left;
}

#container {
  position: absolute;
  background-color: none;
  max-width: 920px;
  left: 50%;
  margin-top: 10px;
  margin-left: -300px;
  border: 1px #e06a46;
}

#bouiboui {
  position: fixed;
  padding: 5px;
  background-color: #e5c8dc;
  right: 10px;
  bottom: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 70px;
  border: 1px solid;
  }
  
#adresse {
  position: fixed;
  padding: 5px;
  background-color: #e5c8dc;
  left: 10px;
  bottom: 10px;
  border: 1px solid;
  width: 100px;

}
