﻿@charset "utf-8";

/* Fixe la hauteur absolue et la largeur minimale de la page */
#page_globale {
	position: absolute;
	height: 1150px;
	width: 100%;
	min-width: 990px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	float: none;
	z-index: 1;
}

/* Fixe les dimensions et les particularités de la partie texte de la page */
#col_texte {
	position: absolute;
	left: 285px;
	top: 230px;
	bottom: 50px;
	padding-right: 10px;
	right: 5px;
	overflow: auto;
	z-index: 2;
}
#col_texte #info_tarifs {
	height: 400px;
	overflow: auto;
	padding-right: 10px;
	margin-bottom: 25px;
}
#col_texte #tarifs {
	text-align: center;
	height: 400px;
	overflow: auto;
}
#col_texte #tarifs table{
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page_globale #col_texte #tarifs table .fond_A {
	background-color: #FF00FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page_globale #col_texte #tarifs table .fond_B {
	background-color: #24DBB1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page_globale #col_texte #tarifs table .fond_C {
	background-color: #FFC515;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page_globale #col_texte #tarifs table .fond_jaune {
	background-color: #FFFF00;
}
#page_globale #col_texte #tarifs table .fond_rouge {
	background-color: #FF0000;
}
#page_globale #col_texte #tarifs table .sans_cadre {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page_globale #col_texte #tarifs table .cadre_d {
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page_globale #col_texte #tarifs table .cadre_g {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#page_globale #col_texte #tarifs table .cadre_gh {
	border-right-style: none;
	border-bottom-style: none;
}
#page_globale #col_texte #tarifs table .cadre_gb {
	border-top-style: none;
	border-right-style: none;
}
#page_globale #col_texte #tarifs table .barre {
	text-decoration: line-through; /* texte barré pour les dates passées */
}
