html,body{
 height:100%;
}

body{
  background: url(bginsc.jpg);
  background-repeat:repeat-x;
  background-color:#cae9eb;
}

/*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:900px;
  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:900px;
  position:absolute;
}

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

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

#text_footer_insc{
  text-align:center;
  margin-top:100px;
}
