.maboite
{
	width: 30px;
	height: 30px;
	border: 3px solid #333;
	border-radius: 15px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
	color: black;
	padding: 0px;
	background-color: rgba(0,0,0,0.9);
}
.modal
{
	width: 1100px;
	height: 800px;
	background: #fff;
	position: relative;
	margin: 20% auto;
	padding: 10px,
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.9);
	text-shadow: 0 1px 0 #fff;
	border: #333;
}
.modal a[href="close"]
{
	top: 0;
	right: 0;
}
@media print
{
	#bloc_page
	{
		width: auto;
		margin: auto;
	}
	.maboite
	{
		display: none;
	}
}
@media screen and (min-width: 1024px)
{
	body
	{
		width: auto;
		margin: auto;
	}
}