/*
	La Grande Duchesse de Gerolstein
	
	Offenbach.ch - (c) 2009 Simon Jacquier
*/

body {
	font-size: 14px;
	font-family: Georgia, Verdana, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	background: #000 url(images/tapisserie.gif) repeat;
	min-width: 800px;
}

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

#en-tete {
	margin: 0 auto;
	padding: 0;
	width: 784px;
	height: 174px;
	background: transparent url('images/titre_cadre.gif') no-repeat 18px 4px;
	position: relative;
}

#menu {
	padding: 25px 0 40px 0;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.7em;
	background: url(images/accolade_haut.gif) no-repeat center bottom;
}

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

#menu a:hover, #menu a:active {
	border-bottom: 3px solid #000;
}

#menu .reservations, #menu .reservations:visited {
	color: #811717;
}

#menu .reservations:hover, #menu .reservations:active {
	border-bottom: 3px solid #811717;
}

#menu img {
	padding-top: 10px;
}

#milieu {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 784px;
	background: #fff url(images/degrade_cadre.gif) repeat-x;
	border-left: 8px solid #000;
	border-right: 8px solid #000;
	border-bottom: 8px solid #000;
}

#soutiens {
	text-align: center;
	padding-bottom: 10px;
}

#soutiens img {
	padding: 0 40px;
}

#pied {
	margin: 0;
	padding: 50px 0 20px 0;
	text-align: center;
	font-size: 14px;
	background: url(images/accolade_bas.gif) no-repeat center top;
}

#texte {
	margin: 0;
	padding: 20px 30px;
	text-align: left;
	font-size: 16px;
	line-height: 1.4em;
}

#texte p {
	margin: 0;
	padding: 0 0 10px 0;
}

#texte p.chapeau {
	margin: 0;
	padding: 0 0 15px 0;
	color: #811717;
	font-size: 18px;
	line-height: 1.4em;
}

.titre {
	color: #48130E;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0 15px 0;
	display: block;
}

.titre-petit, .titre-mini {
	color: #811717;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	display: block;
}

.titre-mini {
	font-size: 18px;
}

.complement-titre-mini {
	color: #000;
	font-weight: normal;
}

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

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

a:hover {
	text-decoration: none;
}

a:focus {
	outline: 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;
}

.separateur {
	margin: 20px 0;
	height: 19px;
	background: url(images/separateur.gif) no-repeat center center;
	clear: both;
}

.separateur-mini {
	margin: 15px 0;
	height: 6px;
	background: url(images/separateur_mini.gif) no-repeat center center;
	clear: both;
}

.en-valeur {
	border-left: 3px solid #811717;
	border-right: 3px solid #811717;
	background: #f4e4de;
	margin: 0 0 20px 0;
	padding: 10px 20px;
}

#map {
	text-align: left;
	margin: 0 0 10px 0;
	border: 1px solid #811717;
}

ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}

ul li {
	margin: 0;
	padding: 5px 0 5px 45px;
	background: url(images/ornement_li.gif) no-repeat 25px 8px;
}

.image-espace-gauche {
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}

.image-centre {
	margin: 20px 0;
}

.image-bord {
	border: 1px solid #811717;
}

.image-gros-bord {
	border: 5px solid #811717;
}

.entry {
	margin-top: 15px;
}


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

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

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

.panier-box .titre-petit {
	font-size: 18px;
	padding: 0 0 5px 0;
}

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

.printonly {
	display: none;
}