html
{
  overflow: hidden; 
}

body
{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  font-family: "Arial";
  font-size: 18px;    
  color: #18182c;
  overflow: hidden;  
}

/* Login */

#login
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #375697 url('images/loginBack.png') repeat-x;
  text-align: center;
}

#loginInterface
{
  margin: auto;
  margin-top: 100px;
  width: 600px;
  height: 300px;
}

#loginForm
{
  margin-left: 50px;
}

#loginForm input
{
  #margin-left: 50px;
  #height: 50px;
}

#loginForm input.crudButton
{
  height: 30px;
}

.crud
{
  width: 100%;
  height: 100%;
  margin: auto;
  background: #375697;
}

.crudMenu
{
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 93px;  
  border: 1px solid black;
  padding: 3px;
  background: #375697;  
  text-align: center;
}

.crudMenuInner
{

}

.crudPurchased
{
  border: 1px solid black;
  width: 210px;
  padding: 3px;
  margin-right: 3px;
  color: #c4d5f1;
}

.crudSearch
{
  border: 1px solid black;
  width: 260px;
  padding: 3px;
  margin-right: 3px;
  color: #c4d5f1;
}

.crudAccount
{
  border: 1px solid black;
  width: 210px;
  padding: 3px;
  color: #c4d5f1;
}

.crudBody
{
  #display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 101px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  #width: 100%;
  #height: 100%;
  border: 1px solid black;
  background: #b4c5e1;
  #padding: 3px;
  overflow: auto;
}

/* Titres */

h1, h2, h3, h4, h5, h6
{
  text-align: center;
  margin: 0px;
}

/* Tables */

table, tr, th, td
{
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

tr
{
  height: 20px;
  line-height: 20px;
}

.crud table, .crud tr, .crud td
{
  #border: 1px solid black;
  border-spacing: 0px;
}

.crud table
{
  width: 100%;
}

.crud th
{
  border: 1px solid black;
  border-spacing: 0px;
  text-align: center;
}

.crudOdd
{
  background: #6786c7;  
}

.crudEven
{
  background: #c4d5f1;
}

td
{
  width: 120px;
  padding: 3px;
  text-align: left;
}

td.loginError
{
  color: #375697;
}

.crud td
{
  padding: 3px;
}

.crudCode
{
  width: 60px;
  text-align: center;
}

.crudTitle
{
  width: 0px;
}

.crudItem
{
  #display: block;
  width: 33%;
  #min-height: 33%;
  border: 1px solid black;
}

.crudName
{
  text-align: center;
}

textarea.crudDescription
{
  width: 100%;
  height: 200px;
}

.crudKeywords
{
  width: 0px;
}

.crudDuration
{
  width: 0px;
  text-align: center;
}

.crudAge
{
  width: 0px;
  text-align: center;
}

.crudPlayers
{
  width: 0px;
  text-align: center;
}

.crudCategory
{
  width: 0px;
}

.crudBoardStorage
{
  width: 0px;
  text-align: center;
}

.crudPiecesStorage
{
  width: 0px;
  text-align: center;
}

.crudRules
{
  width: 0px;
  text-align: center;
}

.crudDeleted
{
  width: 0px;
  text-align: center;  
}

.crudAction
{
  width: 0px;
  text-align: center;    
}

/* Listes */

ul
{
  padding: 0px;
  margin: 0px;
  border: none;
}

li
{
  display : list-item;
  list-style: none outside none; 
}

/* Formulaires */

input, textarea, select
{
  width: 200px;
  height: 20px;
  border: 1px solid grey;
  font-family: "Arial";
  font-size: 18px;
  color: #18182c;  
  background: #ffffff;
  padding: 3px;
}

input.loginDefault
{
  border: 1px solid grey;
}

input.loginError
{
  border: 1px solid red;
}

input.crudButton
{
  width: 200px;
  height: 30px;
  background: #ffffff url(images/crudButton.png) repeat-x;
  border: 1px solid grey;
  cursor: pointer;
}

.crud input
{
  width: 99%;
}

.crud select
{
  width: 99%;
  height: 30px;
}

.crudSearch input
{
  width: 250px;
  height: 50px;
  color: #18182c;    
}

.crudSearch input.crudButton
{
  width: 250px;
  height: 30px;
  color: #18182c;    
}

/* Images */

img
{
  border: none;
  vertical-align: middle;
}

/* Liens */

a
{
  color: black;
  text-decoration: none;  
}

a:hover
{
  color: blue;
}
