#entete {
	background: url("../../templates/media/seminaires.jpg");
	}
	
.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 #a59b93;
	padding: 10px 15px 5px 15px;
	width: 625px;
	margin: 0 auto;
	}
#content .tarifs p { margin: 0; }

span.nbplaces,
span.location {
	color: #a10b1d;
	display: block;
	float: right;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	}
span.nbplaces { width: 395px; }
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 #aba098;
	margin-bottom: 5px;
	}
span.denomination { width: 150px; text-align: left; }
span.superficie { width: 75px; text-align: right; }
span.places { width: 80px; text-align: center; }
span.tarif { width: 100px; text-align: right; }

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

p.denomination,
p.superficie,
p.places,
p.tarif {
	display: block;
	float: left;
	}
p.denomination { clear: both; width: 150px; text-align: left; margin-bottom: 5px; }
p.superficie { width: 75px; text-align: right; }
p.places { width: 80px; text-align: center; }
p.tarif { width: 100px; 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 #d9cfc6;
	background-color: #f4e8d7;
	text-align: center;
	padding: 3px 2px 0 3px;
	overflow: hidden;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}
