@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
nav ul {
 margin:0;
 padding:0;
 list-style-type:none;
 text-align:center;
 }
nav li {
float: left;
 margin:auto;
 //padding:5px;
 background-color:black;
 width: auto;
 }
nav li a {
 display:block;
 width:100px;
 color:white;
 text-decoration:none;
 padding:15px 22px;
 }
 nav li:last-child a {
	 padding-right: 35px;
 }
nav li a:hover {
 color:#FFD700;
 }
 nav ul li:hover ul {
 display:block;
 }
nav li:hover ul li {
 float:none;
 }
 nav ul li ul {
 display:none;
 }
 nav {
	 margin: 20px;
	 
 }
 nav li ul {
 position:absolute;
 z-index: 2;
 }
 #content {
	 margin-top: 110px;
	 background-color: white;
	 border: 5px solid #6D071A;
	 border-radius: 5px;
	 padding: 20px 30px 60px 30px;
	 color: #444;
	 background-color: #f1f1f1;
	 z-index: 0;
 }
 body {
	 background: url('background.jpg');
	 font-family: 'Noto Sans', Roboto, arial, sans-serif;
 }
img {
	margin: 30px;
}
header h1, header h2 {
	color: white;
	text-shadow: 3px 2px 1px rgba(20,20,20, 0.9);
}
#disconnect{
	display: inline-block;
	float: right;
	background: white;
	border: 4px #6d6d6d solid;
	border-radius: 3px;
	padding: 6px;
	color: black;
}
#disconnect:hover {
	background-color: grey;
	color: white;
}
#disconnect a {
	text-decoration: none;
}
#loadingDiv {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 1s linear infinite;
  position: absolute; /* postulat de départ */
  top: 50%; left: 50%; /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.table tr:nth-child(2n) {
	background-color: #ddd;
}
.table tr td{
	padding: 12px 8px 18px 8px;
}
.table th {
	padding: 10px;
	
}
.table tr td:first-child div {
	display: none;
	padding: 5px;
	width: 50px;
}
.table a {
	margin: 5px;
}
.table tr td:first-child div:hover {
	display: block;
}
.table tr td:nth-child(n+2){
	text-align: center;
}
.table {
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	width: 80%;
}
.table tr:first-child {
	border: 1px solid #e5e5e5;
}
a {
	color: #0073aa;
	text-decoration: none;
}
a:hover {
	color: #00a0d2;
}
input, select, button {
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	background-color: #fff;
	color: #32373c;
	outline: 0;
	transition: 100ms border-color ease-in-out;
}
input:focus, input[type="submit"]:focus, button:focus, select:focus, input[type="checkbox"]:focus {
	border-color: #5b9dd9;
	box-shadow: 0 0 2px rgba(30,140,190,.8);
}
input, select, button {
	padding: 3px 5px;
	margin: 1px;
	line-height: 26px;
	box-sizing: border-box;
	height: 28px;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	text-align: start;
	font-size: 13.3333px
}
input[type="submit"], button {
	color: #555;
	border-color: #ccc;
	background: #f7f7f7;
	box-shadow: 0 1px 0 #ccc;
	cursor: pointer;
	padding: 0 10px 1px;
	border-radius: 3px;
	margin-top: 10px;
	
}
input[type="submit"]:hover, button:hover {
	background: #fafafa;
	border-color: #999;
	color: #23282d;
}
input[type="submit"]:active, button:active {
	background: #eee;
	border-color: #999;
	box-shadow: inset 0 2px 5px -3px rgba(0,0,0,.5);
	transform: translateY(1px);
}
input[type="checkbox"] {
	border: 1px solid #b4b9be;
	background: #fff;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0px;
	height: 16px;
	outline: 0;
	padding: 0!important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	transition: 50ms border-color ease-in-out;
}
input[disabled] {
	background: black;
}
.div_aside {
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	background: #fff;
	margin-bottom: 20px;
	padding: 10px;
	line-height: 1;
	position: relative;

	
}
#right_aside {
		float: right;
		position: relative;
		//margin-right: -300px;
}
#content_principal {
	position: relative;
	float: left;
	width: 80%;
}
h3 {
	margin-top: 2px;
}