* {
  font-family: verdana;
  font-size: 9pt;
}

body {
  background: url('../images/fond_damier.gif');
  text-align: center;
}

#header {
  background: url('../images/logo_damier2.jpg');
  width: 461px;
  height: 80px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 3px black double;
  -moz-border-radius: 20px;
}

#main {
  width: 862px;
  margin: auto;
}

#menu {
  float: left;
  width: 122px;
}

.menu_box {
  background: #ffffff;
  text-align: center;
  border: 1px black solid;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  padding-bottom: 12px;
}

.box_title {
  font-weight: bold;
  background: url('../images/trame_damier.png');
  background-repeat: no-repeat;
  border-bottom: 1px black solid;
  padding-left: 5px;
  margin: 0;
}

A {
  color: #a35800;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

#menu A {
  display: block;
  color: #000000;
}

#menu A.selected {
  background: #eeeeee;
}

#contenu {
  margin-left: 140px;
  text-align: center;
}

.box {
  background: #ffffff;
  border: 1px black solid;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
}

.box_content {
  padding: 10px;
  text-align: center;
}

.main_table {
  width: 600px;
}

.main_table td {
  border: 1px #aaaaaa solid;
  text-align: center;
  -moz-border-radius: 4px;
 
}

table {
  margin: auto;
}

.table_header td {
  border: 1px black solid;
  background: url('../images/trame_damier.png');
  background-repeat: no-repeat;
}

img {
  border: 0;
}

div.bar {
  border: 1px black solid;
  background: url('../images/trame_damier.png');
  background-repeat: no-repeat;
  -moz-border-radius: 20px;
}

input.test {
  background: url('../images/trame_damier.png');
  background-repeat: no-repeat;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border: 1px black solid;
}

small {
  font-size: 7pt;
}

.warning {
  color: #0000ff;
}
