@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding: 0;
	background-color: white;
}
#wrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
header{
	text-align: center;
}
h1{
	font-size: 3em;
	color: black;
}
nav{
	font-size: 1.6em;
	color: black;
	word-spacing: 45px;
	padding-bottom: 20px;
	font-family: 'Anton', sans-serif;
}
a:link, a:visited{
	text-decoration: none;
	color: black;
}
a:over{
	color: black;
}
#vignettes{
	width: 808px;
	margin-left: auto;
	margin-right: auto;
}
.flotteGauche{
	float: right;
}
.colonne1{
	width: 540px;
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	
}
.colonne2{
	width: 400px;
	display: inline-block;
	vertical-align: top;
	text-align: justify;
}
footer{
	text-align: center;
	word-spacing: 20px;
	padding-top: 20px;
	font-family: 'Anton', sans-serif;
}
#FBG{
	position: fixed;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	z-index: -100;
	min-height: 100%;
	min-width: 1040px;
}
#MP{
	text-align: left;
}