	body 
	{ 	font-family: "Comic Sans MS", serif;
		background-color: #FFFFFF;
		background-image: url(fond179.jpg);
	}
	/*  Titre entête de page */
	h1 {font-size: 32px; color: #000099; text-align: center}
	
	/* Titre  principal : bleu*/
	h2 {font-size: 24px; color: #0000CC; text-align: center}
	
	/* Lien bas de page (retour vers page d'index) : bleu foncé */
	h3 {font-size: 14px; color: #000066; text-align: center}
	
	/* Mentions diverses en bas de page : bleu foncé*/
	h4 {font-size: 12px; color: #000066; text-align: center}
	
	/* Titres dans les pages : orange*/
	h5 {font-size: 18px; color: #FF3300; text-align: left}
	
	/* Titres dans les pages : bleu*/
	h6
	{	font-size: 16px;
		color: #4400FF;
		text-align: center;
		padding: 0px;
		margin: 5px;
	}
	/* Style pour les images/photos */
	img  {padding: 5px; vertical-align: middle}
	/* classe pour les titre d'ouvrages ou de film*/
	/* <span class="titre>......</span> */
	.titre
	{	color: #003399;
		font-style: italic;
	}

	.auteur
	{	color: #0077CC;
		font-style: bold;
	}
	/* Format des tableaux*/
	table {font-size: 16px; color: #000000}
	table img {padding: 5px; vertical-align: middle}
	table .smenu {font-size: 12px; margin-left: 45px}
	table p {font-size: 12px; margin-left: 45px}
	
	/* Formatage du menu*/
	ul {font-style: italic}
	
	blockquote img
	{	margin-left: 25px;
		margin-bottom: 10px;
		margin-top: 0px;
	}
	
	.paragauchecentre
	{	margin-left: 0%;
		margin-right: 50%;
		text-align: center;
	}
	
	.paracentrecentre
	{	margin-left: 33%;
		margin-right: 33%;
		text-align: center;
	}
	
	.paradroitecentre
	{	margin-left: 66%;
		margin-right: 0%;
		text-align: center;
	}
