html,body{
	background:url(../img/fond.jpg) no-repeat;
	background-size:cover;
}
#logo{
	width:320px;
	margin:0 auto;	
	font-family: 'Roboto', sans-serif;
}
h1{
	font-family: 'Roboto', sans-serif;
	font-size:26px;
	text-align:center;
	font-weight:300;
}
h2{
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	font-weight:700;
	text-align:center;
}
#bandeau{
	background:url(../img/bandeau.jpg) no-repeat;	
	background-size:100% 100%;
	min-height:80px;
	line-height:80px;
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	text-align:center;
	color:#fff;
	clear:both;
	text-transform:uppercase;
	font-weight:400;
}
#informations{
	padding-top:25px;
	text-align:right;
	line-height:30px;
	padding-right:25px;
	font-size:20px;
	color:#a32656;	
}
#informations a{
	text-decoration:none;	
	color:#a32656 !important;	
}
#informations strong{
	font-size:28px;
}
form input,form textarea{
	width:100%;
	margin:3px 0;
	padding:3px;
	resize:none;	
}