/* popup avec pied de page - 17/02/2004 */

html, body {
  height: 100%;
}

body {
  background-color:#fff;
  text-align: center;
  color: #000;
}

body * {font-family: verdana, arial, helvetica, sans-serif;} /* input, select etc... */

#page {
  position: relative;
  min-height: 100%;
  height: 100%;
  text-align: left;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: auto;
}

html>body #page {
  height: auto;
}

#header {
  width: 100%;
  /* min-width: 750px; */
  background: #fff;
}

#header #logo {float: left;}
#header #bandeau {float: right; width: 70%; height: 53px; background: #DDEADD url("../media/coin.gif") no-repeat left bottom; text-align: right;}

#main {
  /* width: 750px; */
  margin: 0px auto;
  padding: 10px 10px 10ex 10px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* min-width: 750px; */
  background: #DDEADD;
}

#footer p {padding: 5px 10px; color: #AFAFAF; font-size: 80%;}
#footer p a:link, #footer p a:visited {color: #AFAFAF;}

div.fermeture {padding: 0px 10px 5px 10px; text-align: right; font-size: x-small;}
div.fermeture a:link, div.fermeture a:visited {font-weight: bold; color: #00f;}

