﻿body
{
width: 100%;
margin: auto;
margin-top: 5px;/* marge a partir du haut */
background-image: url("arplan/acceuil.jpg");
background-attachment:fixed;
}

#bloc_page
{
width: 600px;
margin: auto;
}
@media all and (max-width: 1024px)
{
	#bloc_page
	{
		width: auto;
	}
}

.footer
{
	
margin-left: 13%;
}

h2
{
font-family: Dayrom, serif;/* nom de police */
font-size: 3em;/* taille du texte */
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

section
{
	text-align: center;
}

nav
{
	text-align: left;
	margin: auto;/* marge extérieure */
}

a
{
	text-align: center;
	margin: auto;
}


ul
{
border-radius: 20px 20px;/* bordure arrondie */
border: 8px outset #8b8aff;/* proprietes de la bordure */
box-shadow: 0px 2px 5px #1c1a19;/* ombre de boite */
width: 40%;/* largeur du bloc */
height: 40%;/* hauteur du bloc */
margin: auto;
margin-top: 15px;/* marge en haut */
padding-left: 5%;/* marge intérieure gauche*/
padding-top: 2%;/* marge interieure en haut*/
padding-bottom: 2%;/* marge interieure en bas */
color: #ff635e;
font-size: 1.3em;
font-style: italic;
font-family: "Times New Roman", Arial, Verdana, serif;
font-weight: bold;
}




