.texte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
}
.defilement {
	width:600px;
	height:200px;
	overflow: auto;
	padding: 10px;
}
a {
	color: #66CC66;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.fondpage {
	background-attachment: scroll;
	background-color: #F7E6C7;
	background-image: url(../images/fond1-pages.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

