body {
  background-color: #222222;
  background-image: url(http://www.lanup.be/images/design/body_background.png);
  background-position:  center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #000000;
}

h2 {
  font-size: large;
  color: #3333ff;
}

a {

  color: #3771c8;
  text-decoration: none;
}

a:hover {
  color: #ffcc00;
  text-decoration: underline;

}

/* DIV */
#mainwrap {
  margin-top:-10px;
}
#wraphead {
  background-color: transparent;
  width: 960px;
  margin-left: auto;
  margin-right: auto;

}

#wrap {
  width: 920px;
  background-color: #DFDFDF;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

#headerup {
  background-image: url(http://www.lanup.be/images/design/header.png);
  width: 960px;
  height: 150px;
  display: block;
  position: relative;
}

#menu {
  background-image: url(http://www.lanup.be/images/design/menu.png);
  background-repeat: no-repeat;
  width: 960px;
  height: 45px;
  text-align: center;
  color: white;
  padding-top:1px;
}

.menu_image {
        border:                 0px;
        margin-top:             3px;
        margin-bottom:          2px;
}
#menu_images {
        margin-top:             2px;
        margin-bottom:          5px;
        text-align:             center;
 }
 #menu_login {
        margin-top:             10px;
        margin-bottom:          10px;
        text-align:             center;
 }

#main {
  background-image: url(http://www.lanup.be/images/design/wrap.png);
  /*background-image: url(images/design/main_background.png);*/
 /* background-position:  center center;*/
  /*background-color: #e6e6e6;*/
  width: 960px;
  /*background-repeat: no-repeat;*/
  display: table;
  min-height: 150px;
}
.sidebar {
  margin-left: 15px;
  margin-top: 15px;
  width: 200px;
  margin-bottom: 15px;
  font-size: 14px;
}

.sidebar a {
  /*font-weight: bold;*/
  color: #fff;
  text-decoration: none;
}

.sidebar a:hover {
  /*font-weight: bold;*/

  color: #ffcc00;

  text-decoration: underline;

}


#main_content {
  background-image: url(http://www.lanup.be/images/design/main_background.png);
  background-position:  center top;
  background-repeat: no-repeat;
  margin: 15px;
  float: right;
  width: 715px;
  min-height:500px;
}
.sidebar_title {
  padding-top: 3px;
  font-size: 14px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url(http://www.lanup.be/images/design/sidebar_title.png);
  text-align: center;
  font-weight: bold;
  color: white;
}
.sidebar_menu {
  list-style-image: url(http://www.lanup.be/images/design/bullet.png);
  line-height: 20px;
}
.sidebar_menu ul {
  margin-top: 0px;
  margin-left: 0px;
}
#social {
  float: right;
  margin-right: 10px;
  position: relative;
  margin-top: -8px;
}
#menulist {
  font-weight: bold;
  font-size: medium;
  text-align: center;
  margin-left: 150px;
  color: black;
}

#menulist a {
  color: #3771C8;

}

#menulist a:hover {
  color: #ffcc00;
  text-decoration: underline overline;

}

#footer {
  background-image: url(http://www.lanup.be/images/design/footer.png);
  height: 50px;
  position: relative;
  width: 960px;
  color: white;
  background-color:#222;
  font-size: small;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 5px;
  margin-left:-20px;
}

/* Personalisé */
 .souligne {
        text-decoration:        underline;
 }
 .center {
        text-align:             center;
 }
 p {
        margin:                 0;
 }
 th {
        text-align:             center;
 }
 .titre1 {
        font-size:              15px;
        font-family:            Tahoma, Serif;
        font-weight:            bold;
 }



