body
{
background-image: url("arplan/acceuil.jpg");
}

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


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

#en_tete_antugnac
{
width: 700px;/* largeur du bandeau */
height: 224px; 
background-image: url("bandeau/antugnac3.jpg");
background-repeat: no-repeat;
margin: auto;/* centre le bandeau */
}

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

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

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

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

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

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

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


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

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


.bienven
{ 
position: center;
}

nav
{
text-align: center;
}

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: #ff635e;
font-size: 1.5em;
font-style: italic;
font-family: "Times New Roman", Arial, Verdana, serif;
font-weight: bold;
}

.footer
{
margin-left: 13%;
}

section
{
text-align: center;
}

h1
{
font-family: "Times New Roman", Arial, Verdana, serif;
font-weight: bold;
text-align: center;
font-size: 2.4em;
color: #c72621;
text-decoration: blink;
}

h2, h3, h4, p 
{
text-align: center;
color: black;
}





