@charset "utf-8";
/* CSS Document */
body {
	background-color: #fdfdc4;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
}

.titre {
	font-family:Verdana;
	font-size:24px
}

.liste {
	font-family:Verdana;
	font-size:14px
}

/* style du lien */
a.lien:link {
text-decoration: none;
color: #000000;
}
/* style du lien qui a déjà été visité */
a.lien:visited {
text-decoration: none;
color: #000000;
}
/* style du lien qui est survolé par la souris */
a.lien:hover {
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}
/* style du lien au moment où il est cliqué */
a.lien:active {
text-decoration: none;
color: #000000;
}

