div.hometitle {
	width: 450px;
	height: 327px;
	margin: 20px auto 30px auto;
	text-align: center;
	background-image: url(../images/home_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
div.hometitle div {
	padding-top: 200px;
	margin: 0 auto;
	font-size: 1.1em;
	line-height: 130%;
}
div.hometitle h1 {
	font-size: 1.7em;
	letter-spacing: .03em;
	font-weight: bold;
}

ul.faq li {
	margin-bottom: .5em;
	text-align: left;
}
ul.faq div {
	display: none;
	text-align: justify;
}

table.biographie, table.termine {
	width: 100%;
	margin: 0 auto;
}
table.biographie th, table.termine td.date {
	width: 10em;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding: .2em 1em .2em 0;
}
table.biographie td, table.termine td.description {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: .2em 0 .2em 1em;
}

div.img_li {
	float: left;
	padding: .5em 0 .5em 0;
}
div.img_re {
	float: right;
	padding: .5em 0 .5em 0;
}
div.img_li img, div.img_re img {
	width: 210px;
	height: 210px;
}
div.img_descr {
	clear: both;
	padding: 0 0 1.5em 0;
	text-align: center;
}
div.img_presse {
	padding: 0 0 2em 0;
}
div.img_presse img {
	width: 200px;
	height: 200px;
}

#map_canvas {
	color: #000;
	width: 450px;
	height: 450px;
	margin: 1em auto;
}

div.videos {
	margin: 0 auto;
	width: 425px;
	overflow: hidden;
	text-align: justify;
}

#contact .error {
	margin: 1em 0 0 0;
	padding: 1em;
	background-color: #900;
	color: #fff;
}
#contact form {
	text-align: center;
	padding-top: 1.5em;
}
#contact table {
	margin: 1em auto;
	border-spacing: 0;
	width: 33em;
}
#contact th, #contact td {
	margin: 0;
	padding: 0 .1em .1em 0;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}
#contact th {
	width: 11em;
}
#contact th.top {
	vertical-align: top;
}
#contact input, #contact textarea {
	width: 23em;
}
#contact input.auto {
	width: auto;
}
