body{
	margin:0px;
	padding:0px;
	font-family: 'Lato', sans-serif;
	background-color: #F1F1F1;
}
body .bandeauTop{
	width:100%;
	height:140px;
	background-color: #BA1313;
	border-bottom: #000 1px solid;
}
body .bandeauTop h2{
	width:600px;
	margin:0px auto;
	padding-top:38px;
	color:#FFF;
	font-size: 45px;
  	letter-spacing: 4px;
	text-align: center;
}
body .bandeauBottom{
	width:100%;
	height:140px;
	background-color: #BA1313;
	position: absolute;
	bottom: 0px;
	border-top: #000 1px solid;
	text-align: center;
	margin:0px;
	padding:0px;
}
body .bandeauBottom span{
	bottom: 40px;
	color:#fff;
}
body .content{
	text-align: center;
	width:1000px;
	margin:0px auto;
}
body .content h1{
	font-size: 45px;
	font-weight: normal
}
body .content img.logo{
	width: 170px;
	margin-top: 80px;
}