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

body {
	font-size: 0.8em;
	font-family: arial, sans-serif;
	color: #000;
	background-color: #fff;
}

#top-gradient, #lang-tabs, #menu-wrap, #bottom-wrap, form, img {
	display: none;
}

#plan {
	display: block;
}

#pagetitle-print {
	color: #911F28;
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 0.5em;
}

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

td {
	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: #911F28;
	font-size: 1.5em;
	font-weight: bold;
	padding: 1em 0 0.4em 0;
}

.highlighted {
	font-weight: bold;
	color: #911F28;
	font-size: 1em;
}

a {
	color: #911F28;
	text-decoration: none;
}

.cadre-sierre {
	border: 1px solid #501618;
	text-align: center;
	color: #000;
	padding: 10px 0;
	margin-top: 30px;
	font-weight: bold;
}

.cadre-sierre a {
	font-weight: normal;
}