html, body {
	height: 90%;
	background-color: #F3ECDA;
}

p { 
	margin: 0px;
	font-size: 20px;
	text-align: center;
}

.divEncart {
	height: 25%;
	margin: 2.5%;
}

.mainDiv {
	width: 40%;
	height: 100%;
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 10%;
}

.divSite {
	width: 100%;
	height: 90%;
	margin: auto;
	border-radius: 15px;
}

#siteMJ {
	background-image: url("images/sophrologie.png");
	display: block;
	margin-left: auto;
    margin-right: auto;
  	background-repeat: repeat-y;
  	background-position: center;
}

.boutonSite {
	width: 100%;
	height: 100%;
	margin: auto;
}

