#bloc_page
{ 
	width: 1280px;
	margin: auto;
}
body
{
	font-family:Verdana,Georgia,sans serif;
	font-size: large;
	font-style: normal;
	background-image: url(image/fond1.gif);
}
header
{
	border: none;
	border-radius: 25px;
	text-align: center;
	color: gray;
	font-style: italic;
	font-size: 1.5em;
	text-shadow: 8px 8px 5px rgb(100,50,100);
}
#tab2
{
	width: 100%;
	border: 2px solid black;
	border-radius: 25px;
	background-image: url(image/fond2.gif);
}
footer
{
	border: none;
	text-align: center;
}
.center
{
	background-color: gray;
	border-radius: 15px;
	text-align: center;
	border: 2px solid blue;
	color: white;
}
#mamelouk,.zengide 
{
	text-align: center;
}
td
{
	border: none;
}
@media print
{
	#bloc_page
	{
		width: auto;
		margin: auto;
	}
	body
	{
		width: auto;
		margin: auto;
		font-size: 1.1em;
	}
	header
    {
    	font-size: 1.2em;
    }
    footer
    {
    	display: none;
    }
    .geneal
    {
    	display: none;
    }

}
@media screen and (min-width: 1024px)
{
	#bloc_page
	{
		width: auto;
		margin: auto;
	}
}