/*********************************
  Parametres communs à tout le site
*********************************/
body,td,div,.p,a{
	font-family:Arial, sans-serif
	style="direction: ltr;"
	}



/*********************************
  Tables
*********************************/
table {
	border-collapse: collapse;
	border-width: 1;
	padding-top: 2;
	padding-right: 2;
	padding-bottom: 2;
	padding-left: 2;
	empty-cells: hide;
	}
th {
	font-size: small;
	color: rgb(255, 255, 255);
	font-weight: bold;
	vertical-align: middle;
	}
th.tarif-column-header {
//	background-color:#CC9933;
	background-color:#FF8000;
	font-size: medium;
	}
th.tarif-column-header-L00 {
	background-color:#CC9933;
	font-size: large;
	}
th.tarif-column-header-L00-C00 {
	width: 300px;
	background-color:#FFFFFF;
	}
th.tarif-column-header-L01-C00 {
	width: 300px;
	background-color:#FFFFFF;
	}
th.tarif-column-header-L01-C01 {
	width: 210px;
	background-color:#FF8000;
	font-size: medium;
	}
th.tarif-column-header-L01-C02 {
	width: 210px;
	background-color:#FF8000;
	font-size: medium;
	}
th.tarif-column-header-L02-C00 {
	width: 300px;
	background-color:#FFFFFF;
	}
th.tarif-column-header-L02-C01 {
	width: 210px;
	background-color:#FF8000;
	font-size: small;
	}
th.tarif-column-header-L02-C02 {
	width: 210px;
//	background-color:#CC9933;
	background-color:#FF8000;
	font-size: small;
	}

td {
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: Gray;
	}
td.tarif-line-header-L01-C00 {
	background-color:#FFFF66;
	color: Gray;
	}
td.tarif-line-header-L02-C00 {
	background-color:#FFFF99;
	color: Gray;
	}
td.tarif-line-header-L03 {
	background-color:#FFFF66;
	color: Gray;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	}
td.tarif-line-header-L04 {
	background-color:#FFFF99;
	color: Gray;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	}
th.tarif-content-L00-C00 {
	background-color:#FFFFFF;
	}
td.tarif-content-L01-C01 {background-color:#FFFF66}
td.tarif-content-L01-C02 {background-color:#FFFF66}
td.tarif-content-L01-C03 {background-color:#FFFF66}
td.tarif-content-L02-C01 {background-color:#FFFF99}
td.tarif-content-L02-C02 {background-color:#FFFF99}
td.tarif-content-L02-C03 {background-color:#FFFF99}
td.tarif-content-L03-C01 {
	background-color:#FFFF66;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	}
td.tarif-content-L03-C02 {
	background-color:#FFFF66;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	}
td.tarif-content-L04-C01 {
	background-color:#FFFF99;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	}
td.tarif-content-L04-C02 {
	background-color:#FFFF99;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	}



/*********************************
  Sections
*********************************/
div.TTC {
	font-size: x-small;
	color: #AAAAAA;
	}