/* General Blueprint Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

*, *: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 hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #58595b;
    background: #fff;
}

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

a:hover {
	color: #000;
}

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

h1 {
	color: #00637f;
	text-align: left;
	font-size: 1.9em;
}

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

.main {
		width: 100%;
		padding: 0 2em 3em;
		max-width: 90em;
		margin-left: auto;
	    margin-right: auto;
	    background-image: url(../img/fond-data.jpg);
	  	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  		background-size: cover; /* version standardisée */
	}

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