.tarifs_div {
	padding: 10px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	font-style: none;
	color: #324467;
}

.tarifs_intertitre {
	font-family: Georgia, Trebuchet MS, Verdana;
	font-size: 16pt;
	font-style: italic;
	margin-top: 8px;
	margin-bottom: 8px;
}

.tarifs_soustitre {
	font-weight: bold;
}

.tarifs_cond {
	margin-bottom: 10px;
}

.tarifs {
  font-family: Verdana, Tahoma, Arial;
  font-size: 10pt;
  width: 700px;
  color: #324467;
}

.tarifs-sep {
  border-bottom: dotted 1px #324467;
}

.tarif_a {
  color: red;
  font-weight: bold;
}

.tarif_b {
  color: #324467;
  font-weight: bold;  
}

.tarif {
  text-align: center;
  width: 30px;
  /* padding: 2px; */
}

.basse_saison {
  /* background-color: lightblue; */
  background-image: url(../pix/basse_saison_degrade.png);
  background-repeat: no-repeat;	
}

.moyenne_saison {
  /* background-color: violet; */
  background-image: url(../pix/moyenne_saison_degrade.png);
  background-repeat: no-repeat;	
}

.haute_saison {
  /* background-color: magenta; */
  background-image: url(../pix/haute_saison_degrade.png);
  background-repeat: no-repeat;	
}

.sep {
  width: 4px;
}

#tarifs_div {
	padding: 5px;
	width: 730px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.accordion_headings {
	padding: 5px;
	background: #99CC00;
	color: #FFFFFF;
	border: 1px solid #FFF;
	cursor: pointer;
	font-weight: bold;
}
.accordion_headings:hover {
	background: #00CCFF;
}
.accordion_child {
	padding: 15px;
	background: #EEE;
}
.header_highlight {
	background: #00CCFF;
}

.acc-content, .acc-content table {
  color: #324467;
  font-family: Verdana, Tahoma, Arial;
  font-size: 10pt;
  font-style: normal;
  line-height: 1.2em;
}

.acc-content {
  margin: 5px;
}

#tarifs-content, #prestations-content, #bambins-content, #conditions-content, #annulation-content, #chambres-content {
  background-color: white;
}

.tarifs_cartes {
  margin-top: 10px;
}

#chambres-equip {
  width: 100%;
}

#chambres-equip thead td {
  color: orange;
  font-weight: bold;
  border-bottom: dotted 1px #324467;
}

#chambres-equip td {
  width: 33%;
}