@charset "utf-8";
html, body {
	height: 100%;
	width: 100%;
	background-color: #C2AF8F;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
  }
html {overflow-y: scroll;}
a:link {
	color: #006;
}
a:visited {
	color: #006;
}
a:hover {
	color: #000;
}
.pied {
	font-size: 10px;
	color: #666;
}
.texte {
	font-size: 14px;
	color: #000;
	text-align: center;
}
.adresses {
	font-size: 16px;
	color: #006;
	text-align: justify;
}
.tableau-restos-entete {
	font-size: 16px;
	color: #006;
	background-color: #FCD016;
	text-align: center;
	border:1px solid #FCD016;
}
.tableau-restos {
	font-size: 14px;
	color: #000;
	border:1px solid #FCD016;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}
.tableauprincipal {
	background-color: #FFF;
	text-align: center;
	vertical-align: top;
}
.tableaudecr {
	text-align: center;
	font-size: 16px;
}
.textedescr-red {
	color: #F00;
}

