html, body {
  background: #e3dbde url(../images/bg.png) top left repeat-x;
  color: #630;
  width: 100%;
  height: 100%;
  padding: 0;
}
#container {
  margin: 0 auto;
  background: #e3dbde url(../images/frise.png) center bottom repeat-x;
  width: 750px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
#navigation {
  float: right;
  margin: 15px 0 0;
  font-size: 138.5%;
  font-weight: 100;
}
#navigation li {
  list-style: none;
  float: left;
  margin-right: 15px;
  display: inline;
}
#navigation li a,
#navigation li span {
  display: block;
  width: 87px;
  padding: 68px 3px 0 0;
  text-align: right;
  background: #a40;
  text-decoration: none;
  color: #e3dbde;
}
#navigation li a:hover,
#navigation li a:focus {
  background: #fd5;
  color: #a40;
}
#navigation li span {
  background: #f60;
}

#header h1 {
  margin: 15px 0 0 15px;
  float:left;
}

/* ******* */
/* content */
/* ******* */

#content {
  clear: both;
  padding: 25px 0 70px;
  margin: 0 120px;
}
h2 {
  display: none;
}
h3 {
  font-size: 138.5%;
  margin: 1em 0 0.5em;
  border-bottom: solid thin;
  clear: both;
  color: #f60;
}
hr {
  clear: both;
  visibility:hidden;
}
a {
	color: #630;
}
a:hover {
	color: #f60;
}
address,p,ul {
  font-size: 123.1%;
  text-align: justify;
  margin: 1em;
}
address {float:left}
p.phone {
	text-align:right;
	float:right;
}
p.pictures {
  text-align: center;
}

p.pictures a {
  text-decoration:none;
}

p.pictures a img {
  border: solid 5px #e3dbde;
}

p.pictures a:hover img {
  border: solid 5px #f60;
}

/* **** */
/* Menu */
/* **** */
dl.menu {
  margin: 0.5em auto;
  clear: both;
}
dl.menu dt, dl.menu dd.price {
  font-size: 123.1%;
  font-weight: bolder;
}
dl.menu dd {
  clear:both;
  font-style: italic;
  font-family: Georgia, Garamond, serif;
}
dl.menu dt {
  float:left;
  clear:left;
  margin: 0.5em 0 0.25em;
  display: list-item;
  list-style-type: none;
  list-style-position: inside;
}
dl.menu dd.price {
  float: right; 
  clear:right;
  font-style: normal;
  font-family: Verdana;
  margin: 0.5em 0 0.25em;
}
#table_of_content {
	font-size: 108%;
	margin: 0;
}
#table_of_content li {
	list-style: none;
}
.breaking {
	text-align: center;
	line-height: 2;
	background: #f60;
	color: #e3dbde;
}

