#bloc_page
{
	width: 1280px;
	margin: auto;
}
header
{
	border: none;
	text-align: center;
	color: gray;
	text-shadow: 8px 8px 5px rgb(100,50,100);
	font-size: 1.5em;
}
body
{
	margin: auto;
	font-family: Verdana,Georgia,sans serif;
	font-size: large;
	font-style: italic;
	background-image: url(image/fond1.gif);
	
}
h2
{
	text-align: center;
}
table
{
	border: 2px solid black;
	width: auto;
	border-radius: 25px;
	background-image: url(image/fond2.gif);
}
td
{
	border: none;
	text-align: center;
	width: 17%;
}
.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;
}
footer
{
	text-align: center;
}
.withe
{
	background-color: #CCCCCC;
	color:white;
	border: 2px solid black;
	border-radius: 15px;
}
#amirides
{
	transform: rotateZ(+90deg);
	color: gray;
}
@media print
{
	#bloc_page
	{
		width: auto;
		margin: auto;
	}
	header
	{
		width: 100%;
		font-size: 1.5em;
	}
	body
	{
		width: 100%;
		background-image: none;
		font-size: 0.8em;
	}
	footer
	{
		display: none;
	}
}
@media screen and (min-width: 1024px)
{
	#bloc_page
	{
		width: auto;
	}
	body
	{
		width: auto;
	}
}