html{
	background: url(images/benoit-cloud.png) 500px top no-repeat fixed #e5e5e5;
	height: 100%;

}
body {
  margin: 0px;
font-family: 'Raleway', sans-serif;
font-weight: 400;
  color: #666;
}
  body a {
	color: orange;
	text-decoration: none; }
	body a:hover {
	  color: yellow; }
  body .content {
	margin: 0 0 0 auto;
	padding-left: 50px;
  	font-size: 15px;
  	line-height: 26px;
  }
	body .content h1 {
	  font-weight: normal;
	  padding: 0;
	  margin: 30px 0px 10px;
	  font-size: 64px;
		overflow: hidden;
		line-height: 95px;
		font-weight: 100;
	}
   
.textbloc{
	width: 450px;

}
.contact{
	text-align: center;
	background: url(images/fond.jpg) center center #3d3c74;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	margin-top: 40px;
}
.contact a{
	color: #fff;
}
.contact:hover{
	background-position: 0 bottom;
}
.contact:hover a{
	color: #FFF;
}