/*****************************************************
Auteur: Mikael Marcaud
Creation by Mikael Marcaud || http://www.earandnow.com
******************************************************/

body {
  background-color: #282c34;
  color: #3E363F;
  font-family: 'Roboto', sans-serif;
  height: 100vh;
	font-size: 0.8em;
	text-align: left;
	margin: 0;
}

a {
	color:#262626;
	text-decoration: none;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
}

.clear	{
	clear: both;
}

#page {
   width: 100%;
   margin: 0 auto;
}

#logo {
   width: 238px;
   height: 88px;
   margin: 15px auto 0;
}

#header {
	width: 100%;
}

#content {
  margin: 0 auto;
  /*margin: 200px auto;*/
  text-align: center;
  font-size: 12px;
  color: #fff;
  width: 60%;
}

#form {
  margin: 0 auto;
  /*margin: 200px auto;*/
  text-align: center;
  font-size: 12px;
  color: #fff;
  width: 180px;
}

#auth {
  margin: 0 auto;
  width: 180px;
}

#newDoc {
  margin: 0 auto;
  width: 180px;
}

#data {
  margin: 0 auto;
  width: 600px;
}

ul li {
  list-style: none;
}

#footer {
  float: left;
  text-align: center;
  margin: 15px auto;
  font-size: 12px;
  color: #fff;
  width: 100%;
}

#content a {
	color:#fff;
	text-decoration: none;
}

#nav {
	width: 100px;
	height: 35px;
	margin: 0 auto;
	padding: 5px 0;
}

#nav ul {
 padding:0;
 margin:0;
 list-style-type:none;
}

#nav li {
 margin-left:2px;
 margin-right:2px;
 float:left; /*pour IE*/
}

#nav ul li a  {
 display:block;
 float:left;
 width:35px;
 background-color:#a0b8d0;
 color:black;
 text-decoration:none;
 text-align:center;
 padding:3px;
 border:1px solid;
 border-radius: 15px;
}

#nav  ul li a:hover {
 background-color:#D3D3D3;
 border-color:#696969 #DCDCDC #DCDCDC #696969;
 border-radius: 15px;
}

#sidebar {
  width: 80%;
  margin: 5px auto;
}

#sidebar input {
  width: 125px;
  display:inline;
}

#sidebar select {
  width: 125px;
  display:inline;
  height: 34px;
	font-size: 1em;
}

#sidebar input[type="submit"] {
	cursor:pointer;
  height: 34px;
}

.button {
  margin: 5px auto;
  display:block;
  width:100px;
  background-color:#a0b8d0;
  color:black;
  text-decoration:none;
  text-align:center;
  padding:5px;
  border:2px solid;
  border-color:#DCDCDC #696969 #696969 #DCDCDC;
}

.button a {
  color:black;
}

input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], input[type=date]  {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 170px; height: 30px;
  text-align: center;
  line-height: 30px; font-size: 15px;
  border: 1px solid #bbb;
}

select {
  display: block;
  margin: 0;
  width: 170px; height: 30px;
  text-align: center;
  line-height: 30px; font-size: 15px;
  border: 1px solid #bbb;
}

textarea {
  display: block;
  margin: 0;
  width: 170px; height: 60px;
  text-align: center;
  line-height: 30px; font-size: 15px;
  border: 1px solid #bbb;
}

input[type=submit] {
  -webkit-appearance: none; -moz-appearance: none;
  padding:6px 0 6px 0;
  display: block;
  width: 170px; height: 30px;
  margin: 0;
	font:bold 13px Arial;
	background:#f5f5f5;
	color:#555;
  text-align: center;
	border-radius:2px;
	border:1px solid #ccc;
	box-shadow:1px 1px 3px #999;
}

/****** tableaux  ************************************/

table {
	width: 100%;
	/*color: #000000;*/
	font-family: 'Roboto', sans-serif;
	text-align: center;
	border-collapse: collapse;
  /*display:block;*/
	max-height: 700px;
	/*overflow-y: auto;*/
	/*border: 0.5px solid #7f7f7f;*/
}

td {
	/*border: 0.3px solid #7f7f7f;*/
	padding: 3px 12px;
}

thead {
	background: #a0b8d0;
}

tbody {
  /*min-height: 200px;*/
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

tr {
	height: 10px;
  border: 1px solid #000;
}

tr:hover {
  color: #a0b8d0;
}


th {
	color: #000000;
}

.redtr {
  background: #ae0e0e;
}

.pinktr {
  background: #ed0fdb;
}

.bluetr {
  background: #63b5d7;
}

.greentr {
  background: #0daf15;
  /*text-decoration: line-through;*/
}
