/*
	Offenbach.ch - (c) 2006 Simon Jacquier
*/

body {
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #fff;
}

#en-tete-wrap {
	background: #fff url('images/en-tete-fond.gif') repeat-x 0 0;
}

#en-tete {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 197px;
	background: transparent url('images/en-tete-quater.gif') no-repeat 0 0;
	position: relative;
}

#home-link {
	position: absolute;
	top: 18px;
	left: 50px;
	background-color: transparent;
}

#menu {
	position: absolute;
	top: 100px;
	left: 352px;
	background-color: transparent;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4em;
}

#menu a, #menu a:visited, #menu-pied a, #menu-pied a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover, #menu a:active, #menu-pied a:hover, #menu-pied a:active {
	color: #000;
}

#menu-reservations {
	font-size: 18px;
	padding-bottom: 8px;
}

#milieu {
	text-align: left;
	margin: 0 auto;
	padding: 10px 0;
	width: 800px;
	background-color: transparent;
}

#pied-wrap {
	clear: both;
	background: #fff url('images/pied-fond.gif') repeat-x 0 0;
}

#pied {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 74px;
	background-color: transparent;
	font-size: 12px;
}

#menu-pied {
	padding-top: 28px;
	padding-bottom: 8px;
	color: #fff;
	font-weight: bold;
}

#menu-copyright {
	color: #000;
}

.box {
	border: 1px solid #541a18;
	padding: 10px;
	background-color: #f4e4de; /*#eaddcc;*/
}

#texte {
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: 1.4em;
}

p {
	margin: 0;
	padding: 5px 0;
}

.image-espace-gauche {
	padding-left: 10px;
}

.titre {
	color: #541a18;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}

.titre-petit {
	color: #541a18;
	font-size: 16px;
	font-weight: bold;
}

.titre-petit a {
	text-decoration: none;
}

.box .titre {
	font-size: 16px;
	padding-bottom: 0;
}

.box p {
	font-size: 12px;
	line-height: 1.3em;
}

.en-valeur {
	border-top: 2px solid #8b6b63;
	border-bottom: 1px solid #8b6b63;
	background: #f4e4de;
	margin: 0 0 1.5em 0;
	padding: 0.5em 1em;
}

a {
	color: #541a18;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#copyright-pied {
	color: #390f1a;
}

#copyright-pied a, #copyright-pied a:visited {
	color: #390f1a;
	text-decoration: none;
}

#copyright-pied a:hover, #copyright-pied a:active {
	text-decoration: underline;
}

.revendeur-box, .panier-box {
	padding: 5px;
	border: 1px solid #541a18;
	background: #ffe1d7;
	margin-bottom: 10px;
}

.erreur {
	color: red;
	font-weight: bold;
	margin: 15px 0 10px 0;
}