	
body {
	background-color: F8F8F7;
}

html { 
  margin:0;
  padding:0;
  background:url(images/grille.jpg) repeat;
  /*  background: url(images/fond.jpg) no-repeat center fixed;  */
 /* -webkit-background-size: cover; /* pour anciens Chrome et Safari */
 /* background-size: cover; /* version standardisée */
  overflow-x:hidden;
}


.image {
	margin:0 auto;
	padding:0 10%;
	max-width:600px;
	position:relative;
	margin-top:10vh;

}

.image img {
	max-width:100%;
}

.item {
  width: 460px;
  margin: 5px;
  float: center;
  padding-bottom:1px;
}



.links {
	font-family: Helvetica, Arial, sans-serif;
    font-size: 4vw;
	font-weight: normal;
	line-height: 120%; 
	text-align: center;
	vertical align:top;
	margin: 50px;
}

.bottom {
	bottom:0px;
	margin:40px auto 50px;
	text-align:center;
	width:100%;	
   position:absolute;
}


.h1 {
	font-family:"Times New Roman", Georgia, Serif;
   font-size: 1.8vw;
	font-weight: normal;
	line-height: 120%; 
}

.h2 {
	font-family: "Times New Roman", Georgia, Serif;
   font-size: 1.8vw;
	font-weight: normal;
	line-height: 120%; 
	text-align: center;
	vertical align:top;
	margin: 5px;
}



a:link {
	color: black;
	text-decoration:none;
}

a:visited {
	color: black;
	text-decoration:none;
}

a:active {
	color: black;
	text-decoration:none;
}

a:hover {
	color: black;
	text-decoration:none;
}


