/* @override http://20e-art.com/visiteurs/includes/20e-art.css */

/* @group Theme */

html {
  /* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
  height: 100%;
  margin-bottom: 1px;
}

body {
  color: #000;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  background-color: #F2EDE7;
  text-align: center;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

sup {
  line-height: 0px;
}

/******* DIVs **********/

#fond {
  text-align: center;
  background: url(../images/20e-art-bkg.gif) repeat-y;
  background-color: #F2EDE7;
  margin: 0 auto;
  padding: 0;
  width: 800px;
}

#top {
  text-align: left;
  background: url(../images/20e-art-top.jpg) no-repeat;
  background-color: #FFF;
  margin: 0 10px 0 10px;
  width: 780px;
  clear: both;
  /*height: 740px;*/
  /* depend de la hauteur du menu pour ie */
  border: 0px #FF00FF solid;
}

#menu {
  position: absolute;
  margin: 245px 0 0 -0px;
  padding: 0;
  width: 140px;
  border: 0px #FF0000 solid;
}

#contenu {
  position: relative;
  float: none;
  width: 640px;
  margin: 0px 0 0 0px;
  min-height: 550px;
  margin: 0px 0 0 140px;
  padding: 180px 0 0 0;
  border: 0px #0000FF solid;
}

#titre {
  padding: 0px 0 0 0px;
}

#footer {
  font-size: .85em;
  color: #999;
  background: url(../images/20e-art-footer.gif) no-repeat bottom;
  position: relative;
  text-align: center;
  width: 800px;
  clear: both;
  padding: 10px 0 30px 0;
}

/* @end */

/* @group Styles Contenu */

#sub {
  margin: 0px 20px 10px 0px;
  padding-left: 20px;
  text-align: left;
  border:  0px solid #FFFF00;
}

/* @end */

