body{
  font-family: Calibri;  
  font-size: 18px;   
  margin-left:5%;
}

#titre{
  font-weight: bold;
  font-size: x-large;  
  text-align: center;
  text-decoration:underline;
}

#sousTitre{
  font-weight: bold;
  font-size: large;  
  text-align: center;
}

.chapitre{
	clear:both;
	text-decoration:underline;
}

.numero{
	clear:both;
	float:left;
	width:10%;
}

.centre{
	float:left;
	width:45%;
}

.commentaire{
	width:100%;
	font-size:14px;
	font-style:italic;
}	

.texte{
	margin-left:10%;
	width:100%;
}

.image{
	float:left;
	width:45%;
	text-align:center;
}
