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

#titre{
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

#sousTitre{
	font-size:24px;
	text-align:center;
	text-indent:0px;
}

.gaucheTitre{
	float:left;
	width:50%;
	font-size:24px;
	text-decoration:underline;
	text-align:center;
}

.droiteTitre{
	float:left;
	width:50%;
	font-size:24px;
	text-decoration:underline;
	text-align:center;	
}

.gauche{
	float:left;
	width:50%;
	text-indent:16%;
}

.droite{
	float:left;
	width:50%;
	text-indent:16%;
}