.messagere {
	
	display:inline-block;
	position: fixed;
	left: calc(50% - 125px);
	top:10%;
	width:300px;
	height:250px;
	text-align: center;
	font-size: 15px;
	z-index: 2;
}


.bouton_messagere {
	
	padding: 5px 15px 5px 15px;
	background: linear-gradient(#EEEEEE, #D3D3D3);
	border-radius: 10px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	box-shadow: 0px 1px 1px 1px grey;
	width: 80px;
	cursor: pointer;
	margin-left: 5px;
}

.bouton_messagere:hover {
	background: linear-gradient(#EEEEEE, #EEEEEE);
}

.bouton_messagere:active {
	background: linear-gradient(#D3D3D3, #EEEEEE);
	box-shadow: 0px -1px 1px 1px grey;
}