body{
	
	display: flex;
	background-color: antiquewhite;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: auto;
	height: 100%;
	max-height: 100%;
	border-radius: 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif, serif;
	
}

#menu
{
	position: fixed;
	width: 250px;
	height: auto;
	min-height: 400px;
	border: 1px solid;
	border-radius: 10px;
	margin-top: 10px;
	background-color: silver;
	box-shadow: 5px 5px 5px ;
	opacity: 0.9;
}

section
{
	position: relative;
	left: 260px;
	width: 85%;
	height: auto;
	background-color: silver;
	border: 1px solid;
	border-radius: 10px;
	box-shadow: 5px 5px 5px ;
	margin-left: 10px;
	opacity: 0.9;
}

a.bouton-relief 
{
	margin-left: 20px;
	width: 300px;
	color: black;
	background-color: #efefef;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	border: 1px solid black;
	border-radius: 5px;
}
a.bouton-relief:hover 
{
	background-color: #d8d8d8 ;
	border: 1px solid black;
}

form {
    width:auto;
    padding: 30px;

}

label
{
	display: block;
	width:300px;
	float: left;
	margin-top: 5px;
}

legend
{
	font-size: 25px;
	font-weight:bold;
}

input
{
	width: 250px;
	margin-bottom: 5px;
	margin-top: 5px;
}
input:focus
{
	width: 250px;
	background-color: khaki;
	margin-bottom: 5px;
	margin-top: 5px;
}

fieldset
{
	padding: 10px;
	border: 2px solid rgb(163, 238, 41);
	width: auto;
}


fieldset:hover
{
	padding: 10px;
	border: 2px solid rgb(163, 238, 41);
	background-color: rgb(180, 177, 177);
	width: auto;
}

table
{
	border-collapse:collapse;
	text-align: left;
	padding: 10px;
	
	width: 100%;
}

thead,
tfoot {
    background-color: #333;
    color: #fff;
}

caption
{
	font-size: 20px;
	font-weight:bold;
	text-align: left;
}

th 
{
	font-size: 20px;
	font-weight:bold;
	text-align: left;
}

td
{
	border:1px solid #333;
	font-size: 20px;
	font-weight:normal;
	text-align: left;
	padding: 3px;
}
td a
{
	text-decoration: none;
	color: black;
}
td a:hover
{
	text-decoration: none;
	color: rgb(120, 252, 67);
}

tr
{
	
	font-size: 20px;
	font-weight:normal;
	text-align: left;
}


select
{
	width: 300px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#page
{
	width: 98%;
	height: auto;
	margin: 10px;
}

#logo_nav
{
	position: fixed;
	width: 270px;
	height: 100%;
}

#emplacement_logo
{
	width: 250px;
	height: 250px;
	border: 1px solid;
	border-radius: 10px;
	background-color: white;
	box-shadow: 5px 5px 5px ;
}

.logo
{
	
	width: 230px;
	height: 230px;
	margin: 10px;
	background-size: 230px;
	background-repeat: no-repeat;
}


#menu a{
	margin: 10px;
	color: #652688;
	font-size: 20px;
	padding: 0 5px;
}

#menu a:hover{
	color: #C06;
	font-size: 20px;
	font-weight: bold;
	padding: 0 5px;
}

/* Navigation */

nav
{
	width: 100%;
	height: auto;
}

nav ul
{
    list-style-type: none;
	display: flex;
}

nav li
{
    margin-right: 15px;
}

nav a
{
    font-size: 1.3em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}
#boutton
{
	width: auto;
	height: auto;
	padding: 10px;
}


