body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #FFF;
	}

.bloc {
	float: left;
	width: 450px;
	height: 500px;
	margin-left: 40px;
	text-align: justify;
	}
.tab {
	background-image: url(manifeste.jpg);
	background-repeat: no-repeat;
	}
a {
	color: #ff950e;
	text-decoration: none;
	font-weight: normal;
	}

a:hover {
	color: #dc2300;
	text-decoration: none;
	}
