body {
	background-image: url(images/fond.jpg);
	background-color: darkblue;
}

img {
	border: none;
}

p {
	text-align: center;
	color: black;
	font-size: smaller;
	font-weight: bold;
}

.accueilimg {
	float: left;
	border: none;
}

.accueiltxt {
	background-image: url(images/sidebarre.jpg);
	color: red;
	font: bolder larger Broadway;
	float: left;
	width: 20%;
	height: 513px;
	margin-right: 2%;
        text-align: center;
}

.citation {
	color: black;
	margin-top: 2%;
	text-align: center;
}

.icone {
	background-image: url(images/icone.jpg);
	width: 100px;
	height: 100px;
	text-align: center;
	border: none;
}

a:link {
	color: black;
}
a:visited {
	color: grey;
}
