body
{
background: url("arplan/fondecran.jpg")
}

#en_tete
{
width: 800px;/* largeur du bandeau */
height: 250px; 
background-image: url("bandeau/museimprim.jpg");
background-repeat: no-repeat;
margin: auto;/* centre le bandeau */
}

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

.footer
{
margin-left: 13%;
}

ul
{
border-radius: 20px 20px;
border: 8px outset #8b8aff;
box-shadow: 0px 2px 5px #1c1a19;
overflow: auto;/*barre défilement si nécessaire */ 
width: 38%;/* largeur du bloc */
height: 40%;/* hauteur du bloc */
margin: auto;
padding-left: 5%;/* marge intérieure */
padding-top: 2%;
padding-bottom: 5%;
color: #1a1596;
font-size: 1.8em;
font-style: italic;
font-family: "Times New Roman", Arial, Verdana, serif;
font-weight: bold;
}

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

a[title="Lien vers le site officiel du Musée"]
{
	text-align: center;
}

section
{
	text-align: center;
	color: blue;
}

p
{
	text-align: center;
}

h1, h2, h3
{
	font-family: "Times New Roman", Arial, Verdana, serif;
	font-weight: bold;
	text-align: center;
	color: #1a1596;
	text-decoration: blink;
}



