html {
  width                 : 100%;
  height                : 100%;
  margin                : 0px;
  padding               : 0px;
  background            : url('../images/bg.png') repeat top center;
}

body {
  width                 : 800px;
  height                : 100%;
  margin                : 0px auto;
  padding               : 0px;
}

a, a:visited {
  color                 : #FF8A00;
  text-decoration       : none;
}

a:hover {
  color                 : #FF8A00;
  text-decoration       : underline;
}

input, textarea {
  border                : 1px solid #fff;
  background            : #ccc;
  color                 : black;
  padding               : 2px;
}

#header {
  height                : 200px;
  background            : url('../images/bg-header.png') repeat top left;
}

#spacebefore {
  height : 25px;
}

#minievents {
  width                 : 360px;
  float                 : left;
  margin                : 30px 26px;
}

#minievents h1 {
  font-size             : 15px;
  margin                : 0px;
  text-align            : center;
  margin-bottom         : 5px;
}

#minievents td{
  color                 : #444;
  padding-right : 5px;
}

#minievents td.artiste {
  color                 : #999;
  font-weight           : bold;
}

#minievents div.seemore {
  margin-top            : 10px;
}

#header object {
  float : left;
  margin-left : 80px;
  margin-top : 65px;
}

#menu {
  width                 : 430px;
  margin                : 0px 0px 0px 370px;
  color                 : #666;
  line-height           : 40px;
  text-align            : center;
}

#content {
  background            : black;
}

#content #body {
  margin                : 0px 20px;
}

#bookLeft {
  float                 : left;
  width                 : 300px;
}

#bookLeft table{
  width : 100%;
}

#bookLeft td {
  color : #DF3A00;
  font-weight : bold;
}


#bookRight {
  float : right;
  width : 440px;
}

#bookRight .box {
  border : 1px solid #333;
  margin-bottom : 20px;
}

#bookRight .box h2 {
  background : #333;
  margin : 0px;
  color : #fff;
  font-size : 13px;
  padding : 2px;
}

#bookRight .box p {
  color : #aaa;
  margin : 10px;
}

#djs  {
  margin : 0px 100px;
}

#djs p {
  text-align : justify;
}

#djs img {
  width : 250px;
  background : red;
}

#djs img.sweet {
  float : right;
  margin : 0px 0px 20px 20px;
}

#djs img.uka {
  float : left;
  margin : 0px 20px 20px 0px;
}

#home .flyer {
  width:400px;
  float : left;
  margin : 0px 20px 20px 0px;
}

#home strong, #events strong {
  font-size : 14px;
  
  color : #DF3A00;
}

#events h1{
  text-align : center;
  font-size : 24px;
}

#events .event h1{
  text-align : left;
  font-size : 14px;
}

#events img.flyer{
  width : 200px;
  float : left;
  margin : 0px 20px 20px 0px;
}

#events div.event {
  clear : both;
}

#galerie img.flyer {
  height : 200px;
}

#galerie div.event {
  float : left;
  width : 200px;
  text-align : center;
}

#galerie a {
  height : 18px;
}

#galerie_images img {
  width : 170px;
  margin : 1px;
  border : 1px solid #999;
  padding : 5px;
}
