body {
	background-color: #ece9d8;
	background-image: url(fdpage.png);
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2D2D2D;
}
.titre h1 {
	background-image: url(fond.png);
	height: 153px;
	width: 617px;
	margin-top: 22px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.titre h2 {
	width: 617px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.titre h1 img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
ul {
				list-style: none;
				padding: 0;
				margin: 0 auto;
				width: 42em;
				height: 24em;
			}
			li {
	height: 300px;
	width: 400px;
	background-color: #D2CFC0;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	border: thin solid #D31919;
			}
ul li  img {
	margin-top: 0.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 80%;
}
ul li a {
	color: #D31919;
	text-decoration: none;
}

				li.roundabout-in-focus {
					cursor: default;
				}
			span {
				display: block;
				padding-top: 6em;
			}
