/* ACCORDION */
.ui-accordion a.ui-accordion-header { background: none; }
.ui-accordion a.ui-accordion-header:hover { background: none; }
.ui-accordion a.ui-state-active { background: none; }
.ui-accordion a.ui-state-active:hover { background: none; }
.ui-accordion a.ui-accordion-header, .ui-accordion-content { border-color: #aaaaaf; }
.ui-accordion-content { background: #fff; }
.ui-accordion-content span.description { color: #4c4c6b; }
.ui-accordion-content .tarif { color: #9fb119; font-weight: bold; }
.ui-accordion-content .commentaire { color: #18181c; font-weight: normal; font-style: italic; margin-top: 5px; }
.formule { text-align: center; padding: 10px; }
#content .formule p { margin: 0; font-size: 11px; line-height: 160%; }

.seminaires li {
	color: #a10b1d;
	margin-left: 20px;
	font-size: 11px;
	}
#content .seminaires p { margin-bottom: 5px; }
#content .seminaires li p { font-size: 11px; }

.tarifs {
	margin: 15px 0 0 0;
	overflow: hidden;
	background: white;
	border: 1px solid #999;
	padding: 10px 10px 5px;
	width: 550px;
	margin: 0 auto;
	}
#content .tarifs p { margin: 0; }

span.nbplaces,
span.location {
	color: #666;
	display: block;
	float: right;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	}
span.nbplaces { width: 380px; }
span.location { width: 155px; }
span.denomination,
span.superficie,
span.places,
span.tarif {
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	}
span.denomination { width: 90px; text-align: left; }
span.superficie { width: 60px; text-align: right; }
span.places { width: 80px; text-align: center; }
span.tarif { width: 80px; text-align: right; }

.tarifs span a { font-weight: bold; text-decoration: underline; }

#content p.denomination,
#content p.superficie,
#content p.places,
#content p.tarif {
	font-size: 11px;
	display: block;
	float: left;
	}
p.denomination { clear: both; width: 90px; text-align: left; margin-bottom: 5px; }
p.superficie { width: 60px; text-align: right; }
p.places { width: 80px; text-align: center; }
p.tarif { width: 80px; text-align: right; }

#content .formules { margin: 10px auto 0 auto; }
#content .formules p { margin: 0; font-size: 11px; }
#content .formules p.libelle { text-align: center; clear: both; font-size: 11px; padding-top: 1px; margin-bottom: 5px; font-weight: bold; color: #a10b1d; margin-right: 10px;}
#content .formules p.description { float: left; }
#content .formules .prestations {
	display: none;
	clear: both;
	background: white;
	border: 1px solid #a59b93;
	font-size: 10px;
	padding: 10px;
	margin: 10px auto 20px auto;
	width: 400px;
	}
#content .formules .prestations li { margin-left: 15px; line-height: 150%; }

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999;
	background-color: #fff;
	text-align: center;
	padding: 3px 2px 0 3px;
	overflow: hidden;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

h1.extrahead { padding: 10px; text-align: center; }

.photo_left { float: left; margin: 5px 20px 0 0; }
.photo_right { float: right; margin: 5px 0 0 20px; }
.photo_left img, .photo_right img { border: 1px solid #ccc; }