#bloc_page
{
	width: 1280px;
	margin: auto;
}
body
{
	background-image: url(image/fond1.gif);
	border: none;
	font-family: Verdana,Georgia,sans serif;
	font-size: large;
}
td
{
	width: 25%;
	border: none;
	text-align: center;
}
table
{
	width: auto;
	background-image: url(image/fond2.gif);
	border: 2px solid black;
	border-radius: 25px;
	
}
h2
{
	text-align:  center;
}
.ligne-1
{
	width: 50%;
	margin-left: 50%;
	height: 2px;
	background-color: black;
}
.ligne-2
{
	width: 100%;
	height: 2px;
	background-color: black;
}
.ligne-3
{
	width: 50%;
	margin-right: 50%;
	height: 2px;
	background-color: black;
}
.gras
{
	background-color: gray;
	color: white;
	border: 3px solid black;
	border-radius: 25px;
}
header
{
	text-align: center;
	font-size: 1.5em;
	color: gray;
	border: none;
	text-shadow: 8px 8px 5px rgb(100,50,100);
}
footer
{
	border: none;
	text-align: center;
}
#one
{
	text-align: left;
}
@media print
{
	#bloc_page
	{
		width: 100%;
		margin: auto;
	}
	body
	{
		background-image: none;
	}
	.gras
	{
		background-color: #FFFFCC;
		color: black;
	}
	header
	{
		width: auto;
		text-align: center;
		font-size: 1em;

	}
	table
	{
		width: auto;
		margin: auto;
		font-size: 0.8em;
		background-image: none;
	}
	footer
	{
		display: none;
	}
}
@media screen and (min-width: 1024px)
{
	#bloc_page
	{
		width: auto;
		margin: auto;
	}
	table
	{
	    width: auto;
	    margin: auto;	
	}

}