/*
	---------- Feuille de style des onglets de navigation dans la fiche d'un camping ----------
*/

.onglet_on {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: url(/public/promos/images/onglet_m_on.gif) repeat-x;
}
.onglet_on a {
	color: #ffffff;
}
.onglet_on a:hover {
	color: #F58500;
}
.onglet_off{
	font-size: 12px;
	color: #A90018;
	font-weight: bold;
	text-align: center;
	background: url(/public/promos/images/onglet_m_off.gif) repeat-x;
}
.onglet_off a {
	color: #A90018;
}
.onglet_off a:hover {
	color: #F58500;
}
.onglet_inter {
	background: url(/public/promos/images/onglet_inter.gif) repeat-x;
}
