﻿body
{
  background-color: #EBF0FE;
  font-family: 'Arial';
}

a
{
  font-weight: bold;
  text-decoration: none;
  color: #5783F7;
}

form
{
  display: inline;
}

input 
{
  border: 1px #0000FF dashed;
  background-color: EBF0FE;
  color: #5783F7;
  font-weight: bold;
  text-align: center;
}

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

div.logo
{
  text-align: center;
}

div.menu
{
  text-align: center;
}

div.page
{
  text-align: left;
}

div.copyright
{
  text-align: center;
}

div.information
{
  width: 90%;
  border: 1px #12D31C dashed;
  background-color: #D8FCDA;
  color: #12D31C;
  font-weight: bold;
  text-align: left;  
}

div.erreur
{
  width: 90%;
  border: 1px #FF0000 dashed;
  background-color: #FFE8E8;
  color: #FF0000;
  font-weight: bold;
  text-align: left;
}

div.pages
{
  text-align: center;
}

div.titre
{
  text-align: center;
  font-weight: bold;
  color: #0000FF;
}

table.main_table
{
  width: 100%;
  border: 1px #5783F7 dashed; 
  background-color: #FFFFFF;
}

table.excuse
{
  width: 95%;
  border: 1px #0000FF dashed;
}

table.user
{
  border: 1px #0000FF dashed;
  width: 50%;
}

table.nouvelle
{
  border: 1px #0000FF dashed;
  width: 50%;
}

table.home
{
  width: 100%;
  border: none;
}

table.nouvelle_home
{
  width: 90%;
  border: 1px #0000FF dashed;
}

th.user
{
  text-align: left;
  color: #5783F7;
  width: 30%;
}

th.nouvelle
{
  text-align: left;
  color: #5783F7;
  width: 30%;
}

th.nouvelle_home
{
  text-align: left;
  color: #5783F7;
}

td.nouvelle_home
{
  border-top: 1px #0000FF dashed;
  text-align: left;
}

td.home_left
{
  width: 35%;
}

td.home_right
{
  width: 65%;
  text-align: center;
}

td.user
{
}

td.excuse_menu
{
  border-bottom: 1px #0000FF dashed;
}

td.excuse_contenu
{
  background-color: #EBF0FE;
}

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

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

input.nouvelle
{
  width: 100%;
}
