@charset "utf-8";


body {
	background-image: url("images/img_fond.jpg");
	background-repeat:repeat-x;
	background-color: #bba580;
}

.logo {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.photo {
	text-align: center;
}
.contacts {
	text-align: center;
	display: block;
	width: 1081px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contacts_gauche {
	text-align: left;
	display: inline-block;
	width: 50%;
}
.contacts_droite {
	text-align: center;
	display: inline-block;
	width: 50%;
}


@media only screen and (max-width: 1130px)
{
.photo {
  width: 100%;
}
.photo img {
  width: 100%;
  height: auto;
}
.contacts {
	width: 100%;
}
	
}

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

.contacts_gauche {
	width: 100%;
	text-align: center
}
.contacts_droite {
	width: 100%;
	text-align: center;
}

}


@media only screen and (max-width: 560px)
{
body {
	background-image: url("images/img_fond_sm.jpg");
}
}