body{
	font-family: Tahoma, Arial, Helvetica; 
	background-color:#FFF8DC;
	color:#000000;
}
h1{
	text-align: center; 
	font-size: 30pt; 
	color:#CC3366;
}
p{
	text-align: justify; 
	text-indent: first-letter;
}
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active{
	color: pink;
}
ul{
	margin-left: 20px;
}
li{
	font-size: 10pt;
}
.petitlien{
	font: 8pt Verdana; 
	background-color: #f0f0f0;
}
p.grandlien{
	font: 12pt Verdana; 
	background-color: #f0f0f0;
	text-align:center;
	font-weight:bold;
	margin-top:3em;
	margin-bottom:2em;
}
.commentaire{
	font: 13pt Times New Roman; 
	font-style: italic; 
	margin-left: 60px;
	margin-right: 60px; 
	margin-top: 1em;
	margin-bottom: 2em;
	background-color: #fff0f0; 
	padding: .5em; 
	border: 1px pink dotted;
}
.photo{
	text-align:center;
	font-weight:bold;
}
.photo img{
	margin-bottom: 1em; 
}