#bloc_page
{
	width: 1280px;
	margin: auto;
}
header
{
	text-align: center;
	border: 2px solid black;
	border-radius: 25px;
	color: gray;
	text-shadow: 8px 8px 5px rgb(100,50,100);
	font-size: 2em;
}
footer
{
	border: none;
	text-align: center;
	border-radius: 100px;
	background-image: url(image/fond2.gif);
}
body
{
	background-image: url(image/fond1.gif);
	font-family: Verdana,Georgia,sans serif;
	font-size: large;
	margin-left: 30px;
	margin-right: 30px;
}
section
{ 
    border-bottom: none;
    text-align: justify;
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
}
table
{
	width: 100%;
	border: 2px solid black;
	text-align: center;
	border-radius: 25px;
	background-image: url(image/fond2.gif);
}
td
{
	border: none;
	width: 50%;
	
}
.separateur
{
	text-align: center;
	background-color: green;
	border: 2px solid green;
	border-radius: 15px;
}
aside
{
	border: 2px solid black;
	width: 200px;
	float: right;
	right: 0px;
	border-radius: 15px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 15px;
	text-align: center;
	background-image: url(image/fond2.gif);
}
#haschaschin
{
	border: 2px solid blue;
	width: 100%;
	border-radius: 15px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 15px;
	text-align: justify;
}
h2
{
	text-align: center;
}
.liste /*pour effacer les puces */
{
	list-style: none;
}
a:visited
{
	color: gray;
}
@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');
}
q
{
    font-family: Ballparkweiner;
	color: gray;
	font-size: 1.5em;
}
#medine
{
	width : 1000px;
	height : 550px;
	margin-left: 100px;
	border: 2px solid black;
}
#vulgate
{
	width: 200px;
	height: 150px;
}
#haut
{
	position: fixed;
	right: 0px;
	bottom: 0px;
}
@media print
{
   #bloc_page
   {
   	width: auto;
   	margin: auto;
   }
   header
   {
   	font-size: 1.5em;
   }
   #geneal,#carte,#haut
   {
   	display: none;
   }
   footer > a
   {
   	display: none;
   }
   .separateur
   {
   	border: none;
   	background-color: white;
   }
   #medine
   {
   	margin-top: 400px;
   }

}
@media screen and (min-width: 1024px)
{
	body
	{
		width: auto;
	}
	#bloc_page
	{
		width: auto;
	}
}