/*Programme de style pour le site château de Girecourt/ vidite du château CSS*/

body
{
	background-color: rgba(113, 116, 116, 1);
    background: url("Test4Alerion.jpg") center ;
    font-weight : bold;
    width: 1450px;
    margin: auto; }


h1
{
	text-align: center;
    font-family: "academy engraved let"; }

.A1
{
	position: relative;
    right: 0px;
    top:0px; }
    
.A2
{
    text-decoration : underline; }
    
.A3
{
    text-align:center; }
    
.A4
{
	position: fixed;
    right: 99px;
    top:360px;}

header
{   
	position:fixed;
	width: 100%;
	top: 0px;
	padding: 1px;
	background-color:rgba(255, 255, 255, 0.7); }


nav
{
    font-size: 0.7em;
    color: darkblue;
    font-weight: bold; }

a
{
	font-weight: bold;
    color: black; }

p
{
	font-family: "academy engraved let";
    font-size: 1.5em;
    font-weight: bold;
    border: 1px solid black;
    text-align: center;
    margin: 300px;
    padding: 12px;
    background-color:rgba(255, 255, 255, 0.8);
    margin-top: 0px;
    margin-bottom: 10px; }

figure
{
	position: fixed;
    right: 0px;
    top: 140px; }
 


form
{
	position: fixed;
    right: 50px;
    bottom:650px; }
    
footer
{
	font-weight : bold;
	font-family: "academy engraved let";
	position: relative;
	padding: 1px;
    bottom: 1px;
    right: 1px;
    background-color:rgba(255, 255, 255, 0.7); }
    
/* Concernant les MediaQueries*/

@media all and (max-width: 980px)
{


header 
    {
    width: 400px;
    position:fixed;
	right: 450px ;
	margin-top:0px;
	bottom: 1550px;
	padding: 1px;
	background-color:rgba(255, 255, 255, 0.7); }
	
}

@media all and (min-height: 750px) and (max-height:768px)
     {
header
	{bottom:540px}
	 }		

@media all and (min-height: 990px) and (max-height:1024px)
	{
header
	{bottom:824px}
	}

@media all and (min-height: 1100px) and (max-height:1200px)
	{
header
	{bottom:1000px}
	}