body
{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

a
{
  text-decoration: none;
  color: #000000;
}

img
{
  border: none;
}

table
{
  width: 710px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

th, td
{
  font-size: 12px;
}

ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
}

label
{
  cursor: pointer;
}

.error
{
  color: red;
  font-weight: bold;
  margin-bottom: 5px;
}

.confirm
{
  color: green;
  font-weight: bold;
  margin-bottom: 5px;
}

.red
{
  color: #ff0000;
}

.bold
{
  font-weight: bold;
}

.left
{
  text-align: left;
}

.indent
{
  text-indent: 25px;
}

.center
{
  text-align: center;
}

.color1
{
  background-color: #eeeeee;
  text-align: left;
}

.color2
{
  background-color: #ffffff;
  text-align: left;
}

.color1:hover, .color2:hover
{
  background-color: #84c9f1;
}

#centreur
{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-color: #D6D5D6;
  padding-bottom: 2px;
}

#header
{
  height: 72px;
  font-weight: bold;
  font-size: 35px;
  color: #000000;
  background-color: #ffffff;
  background-image: url(../ergo_web/images/logo_company.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

#gauche
{
  background-color: #D6D5D6;
  background-image: url(../ergo_web/images/backOffice.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 60px;
  width: 220px;
  float: left;
}

#menu
{
  background-color: #ffffff;
  font-size: 13px;
  border: 1px solid #A4A5A5;
  width: 180px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.menuUl
{
  list-style-image: url(../ergo_web/images/icoMenu.jpg);
  padding-left: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.menuUl a
{
  display: block;
  line-height: 15px;
  color: #495e76;
}

.menuUl a:hover
{
  background-image: url(../ergo_web/images/menuOuvert.jpg);
  background-repeat: repeat-y;
}

#content
{
  width: 728px;
  margin-left: 220px;
  text-align: center;
  background-color: #ffffff;
  min-height: 275px;
}

#headContent
{
  background-image: url(../ergo_web/images/bg_titre.jpg);
  background-repeat: repeat-y;
  height: 47px;
}

#title
{
  font-size: 35px;
  float: left;
  color: #888888;
  padding-top: 4px;
  padding-left: 20px;
  text-align: left;
}

#multilingue
{
  font-size: 12px;
  float: right;
  padding-top: 16px;
  padding-right: 20px;
  color: #000000;
}

#actionBar
{
  background-image: url(../ergo_web/images/bg_action_rub.jpg);
  background-repeat: no-repeat;
  border-right: 1px solid #000000;
  height: 20px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 10px;
}

#actionBar #buttons
{
  float: left;
  text-align: left;
}

#actionBar #buttons a, #actionBar #buttons input
{
  margin-right: 2px;
}

.clearBoth
{
  clear: both;
}

#actionBar #groups
{
  float: right;
  text-align: right;
  padding-right: 2px;
}

.tableList
{
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
  text-align: left;
}

.tableList th
{
  background-color: #e6e6e6;
  font-weight: bold;
  color: #000000;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  text-align: center;
}

.tableList td
{
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.tableEdit
{
  text-align: left;
}