
/* Created by Wikiwi.be - Raphael De Naeyer */
/* Le Friand Redu */

/* General style */


* { margin:0; padding:0; border:0;}

BODY {
  margin: 0px;
  padding: 0px;
  text-align: left;
  FONT-SIZE: 11px;
  COLOR: #4d0824;
background-color: #4b6268;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}
A {
  COLOR: #4d0824;
}
A:hover {
  COLOR: #9f154d;
}
HR {
  COLOR: #4d0824;
}



/* Content style */

#principal {
	position:absolute;
	width: 638px;
	height:654px;
	top: 50%;
	left: 50%;
	margin-top: -319px;
	margin-left: -351px;
	text-align: center;
	background: url(images/bg-home-le-friand-redu.gif) no-repeat top left;
}
#logo-le-friand-taverne-restaurant-redu  {
	position:relative;
	width: 194px; 
	height:62px;
	margin: 20px auto;
}
div#photo_home {
	position:relative;
	width: 282px;
	height: 211px;
	margin: 5px auto 0px auto;
	padding: 3px;
	border: 1px dashed #c5c5c5;
}
#menulng {
	position:relative;
	width: 282px; 
	height:16px;
	margin: 20px auto;
	text-align: center;
	border: 0px;
	border-top: 1px dashed #c5c5c5;
	border-bottom: 1px dashed #c5c5c5;
}
.choixlng {
  list-style:none;
  width:282px;
  height:16px; 
  padding: 0px;
  margin: 0px;
  }
.choixlng li { 
  margin:0px; 
  padding:0px; 
  float:left; 
  }
.choixlng li a {
  display:block; 
  width:94px; 
  color:#4d0824; 
  font-size:13px; 
  font-weight: bold;
  height: 16px; 
  text-decoration:none; 
  text-align:center; 
  margin: 0px;
  padding: 0px;
  cursor:pointer;
}
.choixlng li a:hover {
    background-color: #e6d5d5;
 	color:#970b0b; 
  }

#copyright {
	position:relative;
	color: #334347;
	margin: 290px auto;
}
#copyright a {
	color: #334347;
}
#copyright a:hover {
	color: #394a4e;
}
