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;
	color: rgb(0, 23, 92);
}

form {
    width:auto;
}

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;
}

fieldset
{
	padding: 10px;
	border: 2px solid rgb(0, 0, 255);
	width: auto;
}

table
{
	text-align: left;
	padding: 10px;
	border: 2px solid rgb(0, 0, 255);
	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;
}
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-image: url(../images/logo.jpg);
	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;
}
.submit
{
	margin: 20px;
}

/* 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;
}
#commandeEnCours
{
	border: 2px blue solid;
	border-radius: 10px;
	padding: 10px;
}

#historique
{
	border: 2px blue solid;
	border-radius: 10px;
	padding: 10px;
}

#commandeClient
{	position: static;
	border: 2px gray solid;
	border-radius: 5px;
	padding: 10px;
	margin: 5px;
}
#donneesClient
{
	font-size: 1.3em;
}

div #donneesArticle {
	width: 80%;
}
#donneesArticle
{
	border: none;
	border-collapse: collapse;
	width: -webkit-fill-available;
	margin-left: 30px;
	margin-top: 10px;
}
#client
{
	background-color: cornflowerblue;
	box-shadow: 5px 5px 5px gray;
	border: 1px black solid;
	border-radius: 5px;
	padding: 2px;
}
#etatLivraison
{
	margin-left: 20px;
	margin-top: 10px;
	
}
a:link 
{ 
 text-decoration:none;
} 

.recu {
	font-size: 15px;
}

a.recu:hover {
	text-shadow: 1px 1px 2px green, 0 0 1em black;
}
a.nonRecu:hover {
	font-size: 20px;
	text-shadow: 1px 1px 2px red, 0 0 1em black;
}
title {
	display: block;
	background-color: cornflowerblue;
	box-shadow: 5px 5px 5px gray;
	border: 1px black solid;
	border-radius: 5px;
	padding: 2px;
	font-weight: bold;
	padding: 5px;
}

a.newStock {
	color: black;
	text-decoration: none;
	margin: 10px;
	padding: 5px;
	font-size: 20px;
}
a.newStock:hover {
	color: #C06;
}