body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#flashcontent {
	width: 1000px;
	height: 550px;
	margin: 0 auto;
}
#flashcontent p {
	margin: 100px 0 0 0;
	text-align: center;
	font-size: 12px;
}
#nav {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0;
}
h1.matthieu {
	float: left;
	padding: 0 0 0 25px;
	font-size: 30px;
}
h1.matthieu a {
	color: #666;
	text-decoration: none;
}
h1.matthieu a:hover {
	color: #999;
}
ul#menuPages {
	float: left;
	width: 520px;
	padding: 10px 0 0 110px;
	list-style: none;
}
ul#menuPages li {
	float: left;
	padding: 0 30px 0 0;
	font-size: 20px;
}
ul#menuPages li a {
	text-decoration: none;
}
#bandeImages {
	width: 960px;
	margin: 50px auto 25px auto;
}
#texteLinks,
#texteContact {
	width: 100%;
}
#texteLinks p {
	padding: 0 0 35px 25px;
	font-size: 13px;
	text-align: left;
	word-spacing: 0.5em;
}
#texteContact p {
	padding: 0 0 10px 25px;
	font-size: 13px;
	text-align: center;
	word-spacing: 0.1em;
}
#texteLinks p a,
#texteContact p a {
	text-decoration: none;
	color: #666;
	padding: 0 2px;
}
#texteLinks p a:hover {
	color: #fff;
	background: #ffff33;
}
#texteContact p a:hover {
	color: #fff;
	background: #ffcc99;
}
#texteLinks .links {
	color: #ffff33;
	font-family: "Arial Black", Arial, sans-serif;
	padding: 0 15px 0 0;
}
#texteContact .contact {
	color: #ffcc99;
	font: 13px "Arial Black", Arial, sans-serif;
	padding: 0 5px 0 0;
}