/*
	le-thai.ch - (c) 2007-2008 NextWay.ch, Simon Jacquier
*/

body {
	font-size: 0.8em;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #941B24;
}

#top-gradient {
	margin: 0 auto;
	padding: 0;
	height: 95px;
	background: transparent url('images/top-gradient.gif') repeat-x 0 0;
}

#lang-tabs {
	position: relative;
	top: 62px;
	margin: 0 auto;
	width: 700px;
	text-align: left;
}

#menu-wrap {
	margin: 0 auto;
	padding: 0;
	background-color: #EBCD8E;
}

#menu {
	margin: 0 auto;
	padding: 0.8em 0;
	width: 700px;
	background-color: #EBCD8E;
	text-align: left;
	font-weight: bold;
	font-size: 1.25em;
	color: #A41023;
}

#menu a, #menu a:visited {
	color: #A41023;
	text-decoration: none;
	padding: 0.8em 0.6em;
	margin: 0 0.6em;
}

#menu a:hover, #menu a:active, #menu a.menu-selected {
	color: #000;
	background-color: #CAA37F;
}

#middle-wrap {
	margin: 0 auto;
	padding: 0;
	background: #971B25 url('images/sierre/middle-gradient.gif') repeat-x 0 0;
}

#middle {
	text-align: left;
	margin: 0 auto;
	padding: 60px 0 0 0;
	width: 700px;
	background: transparent url('images/sierre/middle-logo.gif') no-repeat 0 50px;
}

#bottom-wrap {
	margin: 0 auto;
	padding: 0;
	background: #941B24 url('images/sierre/bottom-gradient.gif') repeat-x 0 0;
}

#bottom {
	margin: 0 auto;
	padding: 75px 0 30px 0;
	width: 700px;
	height: 21px;
	background-color: transparent;
	color: #260A0C;
	font-size: 0.9em;
	text-align: right;
}

#bottom a, #bottom a:visited, #bottom a:hover, #bottom a:active {
	color: #260A0C;
	text-decoration: none;
}

#texte {
	padding: 0;
	margin-left: 300px;
	width: 400px;
	text-align: justify;
	line-height: 1.5em;
	color: #fff;
}

p, table {
	margin: 0;
	padding: 0.4em 0;
}

td {
	color: #fff;
	text-align: left;
	/* The following line is a hack to make IE display the correct font size
	   in table cells. It's ugly, it isn't valid, but it works... */
	_font-size: 0.8em;
}

.right {
	text-align: right;
}

.titre {
	color: #000;
	font-size: 1.35em;
	font-weight: bold;
	padding: 1em 0 0.4em 0;
	text-align: center;
}

.highlighted {
	text-align: center;
	font-weight: bold;
	color: #EBCD8E;
	font-size: 1em;
}

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

a, a:visited {
	color: #911F28;
	background-color: transparent;
	text-decoration: none;
}

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

form {
	display: inline;
	margin: 0;
	padding: 0;
}

#pagetitle-print {
	display: none;
}