/******************   GLOBAL   *******************/
body { 
  font-family: Verdana,Sans-Serif;
  font-size: 9pt;
  color: #000;
  margin: 0px;
  padding: 0;
  background: #833006;
}

table.global {
  padding: 0px;
  margin: 0px auto;
  border-collapse: collapse;
  width: 950px;
}
/******************   GLOBAL   *******************/








/********************   HAUT   *******************/
table.global td.entete {
  padding: 0;
}
*+html table.global td.entete {
  background-color: #F1D8B9;
}

p.entete_titre {
  color: #333;
  font-size: 24pt;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  border: solid 3px #ccc;
  margin: 0;
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px;
}
/********************   HAUT   *******************/







/*******************   ONGLETS   ******************/
#menu_ppal { 
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0 5px;
  margin: 0;
  margin-top: -32px;
}
*+html #menu_ppal { 
  margin-top: -34px;
}

#menu_ppal li { 
  float: left;
  padding: 0;
  margin: 0 5px;
  background: #DCAA75;
  -moz-border-radius: 7px 7px 0 0;
}
#menu_ppal li a { 
  display: block;
  *display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  color: #4e260c;
  padding: 1px 20px;
  line-height: 30px;
}

#menu_ppal li:hover,
#menu_ppal li.selected,
#menu_ppal li.selected:hover {
  background: #fff;
}

#menu_ppal li.init {
  text-align: center;
  width: 100%;
  border: none;
  color: #eee;
}
/*******************   ONGLETS   ******************/







/********************   MENU   ********************/
table.global td.menu_droite,
table.global td.menu_gauche,
table.global td.menu_bande { 
  display: none;
  background: #fff;
}
/********************   MENU   ********************/










/*******************   CONTENU   ********************/
table.global td.haut_contenu {
  -moz-border-radius: 10px 10px 0 0;
  height: 10px;
  background: #fff;
  border-bottom: solid 1px #fff;
}

table.global tr.contenu { 
  background: #F1D8B9;
}                       

table.global td.contenu {
  height: 400px;
  background: #fff;
  padding: 0;
  vertical-align: top;
}

div.contenu {
  padding: 10px 20px;
  margin: 0;
}

div.contenu table tr td {
  vertical-align: top;
}

h1 { 
  margin: 0;
  margin-bottom: 8px;
  border-bottom: solid 1px;
  border-color: #DCAA75;
  font-size: 1.4em;
  color: #833006;
  text-align: left;
}

h2 { 
  font-size: 1.2em;
  color: #833006;
  border-bottom: solid 1px;
  border-color: #fff;
  padding:  0;
  margin: 1em 0 1em 1em;
  text-align: left;
}

p {
  padding: 0 20px;
  text-align: justify;        
}

a img {
  border: none;
}

table {
  border-collapse: collapse;
}

input, textarea, select {
  font-family: Verdana,Arial,Sans-Serif;
  font-size: 11px;
  border: 1px solid #bbb;
  color: #333;
  background: #F5F5F5;
}

fieldset, fieldset.stats {
  border: solid 1px #bbb;
  margin: 10px 0px;
  padding: 0px 6px 6px 6px;
}
legend, fieldset.stats legend {
  font-weight: bold;
  border: solid 1px #bbb;
  background: #ddd;
  padding: 2px;
  margin-bottom: 6px;
  -moz-border-radius: 0;
  color: #000;
  font-size: 1em;
}

/*******************   CONTENU   ********************/







/********************   BAS   *********************/
table.global td.bas {
  padding: 6px;
  font-weight: bold;
  color: #ddd;
  background: #fff;
  border-top: solid 1px #ddd;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}

table.global td.bas a {
  color: #4e260c;
  text-decoration: none;
  padding: 0 10px;
}
table.global td.bas a:hover {
  text-decoration: underline;
}
/********************   BAS   *********************/










/*******************   TITRE   *******************/
.apercu_h1 {
  border-bottom: solid 2px;
  border-color: #DCAA75;
  font-size: 1.4em;
  font-weight: bold;
  color: #833006;
}
.apercu_h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #833006;
}
/*******************   TITRE   *******************/





/********************   MENU   ********************/
table.global td.menu_gauche { 
  display: table-cell;
  width: 190px;
  vertical-align: top;
  padding: 0;
  background: #F1D8B9;
}           
*+html table.global td.menu_gauche {
  display: block;
  width: 20%;
}           

td.menu_gauche ul {
  width: 100%;
  margin: 0;
  padding: 0;
}             

td.menu_gauche li { 
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #F1D8B9;
}             

td.menu_gauche a { 
  padding: 6px;
  display: block;
  text-decoration: none;
  color: #4e260c;
  font-size: 1.1em;
  font-weight: bold;
}            

td.menu_gauche li.selected,
td.menu_gauche li:hover {
  background: #fff;
}
   
/********************   MENU   ********************/

*+html table.global td.entete {
  background-color: #fff;
}
