﻿body {
	background-color: #FF6600;
	color: #FFFFFF;
}
a:link {
	color: #00FFFF;
}
a:visited {
	color: #00CCFF;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FF0000;
}
.adresse {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
.plaisir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	text-align: center;
}
.titre {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #CCFF99;
	text-align: center;
}
.noir {
	color: #000000;
}
.or {
	color: #FFFF99;
}
.petittitre {
	font-weight: bold;
	font-size: 14px;
}

table.table_section {
	border: thin solid #000000;
	background-color: #FFC993;
	color: #0000FF;
	font-size: large;
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 20px;
}

th.table_section {
	font-size: x-large;
	color: #0000FF;
}

td.table_section {
	color: #0000FF;
}

td.table_section2 {
	color: #996600;
}

a:link.table_section,
a:visited.table_section {
	color: #800000;
}
a:hover.table_section {
	color: #800000;
	font-weight: bold;
	background-color: #00FFFF;
}

.normaltexte_section {
	font-size: small;
	font-weight: normal;
}

.petittexte_section {
	color: #000000;
	font-size: x-small;
	font-weight: bold;
}

table.table_mauve {
	padding: 10px;
	border: thin solid #000000;
	background-color: #FF99CC;
	color: #000000;
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.faq_question {
	text-decoration: underline;
	color: #000000;
	background-color: inherit;
	font: bold large "Times New Roman", Times, serif;
}

.faq_reponse {
	color: #000000;
	background-color: inherit;
	font: medium "Times New Roman", Times, serif;
}

.faq_reponse a {
	color: #0000FF;
}