/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: disc;
  padding-left: 16px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* end reset */

body {
  background: url('/images/fond.png');
  background-repeat: repeat-y;
  background-position: top center;
  background-color: #FFE8D9;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  color: #333333;
}

#container {
  margin-right: auto;
  margin-left: auto;
  width: 780px;
}

#header {
  background: url('/images/header.png');
  background-repeat: no-repeat;
  background-position: top center;
  height: 190px;
}

#menu {
  background-image: url('/images/menu.png');
  background-repeat: repeat-x;
  margin-right: auto;
  margin-left: auto;
  height: 41px;
  text-align: center;
  font-size: 14px;
}

#menu ul {
  padding-top: 8px;
  text-decoration: none;
  list-style: none;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
  text-decoration: none;
  color: #343434;
}

#content {
  /*visibility: hidden*/
  margin: 0 auto;
  width: 750px;
}

#mainPane {
  /*width: 534px;
  float: left;*/
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  min-height: 400px;
}

#mainPane p {
  padding-top: 5px;
}

#sideBar {
  width: 234px;
  float: right;
  padding-right: 8px;
  padding-bottom: 8px;
  background-color: #FFFFFF;
  margin-left: 10px;
  padding-left: 15px;
}

#footer {
  color: #23469C;
  clear: both;
  border-top: 2px solid #E8861E;
  padding-top: 4px;
}

.pane {
  /*
  border-top: 3px solid #850600;
  border-bottom: 3px solid #850600;
  background-color: #d5d4d4;
  padding: 7px;
  margin-bottom: 15px;
  */
}

.pane div {
  padding-bottom: 10px;
}

h1 {
  color: #E8861E;
  font-size:15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #23469C;
  margin-bottom: 10px;
  padding-top: 10px;
}

h2 {
  font-size:15px;
  color: #E8861E;
  padding-bottom: 5px;
  border-bottom: 1px solid #23469C;
  margin-bottom: 10px;
  padding-top: 10px;
}

.liste-table {
  border: 1px solid #768FCE;
  text-align: center;
  width: 100%;
}

.liste-table a {
  text-decoration: none;
  color: #768FCE;
}

.liste-table tr {
  vertical-align: middle;
  margin: 5px;
  padding: 5px;
  border: 1px solid #768FCE;
  text-align: center;
}

.unread td {
  font-weight: bold;
}

.liste-table th {
  text-align: left;
  padding: 5px;
  vertical-align: top;
  color: white;
  background-color: #768FCE;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #768FCE;
}

.liste-table td {
  text-align: left;
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #768FCE;
  vertical-align: middle;
  text-align: center;
}

.link-table {
  margin-top: 10px;
}

.link-table a {
  text-decoration: none;
}

.link-table td {
  padding: 3px;
  vertical-align: middle;
}

.form-table {
  margin: 0pt auto;
}

.form-table tr {
  margin: 3px;
  padding: 3px;
}

.form-table th {
  text-align: right;
  padding: 3px;
  vertical-align: middle;
}

.form-table td {
  text-align: left;
  padding: 3px;
  vertical-align: middle;
}

input {
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-size: 13px;
}

input.number {
  text-align: right;
}

textarea {
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-size: 13px;
}

#gallery div {
  text-align: center;
  float: left;
  width: 228px;
  margin: 4px;
  border: 1px solid #5678CE;
  background-color: #768FCE;
  padding: 3px;
}

#gallery .legend {
  padding-top: 10px;
  padding-bottom: 10px;
}

#picturesNavigation p {
  text-align: center;
  /*padding-bottom: 10px;*/
}

#picturesNavigation span {
  font-weight: bold;
}

.rented {
  background-color: #EFBAB8;
}

.free {
  background-color: #B1D97E;
}

.reserved {
  background-color: #E8D34A;
}

#freeLegend {
  width: 20px;
  height: 20px;
  background-color: #B1D97E;
  margin: 5px;
  padding: 2px 10px;
  border: 1px  solid #768FCE;
}

#reservedLegend {
  width: 20px;
  height: 20px;
  background-color: #E8D34A;
  margin: 5px;
  padding: 2px 10px;
  border: 1px  solid #768FCE;
}

#rentedLegend {
  width: 20px;
  height: 20px;
  background-color: #EFBAB8;
  margin: 5px;
  padding: 2px 10px;
  border: 1px  solid #768FCE;
}

.picto {
  position: relative;
  top: 3px;
}

.pageNav {
  text-align: center;
}

.pageNav a {
  text-decoration: none;
}

.pageNav .current {
  display: inline-block;
  font-weight: bold;
  margin: 5px;
}

.pageNav .page {
  display: inline-block;
  border: 1px solid #768FCE;
  margin: 4px;
  padding: 3px 6px 5px;
}

.previous, .next {
  display: inline-block;
}

.para {
  padding: 7px 0;
  line-height: 1.3;
}

ul li {
  padding: 2px 0;
}

.button {
  display: block;
  width: 90px;
  height: 25px;
  text-indent: -9999px;
}

.button a {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url('/images/button-send.png') no-repeat top left;
  outline: none;
}

.button a:hover {
  background-position: 0 -25px;
}

.miel {
  position: absolute;
  top: -100px;
  display: none;
}