img{
	display: block;
	margin: auto;
}
body{

	background-color: #356953;
	color: #88cfeb;
}
a{
	text-decoration: none;
	color: #356953;
}
a:hover{
	color: white;
}
#text{
	text-align: center;
}
#annonces{
	border: solid 2px palevioletred;
	float: left;
	width: 200px;
	height: 750px;
}
#ouverture{
	border-radius: 75px;
	border: solid 2px;
	width: 50%;
	height: 50%;
}
#carte{
	float: right;
	width: 50%;
	border-radius: 0 50px 50px 0;
}
#photo{
	width: 101%;
	height: 101%;
	margin-left: -10px;
}
#glace{
	width: 50%;
	height: 50%;
	margin: 0 0 0 0;
	border-radius: 50px 0 0 50px;
}
#images{
	align-items: center;
	margin: 0 0 0 250px;
}
#logo{
	width: 50%;
	height: 50%;
}
#jm{
	width: 156px;
	height: 78px;
}
.button1{
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	border-radius: 100px;
	display: inline-block;
    	background-color: #88cfeb;
    	color: #356953;
    	text-align: center;
    	text-decoration: none;
    	border-radius: 50px;
    	font-size: 16px;
}
.button2{
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	border-radius: 100px;
	display: inline-block;
    background-color: #88cfeb;
    color: #356953;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;	
}

.button1:hover {
    background-color: #1b8ab6;
    color: white;
}

.button2:hover {
    background-color: #1b8ab6;
    color: white;
}

