#bloc_page
{
	width: 1280px;
	margin: auto;
}
body
{
	width: auto;
	margin:auto;
	background-image: url(image/fond1.gif);
	font-family: Verdana,Georgia,sans-serif;
	font-size: large;
	font-style: italic;
}
header
{
	width: auto;
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
	border: none;
	color: gray;
	text-shadow: 8px 8px 5px rgb(100,50,100);
}
h2
{
	text-align: center;
}
table
{
	width: auto;
	margin: auto;
	border: 2px solid black;
	border-radius: 25px;
	background-image: url(image/fond2.gif);
}
td
{
	width: 25%;
	border: none;
}
.kara
{
	color: gray;
	text-align: center;
}
footer
{
	width: auto;
	border: none;
	text-align: center;
	border-radius: 25px;
}
@media print
{
	#bloc_page
	{
      width: 100%;
      margin: auto;
	}
	body
	{
		background-image: none;
		width: auto;
	}
	header
	{
		font-size: 1.2em;
	}
	table
	{
		width: 100%;
		margin: auto;
		background-image: none;
		font-size: 0.8em;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	footer
	{
		display: none;
	}
}@media screen and (min-width: 1024px)
{
	#bloc_page
	{
		width: auto;
		margin: auto;
	}
} 