#diaporama {
	height: 160px;
	width: 720px;
}
.vignettes {
	float: left;
	width: 240px;
	text-align: center;
}

#accueil {
	height: 750px;
	width: 720px;
	margin-right: 40px;
	margin-left: 50px;
}
.milieu {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.emph {
	font-size: 30px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #830421;
}

#diapo {
	margin: 30px 0 30px 10px;
}

a:link, a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	transition: all 1s;
	-webkit-transition: all 1s;
}

a:hover, a:active {
	color: #999;
}

