@charset "utf-8";


body {
	background-image: url("images/img_fond.jpg");
	background-position: top right;
	background-repeat:no-repeat;
	background-color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100;
	font-size: 18px;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}


.logo {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.texte {
	text-align: center;
}



@media only screen and (max-width: 700px)
{

.logo img {
  width: 100%;
  height: auto;
}
	
body {
	font-size: 15px;
}

	
}

@media only screen and (max-width: 760px)
{

}
