@font-face  /* title police*/
{
    font-family: '2025';
    src: url('polices/full_Pack_2025.ttf');
}

a:link, a:visited, a:hover, a:active    /* links color*/
{
    color: black;
}

nav, p, a, h1   /* global text polices*/
{
    font-family: sans-serif;
}

nav     /* navigation menu*/
{
    width: 100%;
    text-align: center;
    font-size:x-large;
    color: black;
    font-family: '2025';
    font-weight: bold;
    text-align: center;
    margin:  auto;
}

body /*main page theme"*/
{
    margin: 0;
    padding: 0;
    border: 0;
    margin: 0 auto;
}

h1 /* Titles of maps*/
{
    font-family: '2025';
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    margin:  auto;
  
}

#image      /*headers image*/
{
    width: 100%;
    height: 400px;
    background-image: url("pictures/mountain.png");
    margin: 0%;
    padding: 0%;
}

p /* text for map description*/
{
    width: 100%;
    text-align: center;
    font-size:x-large;
}

img /* maps*/
{
    width: 400px;
    height: auto;
}

footer  /*end of the page*/
{
    font-weight: bold;
	background-color:grey;
	color: #000000;
	margin: 0 auto;
	max-width: 1000px;

}

#titrepartie
{
text-anchor: middle;
color: blueviolet;
margin-left: 0;
padding-left: 0;
font-size: 100em;
}

