/* Déclaration 1 : jeu de caractères utilisable */

@charset "ISO-8859-1"; /* ISO Latin-1 */

/* Déclaration 2 : style du titre h1 */

h1	{	
	font-size:	2em;
        line-height:    2em;
	font-weight:	normal;
	font-style:	normal;
	text-decoration: underline;
        text-align:     center;
	}	

/* Déclaration 3 : style du titre h2 */

h2	{	
	font-size:	1.5em;
        line-height:    1.5em;
	font-weight:	normal;
	font-style:	normal;
	text-decoration: underline;
	}	

/* Déclaration 4 : style du titre h3 */

h3	{	
	font-size:	1.1em;
        line-height:    1.1em;
	font-weight:	normal;
	font-style:	normal;
	text-decoration: underline;
	}

/* Déclaration 5 : style du paragraphe */

p	{	
	font-size:	1.1em;
        line-height:    1.1em;
	font-weight:	normal;
	font-style:	normal;
	text-decoration: none;
	}

/* Déclaration 6 : style mis en valeur */

strong	{	
	font-size:	1.1em;
        line-height:    1.1em;
	font-weight:	bold;
	font-style:	italic;
	text-decoration: none;
	}

/* Déclaration 7 : style de liste à puce */

li	{	
	font-size:	1.1em;
        line-height:    1.1em;
	font-weight:	none;
	font-style:	none;
	text-decoration: none;
	}

/* Déclaration 8 : style des liens du menu */

dt	{	
	font-size:	1.5em;
        line-height:    1.5em;
        text-align:     left;
	color: 		rgb(0, 0, 238);
	font-weight:	bold;
	font-style:	none;
	text-decoration: underline;
	}