body {
	background-image: url("../images/background_portail.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.tarifs {
	margin-left: 20px;
}

.titre_tarif {
	font-weight: bold;
	margin: 2px;
}

.contenu_tarif {
	display: none;
}

.contenu_tarif table {
	border-collapse: collapse;
	margin: 10px;
}

.contenu_tarif .espacer_cellule {
	border-top: none;
	border-bottom: none;
	width: 2px;
}

.contenu_tarif td {
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ddcccc;
}

.tarifs:hover .contenu_tarif {
	display: block;
	position: absolute;
	margin-left: 40px;
	color: #111111;
	background-color: #fefefe;
	border: 5px solid #ff7777;
	-moz-box-shadow: 5px 5px 15px #000000;
}

.tarifs:hover .contenu_tarif td {
	margin-left: 20px;
}

.contenu_tarif .titre_colonnes {
	background-color: #dfdfdf;
	font-weight: bold;;
	text-align: center
}

.contenu_tarif .entetes_colonnes{
	text-align: center;
	font-weight: bold;
	color: #ff5555;
}

.titre_tarif:hover {
	color: #ff2222;
	border-left: 4px solid #ff2222;
	border-bottom: 4px solid #ff2222;
}

li{margin-bottom: 20px;}