.bloc_page
{
width: 75%;
min-width:750px;
margin:auto;
}

/* menu */
header
{
height:150px;
background-image:url("entete.jpg");
background-repeat:no-repeat;
background-position:right;
border:solid 1px black;
border-radius:16px 16px 0px 0px;
} 

nav
{
margin-top:-42px;
}

nav a
{
text-decoration : none;
padding-left:10px;
border: solid 1px black;
border-radius : 0px 7px 0px 0px;
font-size:20px;
font-family: verdana;
font-style:italic;
color:white;
padding-right:15px;
background-color:grey;
}

section
{
width:850px;
height:520px;
background-image:url("construction.png");
}

nav a:hover
{
color:black;
background-color:white;
border-bottom:none;
}

li
{
display:inline-block;
}

h1
{
	margin-top:0px;
	font-family:verdana;
	font-size:30px;
	font-style:oblique;
	color:#eed529;
	text-align:right;
}