@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: #58595b;
  background: #fff;
  background: url(../img/fond-data.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */  
}

a {
	color: #58595b;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

h1 {
	color: #00637f;
	text-align: center;
	font-size: 1.6em;
}

h2 {
	text-align: center;
}

.site {
	color: #00637f;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 38%;
}

.main {
	width: 100%;
	padding: 2em;
	max-width: 90em;
	margin-left: auto;
	margin-right: auto;
}

.web {
	color: #00637f;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}
