
#menu A:link, #menu A:visited {
	color: #000000;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	font-style: normal;
}

#menu A:hover {
	color:#0000FF;
	text-decoration:underline;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}




#interieur A:link, #interieur A:visited {
	color: #000000;
	text-decoration: none;
	font-family: "comic Sans MS";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}

#interieur A:hover {
	color:#0000FF;
	text-decoration:underline;
	font-family: "comic Sans MS";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}

#agrandir a img {
border: 0 none; /* suppression des marges par défaut sur l'image */
}
#agrandir a {
border: 2px solid #fdffd2; /* le lien doit posséder une bordure pour éviter les décallages au survol */
float: left; /* float passe la balise en block sans qu'elle n'occupe tout l'espace horizontal */
line-height: 1px; /* pour éviter un bug d'espace sur Mozilla */
}
#agrandir a:hover {
border: 2px solid blue;
}



.titre {
	font-family: chiller;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
}
.page {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	color: #fdffd2;
	line-height: normal;
}
.separation {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	color: #000000;
	line-height: normal;
}
.interieur {
	font-family: "comic Sans MS";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}
.soustitre {
	font-family: "comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
}
.sommaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
}



