body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: Navy;
	text-indent: 20px;
	text-align: center;
	background-color: #B7EEFF;
	background-image: url(images/frise1.jpg);
	background-repeat: repeat-y;
}


a {
	color: #006400;
	text-decoration: none;
}

a:hover {
	color: #4FFF50;
	text-decoration: none;
}


h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: medium;
}


.article {
	background-image: url(images/papier2.jpg);
	color: #4E280B;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: justify;
	font-size: 85%;
}
.black {
	background-color: Black;
}
