#bloc_page
{
	width: 1280px;
	margin: auto;
}
header
{
	width: auto;
	text-align: center;
	border: 2px solid black;
	border-radius: 25px;
	color: gray;
	font-size: 2em;
	text-shadow: 8px 8px 5px rgb(100,50,100);
}
footer
{
	width: auto;
	border: none;
	text-align: center;
	border-radius: 100px;
	background-image: url(image/fond2.gif);
}
body
{
	width: 100%;
	background-image: url(image/fond1.gif);
    font-family: Verdana,Georgia,sans serif;
    font-size: large;
   
}
section
{
	width: auto;
	margin-right: 30px;
	margin-left: 15px;
    text-align: justify;
}
.separateur
{
	text-align: center;
	border: 2px solid green;
	border-radius: 15px;
	background-color: green;
}
table
{
	width: 100%;
	border: 2px solid black;
	border-radius: 25px;
}
th
{
	text-align: center;
	
}
td
{
	border: none;
	width: 50%;
}
h1
{
	text-align: center;
	font-size: 1.5em;
}
h2
{
	text-align: center;
}
#haut
{
	position: fixed;
	right: 0px;
	bottom: 0px;
}
ul
{
	list-style-type: none;
}
i
{
	color: gray;
}
a:visited
{
	color: gray;
}
#carte-1,#carte-2,#carte-3
{
	width: 1000px;
	height: 550px;
	margin-left: 100px;
	border: 2px solid black;
	
}
@font-face
{
	font-family:'Ballparkweiner';
	src : url('polices/ballpark.eot');
	src : url('polices/ballpark,eot?#iefix')format('embedded-opentype'),
          url('polices/ballpark.woff')format('woff'),
          url('polices/ballpark.ttf')format('truetype'),
          url('polices/ballpark.svg#Ballparkweiner')format('svg');	
}
#kerbala,q
{
	font-family: Ballparweiner;
	color: gray;
	font-size: 1.4em;
}
#mosquee
{
	width: 300px;
	height: 250px;
}
aside
{
	border: 2px solid blue;
	border-radius: 15px;
	float: left;
	margin-right: 30px;
	background-image: url(image/fond2.gif);
}
aside >p
{
	margin-right: 20px;
}
#alhambra
{
	float: left;
	margin-right: 20px;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 300px;
	height: 250px;
}
#gde-mosquee-de-cordoue
{
	float: left;
	margin-right: 30px;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 250px;
	height: 250px;
}
h4
{
	text-align: center;
}
@media print
{
	#bloc_page
	{
		width: auto;
		margin: auto;
	}
	body
	{
		background-image: none;
		width: auto;
	}
	header
	{
		font-size: 1.5em;
		width: auto;
	}
	section
	{
		width: auto;
		margin-right: 15px;
	}
	aside
	{
		font-size: 0.7em;
	}
	footer > a, footer > border
	{
		display: none;
	}
	.geneal,.carte,#haut
	{
		display: none;
	}
	#carte-1,#carte-2,#carte-3
	{
		margin-top: 400px;
	}
	h2
	{
		text-align: center;
	}
	.separateur
   {
   	border: none;
   	background-color: white;
   }
}
@media screen and (min-width: 1024px)
{
	#bloc_page
	{
		width: auto;
	}
	body
	{
		width: auto;
	}
}