body {
	background-image: url(images/fond.jpg);
}
.titre1, .texte1, .titreRencontre, .texte2, h1, .chapeau, h2, .question, .reponse, .titreGroupe {
	font-family: "Times New Roman", Georgia, Times;
}
.titre1, h1 {
	color: #309;
	font-weight: bold;
	font-size: 16pt;
	margin: 0;
}
h2, .question:link, .question:visited {
	color: #793000;
	margin: 5;
	font-size: 14px;
	text-decoration: none;
}
.question:hover {
	text-decoration: underline;
	color: #B85F00;
}
.reponse {
	font-size: 13px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.texte1 {
	font-size: 11pt; 
	text-align: justify;
	text-indent: 20pt
}
.chapeau {
	font-size: 12pt;
	text-align: justify;
	font-weight: bold;
	color: maroon;
}
.titreRencontre {
	color: maroon;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
}
.texte2 {
	font-size: 10pt;
}
.petitLienBlanc, .date, .contact, .liste, .dateTexte, .auteurTexte, .sepTexte {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.petitLienBlanc {
	color: white;
	font-size: 9pt; 
}
.note {
	font-style: italic;
	font-size: 10pt;
}
.date {
	color: #309;
	font-weight: bold;
	font-size: 11pt;
}
.contact {
	color: #309;
	font-size: 10pt;
}
#page, #header {
	min-width: 750px;
	max-width: 900px;
}
#texte {
	min-width: 600px;
	max-width: 750px;
}
.liste {
	font-size: 11px;
}
.dateTexte, .auteurTexte, .sepTexte {
	font-size: 9px;
}
.dateTexte {
	color: grey;
}
.auteurTexte {
	color: #8B83D0;
}
ul {
	margin: 0px;
	padding-left: 15px;
}
.titreGroupe {
	color: white;
	font-size: 18px;
	margin-bottom:20px;
}