/* CSS Document */
body {
	background-color: #06C;
}
.boutons li {
	width: 300px;
	height: 100px;
	list-style: none;
	float: left;
	margin: 10px;
	line-height: 100px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 24px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #03F;	
}
.boutons li:hover {
	background: #00F;
}

.boutons a {
	color:white;
}

a {
	color:black;
}.titre {
	font-size: 36px;
	color: #000;
	text-align: center;
	font-weight: bolder;
}
