#bloc_page
{
	width: 1280px;
	margin: auto;
}
body
{
	width: auto;
	background-image: url(image/fond1.gif);
}
table
{
	width: 100%;
	font-family: Verdana,Georgia,sans serif;
	font-size: large;
	font-style: italic;
	background-image: url(image/fond2.gif);
	text-align: center;
    border: 2px solid black;
    border-radius: 15px;
    margin: auto;
}
.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;
}
header
{
	width: 100%;
	border: none;
}
h1
{
    font-family: Verdana,Georgia,sans serif;
	font-size: 2em;
	font-style: italic;
	text-shadow: 8px 8px 5px rgb(100,50,100);
	color: gray;
	text-align: center;	
}
h2
{
	text-align: center;
}
td
{
	border: none;
	width: 16.5%;
}
.Abu
{
	text-align: left;
}
footer
{
	border: none;
	text-align: center;
}
@media print
{
	#bloc_page
	{
		width: auto;
		margin: auto;
	}
	body
	{
		background-image: none;
	}
	header
	{
		width: 100%;
		font-size: 1.2em;
	}
	table
	{
		background-image: none;
		font-size: 0.7em;
	}
	footer
	{
		display: none;
	}
}
@media screen and (min-width: 1024px)
{
	#bloc_page
	{
		width: auto;
		margin: auto;
	}
}