html,body{
 height:100%;
}

body{
  background: url('bg.jpg');
  background-repeat:repeat-x;
  background-color:#ADDDE1;
}

#main-block{
  width:900px;
  margin: 0 auto;
  position:relative;
  background: url('body.jpg');
  background-repeat:repeat-y;
  background-color:#ADDDE1;
  min-height: 100%;
}

#header {
  background: url('header.jpg');
  background-repeat:no-repeat;
  height:666px;
  width:900px;
  position:absolute;
}

#theme{
  text-align:center;
  top:233px;
  left:680px;
  position:absolute;
  width:200px;
  height:115px;
}

#ou{
  text-align:center;
  top:416px;
  left:685px;
  position:absolute;
  width:174px;
  height:89px;
}

#quand{
  text-align:center;
  top:562px;
  left:676px;
  position:absolute;
  width:186px;
  height:69px;
}

#content{
  vertical-align:top;
  width:444px;
  position:relative;
  padding-top:169px;
  padding-bottom:169px;
  left:210px;
}

#footer{
  position:absolute;
  vertical-align:top;
  width:900px;
  height:105px;
  background: url('footer.jpg');
  background-repeat: no-repeat;
  bottom:0;
}
#footer-text{
  padding-left:195px;
  padding-top:0px;
}
/*INSCRIPTION*/

#evenement{
border-bottom:2px dotted #c0c0c0;
padding:5px;

}

a{
color:#fd8627;
}
.type{
  font-size:16px;
  color:#0A4F54;
  font-family:'Times New Roman';
  font-weight: bold;
  font-style: italic;
}

#main-block_insc{
  width:1300px;
  margin: 0 auto;
  position:relative;
  background: url('body_insc.jpg');
  background-repeat:repeat-y;
  background-color:#f8c955;
  min-height: 100%;
}

#header_insc{
  background: url('header_insc.jpg');
  background-repeat: no-repeat;
  height:297px;
  width:1300px;
  position:absolute;
}

#content_insc{
  vertical-align:top;
  width:654px;
  position:relative;
  padding-bottom:170px;
  padding-top:170px;
  left:300px;
}

#footer_insc{
  position:absolute;
  vertical-align:top;
  width:1300px;
  height:263px;
  background: url('footer_insc.jpg');
  background-repeat: no-repeat;
  bottom:0;
}
