* {
  margin: 0;
  padding: 0;
  font-family: Georgia;
  font-size: 10pt;
}

html, body {
  height: 100%;
}

body {
  text-align: center;
}

#container {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  text-align: left;
  background-image: url(../images/border.png);
  background-repeat: repeat-y;
  border: 2px solid #403428;
}

#header {
  height: 127px;
  background-image: url(../images/top.png);
  background-repeat: no-repeat;
}

#login {
  height: 40px;
  text-align: right;
  padding-right: 20px;
  padding-top: 1px;
  margin-bottom: 45px;
  color: #403428;
  font-weight: bold;
}

#language {
  text-align: right;
  margin-bottom: 8px;
}

input, textarea, select {
  border: 1px solid #403428;
  background-color: #cbb9ab;
  font-weight: normal;
}

input[type="submit"]:hover {
  background-color: #d9c5b3;
}

#header h1 {
  font-weight: bold;
  font-size: 24pt;
  color: white;
  padding-right: 20px;
}

#footer {
  clear: both;
  border-top: 2px solid #403428;
  height: 16px;
  text-align: center;
  background-image: url(../images/bottom.png);
  background-repeat: no-repeat;
  font-weight: bold;
  color: black;
}

#commanditaires {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  text-align: center;
  padding: 5px 0 0 0;
}

#commanditaires a {
  margin: 0 3px;
}

#commanditaires a img {
  border: 2px solid black;
}

#main {
  margin-left: 175px;
  background-image: url(../images/main.png);
  background-repeat: no-repeat;
  padding: 10px 30px 70px 100px;
}

#main p {
  text-align: justify;
  margin: 15px 0;
}

#menu {
  float: left;
  width: 175px;
  padding-top: 200px;
  padding-bottom: 100px;
  background-image: url(../images/menutop.png);
  background-repeat: no-repeat;
}

#menu ul {
  list-style: none;
  border-top: 2px solid #403428;
  border-right: 2px solid #403428;
  border-bottom: 2px solid #403428;
}

#menu li {
  border-bottom: 1px solid #497bff;
}

#menu li a {
  display: block;
  padding: 2px 2px 2px 5px;
  border-left: 10px solid #000248;
  border-right: 15px solid #191fff;
  background-color: #0004b6;
  text-decoration: none;
  width: 138px;
  color: #bbd6ff;
}

.form_insert {
  margin-top: 5px;
}

.form_insert h1 {
  text-align: left;
  margin: 10px 0 5px 0;
}

.form_insert input, .form_insert select, .form_insert textarea {
  margin: 3px 0 5px 0;
}

.form_insert div.submit {
  text-align: right;
  margin-right: 8px;
}

html>body #menu li a {
  width: auto;
}

#menu li a:hover {
  border-left: 10px solid #001d82;
  border-right: 15px solid #1250f8;
  background-color: #191fff;
}

table {
  width: 492px;
  border: 2px solid black;
  border-collapse: collapse;
  background-color: #d9c5b3;
}

table.categories {
  margin-bottom: 20px;
}

table tr td {
  border: 1px solid black;
}

table tr td li {
  margin-left: 20px;
}

td.titre {
  font-weight: bold;
  background-image: url(../images/titre.png);
  padding: 2px;
  border: 2px solid black;
/*  background-color: #639d53;*/
}

td.petit {
  font-size: 7pt;
  text-align: center;
}

span.petit {
  font-size: 8pt;
}

span.trespetit {
  font-size: 6pt;
}

a {
  text-decoration: none;
}

a img {
  border: 0;
}

a:link, a:visited, a:active {
  font-weight: bold;
  color: black;
}

a:hover {
  color: #2738f7;
}

h1 {
  font-size: 12pt;
  margin: 15px 0;
  font-weight: bold;
}

hr {
  width: 80%;
  height: 1px;
  color: black;
  background-color: black;
  border: 0;
  margin: 15px 0;
}

table.calendrier {
  width: 483px;
}

table.calendrier tr td {
  width: 69px;
  vertical-align: top;
  font-size: 8pt;
  text-align: center;
}

table.calendrier tr td a {
  font-size: 8pt;
}

table.calendrier tr.bg0 td {
  background-color: #d9c5b3;
}

table.calendrier tr.bg1 td {
  background-color: #ceb39b;
}


table.calendrier tr td div {
  float: right;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  font-size: 8pt;
  width: 15px;
  text-align: center;
  background-color: white;
}

table tr td.titrecol {
  border: 2px solid black;
  background-color: #ceb39b;
}

div.errors {
  margin-top: 15px;
  color: red;
}