/* style.css */

body {
  background-color: white;
  padding:0;
  margin:0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
}

h1 {
  font-size: 110%;
}

h2 {
  font-size: 100%;
}

img {
  border: 0;
}

#main_body {
  display: block;
  width: 800px;
}

#main_body>td {
  vertical-align: top;
}

#TopBar {
  width: 644px;
  height: 55px;
  margin:0;
  padding:0;
  border-top: 18px solid #c8b997;
  font-size: 250%;  
}

#TopBar #gauche {
  width: 50%;
  color: #c8b997;
  font-weight: normal;
  text-align: right;
}

#TopBar #droite {
  position: relative;
  display: block;
  font-weight: bold;
}

#Footer {
  color: #333;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
}

#Forematter {
  position:relative;
  display:block;
  width: 644px;
  min-height: 900px;
  border: 3px solid #c8b997;
  border-right-style: none;
}

#mainCell {
  padding: 1em;
  vertical-align: top;
}

#bordure_gauche {
  position: absolute;
  top: -3px;
  left: -7px;
  width: 7px;
  height: 545px;
}

#bordure_droite {
  position: absolute;
  padding:0;
  margin:0;
  top: -3px;
  left: 320px;
  height: 7px;
  font-size:0;
  width: 321px;
}

#mainCell {
  width: 644px;
  font-size: 95%;
}

#mainCell a, #mainCell a:link, #mainCell a:visited, #mainCell a:active {
  color: #b30537;
  text-decoration: none;
}

/* Colonne de gauche */

#leftCell {
  width: 156px;
  padding:0;
  vertical-align: top;
  font-size: 85%;
  font-weight: bold;
  color: #666;
}

#leftCell #barre {  
  border-top: 5px solid #b30537;
  width: 105px;
  margin-bottom: 0.5em;
}

#leftCell #menu {
  padding-left:0.25em;
}

#leftCell #menu form {
  margin: 0;
}


#leftCell .subtitle {
  border-top: 1px solid #ccc;
  padding-top: 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}

#leftCell p {
  margin: 0.5em 0;
  padding-left: 0.25em;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active {
  color: #666;
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
}

/* Colonne de droite */

#rightCell {
  width: 140px;
  background: transparent url(../images/fond.gif) 0 0 repeat-x;
  padding: 1em;
  vertical-align: top;
  font-size: 90%;
}

#rightCell p {
  padding: 0;
}

#rightCell a, #rightCell a:link, #rightCell a:visited, #rightCell a:active {
  color: #b30537;
  text-decoration: none;
}

#rightCell ul {
  padding: 0.5em;
  margin: 0.5em;
}

#rightCell li {
  padding: 0 0 0 0.5em;
  margin: 0.5em;
}

/* Styles ad hoc */

.blanc {
  color: #fff;
}

.beige {
  color: #c8b997;
}

.bleu {
  color: #4485bb;
}

.vert {
  color: #397f73;
}

.violet {
  color: #614b9e;
}

.blanc_bleu {
  color: #fff;
  background-color: #4485bb;
}



.management_training_table {
  width: 100%;
  margin-left: -1.5em;
}

/* Management training */

.management_training_table th {
  background-color: #92c7f2;
  color: #fff;
  border-bottom: 3px solid #fff;
  padding: 0.5em;
}

.management_training_table th.vide {
  width: 2em;
  border-bottom-style: none;
}

.management_training_table td {
  width: 100%;
  border-bottom: 3px solid #c8b997;
  padding: 0.25em 0.5em;
}

