* { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body{ 
  height: 100%;
}

body {
  color: #333333;
  font-size: 80%;
  text-align: center;
  background-color: #D9DEE0;
  margin: 0px;
}

table {
  width: 935px;
  font-size: 100%;
}

table.count { 
  text-align: center;
  width: auto;
}

table.count tr td { 
  border-width: 1px;
  border-style: solid;
  border-color: #B33900;
 }

table.border, table.count {
  border-collapse: collapse;
}

table.border tr td, table.border tr th { 
  border-width: 1px;
  border-style: solid;
  border-color: #B33900;
  height: 40px;
}

table.border tr th { 
  text-align: center;
  background-color: #FFCC80;
}

td.color {
  background-color: #FFE6BF;
}

a {
  color: #B33900;
}

a:hover { 
  color: #FF5200;
}

a img { 
  border: none;
}

hr {
  border: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #B33900;
}

.menu {
  border-collapse: collapse;
  text-align: center;
  width: 945px;
  margin: 5px 0px;
}

.menu tr td{
  border-width: 1px;
  border-style: solid;
  border-color: #B33900;
}

.menu a {
  display: block;
  margin: 0px;
  padding: 12px 0px;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.menu a:hover{
  color: #FF5200;
  background-color: #E1E6E8;
}

.contenu {
  text-align: center;
  width: 945px;
  min-height: 100%;
  margin: -1px auto;
  border-width: 1px;
  border-style: solid;
  border-color: #B33900;
  background-color: #ffffff;
}

.central {
  width: 935px;
  text-align: justify;
  padding: 5px;
 }

.footer {
  text-align: center;
  width: 945px;
  margin: 20px 0px 5px 0px;
  padding: 5px 0px;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #B33900;
  background-color: #E1E6E8;
}

.imgLeft { 
  float: left;
  margin-right: 10px;
}

.imgRight {
  float: right;
  margin-left: 10px;
}

.right { 
  text-align: right;
}

.center { 
  text-align: center;
}

.italic { 
  font-style: italic;
}

.bold { 
  font-weight: bold;
}

.orange { 
  color: #FF5200;
}
