* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  font: normal 1em Tahoma, Arial, Verdana, Geneva, Sans-Serif;
  color: #583E27;
}

html, body {
  margin: 0px;
  padding: 0px;
  background: #D4CDB1;
}

img {
  border: none;
}

/* FORMULAIRE */
form { margin-bottom: 20px; }
fieldset {
  position: relative; /* Bugfix IE */
  border: solid 1px #583E27;
  padding: 10px !important;
  padding: 0px 10px 10px 10px;
  margin: auto;
  text-align: center;
  font: normal 0.7em Tahoma;
  background: #E1DCB9;
}
legend {
  position: static !important;  /* Bugfix IE */
  position: relative;           /* Bugfix IE */
  left: -8px;                   /* Bugfix IE */
  top: -10px;                   /* Bugfix IE */
  padding: 3px;
  border: solid 1px #583E27;
  background: #583E27;
  color: white;
}
label {
  float: left;
  text-align: left;
  margin: 5px auto;
}
textarea {
  margin: 5px auto;
  width: 100%;
}
input.text {
  float: left;
  margin: 3px auto;
  width: 100px;
}
input.button {
  margin: 10px auto 5px auto;
  padding: 0px 2px !important;
  cursor: pointer;
  font-weight: bold;
}
input.radio {
  float: left;
  margin: 5px auto !important;
  margin: 2px auto;
  cursor: pointer;
}
label.radio {
  float: left;
  margin: 5px 10px 5px 0px;
  width: auto;
  cursor: pointer;
}
div.radios {
  float: left !important;
  float: none;
  width: 100px;
  height: 23px; /* IE FIX */
}

/* TABLEAU */
table {
  border-collapse: collapse;
  width: 100%;
  background: #FBFAF4;
  text-align: left;
  margin: 20px 0px !important;
  margin: 10px 0px 30px 0px;
}
th, td {
  border: solid 1px #583E27;
  padding: 5px;
  font: normal 0.7em Tahoma;
}
thead th, thead td { font-weight: bold; }


/* HEADER */
#header {
  position: fixed;
  width: 100%;
  height: 80px;
  background: url('../img/header.png') repeat-x 0px 0px;
  top: 0px;
  left: 0px;
  z-index: 100;
}
html { padding-top: 80px; }


/* BUGFIX IE */
* html, *html body {
  height: 100%;
  overflow: hidden;
}
*html #main {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
*html #header, *html #main {
  position: absolute;
  width: 100%;  /* POUR AVOIR LA SCROLLBAR SUR IE */
}


/* TITRE */ 
#titre {
  font-size: 1.7em;
  text-align: center;
  margin: 20px auto;
  color: white;
}

/* CONNECTED */
#connected {
  position: absolute;
  top: 10px;
  right: 10px;
  font: normal 0.7em Tahoma;
  color: white;
}


/* BOUTONS */
#boutons { position: absolute; top: 10px; left: 10px; }
#boutons a { font: bold 0.7em Tahoma; display: block; color: white; }
#boutons a:hover { color: #FF9900; }


/* AVERTISSEMENT */
#avert {
  position: absolute;
  top: 100px;
  left: 10px;
  border: solid 1px #555533;
  padding: 5px 10px;
  background: #FAA;
  font: bold 0.7em Tahoma; 
  display: none;
  z-index: 200;
}


/* CENTRAGE */
.centrage {
  margin: 10px !important;
  margin: 10px 15px 10px 10px; /* Bugfix: Marge un peu plus importante sous IE pour visionner la totalité du contenu a cause du bug d'ascenseur */
  text-align: center;
}
