body {
	background-color: #444359;
}
#container {
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0px;
}
#intro {
	font-size: 1em;
	line-height: 1.6em;
	color: #E3E6EE;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	margin-top: 20px;
}
.small {
	font-size: 0.8em;
	line-height: 0.8em;
}
.gras {
	font-weight: bold;
}

.contact {
	background-color: #f08000;
	font-size: 1.7em;
	line-height: 3em;
	color: #003;
	margin-bottom: 30px;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
.contact a {
	text-decoration: none;
	color: #494350;
	display: block;
	width: 100%;
}
.contact a:hover {
	color: #fff;
}
#accroche {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #FFF;
	margin-bottom: 30px;
}
#intro p a {
	background-color: #565571;
	display: block;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #ffc809;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#intro p a:hover {
color:#fff;
}
