body { /* Modifications : la couleur de fond de page - la police - l'unité utilisée pour la taille de la police  */
	background-color :white;
	font-family :Serif;
	font-size :13pt;
	width :140%;
	margin :0;
	border :none;
}

#table{ /* Affichage du titre */
	margin :0;
	padding :0;
	border :none;
	
}




#menu, #fin, #c1, #hr, #span{ /* Les éléments qui ne seront pas affichés  */
	display :none;
}

#intro {
font-size : 13pt;
font-family :serif;
width : auto;
color: black;
float: none;
padding : 1cm;
border : 0 solid #f0ffff;
text-align : justify;

	padding-top: 1em;
	border-top: 1px solid #930;
	}
}

h1#top { /* Affichage du titre */
	margin :0;
	padding :0;
	text-indent :0;
	line-height :25pt;
	font-size :25pt;
}

h2, h3, #contenu h3, #contenu a, a { /* Modification de la couleur des titres et liens */
	color :#000;
}